milis/talimatname/genel/b/bluefish/talimat

24 lines
775 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.

# Tanım: Deneyimli web geliştiricileri ve programcılar için güçlü bir editör.
# URL: http://bluefish.openoffice.nl/
# Paketçi: milisarge
# Gerekler: pcre enchant gtk3 desktop-file-utils
# Grup: ofis_düzenleme
isim=bluefish
surum=2.2.9
devir=1
kaynak=(http://www.bennewitz.com/bluefish/stable/source/$isim-$surum.tar.bz2)
derle() {
gdk-pixbuf-query-loaders --update-cache
cd $isim-$surum
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
}