milis/talimatname/genel/bluefish/talimat

23 lines
766 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Deneyimli web geliştiricileri ve programcılar için güçlü bir editör.
# URL: http://bluefish.openoffice.nl/
# Packager: milisarge
# Depends on: pcre enchant gtk3 desktop-file-utils
name=bluefish
version=2.2.9
release=1
source=(http://www.bennewitz.com/bluefish/stable/source/$name-$version.tar.bz2)
build() {
gdk-pixbuf-query-loaders --update-cache
cd $name-$version
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
data/{jsbeautify,jsmin.py,lorem-ipsum-generator}
PYTHON=/usr/bin/python2
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--enable-spell-check --disable-update-databases --disable-xml-catalog-update
make
make DESTDIR=$PKG install
}