From 0671250710c3e7312a4693ac45ebbaacf471d1dc Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Feb 2013 00:04:32 -0800 Subject: Wed Feb 13 00:04:27 PST 2013 --- extra/bluefish/PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'extra/bluefish') diff --git a/extra/bluefish/PKGBUILD b/extra/bluefish/PKGBUILD index 26cbe5081..c49926f8f 100644 --- a/extra/bluefish/PKGBUILD +++ b/extra/bluefish/PKGBUILD @@ -1,26 +1,28 @@ -# $Id: PKGBUILD 162427 2012-06-27 03:30:42Z eric $ +# $Id: PKGBUILD 177998 2013-02-12 22:00:51Z eric $ # Maintainer: Eric BĂ©langer pkgname=bluefish -pkgver=2.2.3 +pkgver=2.2.4 pkgrel=1 pkgdesc="A powerful HTML editor for experienced web designers and programmers" arch=('i686' 'x86_64') url="http://bluefish.openoffice.nl/" license=('GPL3') -depends=('gtk3' 'enchant' 'desktop-file-utils' 'hicolor-icon-theme') +depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils' 'hicolor-icon-theme') makedepends=('gucharmap' 'intltool') optdepends=('gucharmap: for using the charmap plugin') options=('!libtool') install=bluefish.install source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig}) -sha1sums=('181f28b595f6259441eb13f4aaae60def596b980' - 'e8c4e3ba0623e476adeb8bf8466044894aa034c8') +sha1sums=('b65310617b5fd525a8c57f7681e023f6f4496378' + '6ff0474602c520e2a638436c5423957cfe4be4d0') build() { cd "${srcdir}/${pkgname}-${pkgver}" sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \ - src/plugin_zencoding/zencoding/{,filters/,actions/}*.py data/lorem-ipsum-generator + src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \ + data/{cssmin.py,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 -- cgit v1.2.3-54-g00ecf