bluefish.paketlendi

This commit is contained in:
milisman 2016-11-20 18:58:49 +02:00
parent 640e7df62b
commit d16507f0cb
1 changed files with 10 additions and 11 deletions

View File

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