2016-10-21 17:59:16 +02:00
|
|
|
|
# Description: Deneyimli web geliştiricileri ve programcılar için güçlü bir editör.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://bluefish.openoffice.nl/
|
2016-11-20 17:58:49 +01:00
|
|
|
|
# Packager: milisarge
|
|
|
|
|
# Depends on: pcre enchant gtk3 desktop-file-utils
|
2016-02-24 01:27:23 +01:00
|
|
|
|
|
|
|
|
|
name=bluefish
|
2016-11-20 17:58:49 +01:00
|
|
|
|
version=2.2.9
|
2016-02-24 01:27:23 +01:00
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://www.bennewitz.com/bluefish/stable/source/$name-$version.tar.bz2)
|
|
|
|
|
build() {
|
2016-11-20 17:58:49 +01:00
|
|
|
|
gdk-pixbuf-query-loaders --update-cache
|
2016-02-24 01:27:23 +01:00
|
|
|
|
cd $name-$version
|
2016-11-20 17:58:49 +01:00
|
|
|
|
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
|
2016-02-24 01:27:23 +01:00
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|