diff options
author | root <root@rshg054.dnsready.net> | 2012-01-03 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-03 23:14:43 +0000 |
commit | d1d68784dc66793601c239fa64cc0e02ebd9444e (patch) | |
tree | 15179b96ec3e632fad3cc528115d83c0fe47e5bd /extra/bluefish | |
parent | 48c96871761a4aad193d814e87ddb87c322e17d2 (diff) |
Tue Jan 3 23:14:42 UTC 2012
Diffstat (limited to 'extra/bluefish')
-rw-r--r-- | extra/bluefish/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/bluefish/PKGBUILD b/extra/bluefish/PKGBUILD index 7b2d84942..fcf9f4d25 100644 --- a/extra/bluefish/PKGBUILD +++ b/extra/bluefish/PKGBUILD @@ -1,24 +1,26 @@ -# $Id: PKGBUILD 143599 2011-11-26 23:39:41Z eric $ +# $Id: PKGBUILD 145843 2012-01-02 20:31:09Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=bluefish -pkgver=2.2.0 +pkgver=2.2.1 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') +depends=('gtk3' 'enchant' '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=('b8f5dad17c7365bc6f4342b6c22bdc328e31d20d' - 'faf37ece57fc155c3510e5d6cec5679f22cd11f4') +sha1sums=('f7b2e9915e196c971c6bcca04d8d6b87efab1ae6' + '89d5130d91999ff0319b709f0ed2cbcf7aa028d6') build() { cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \ + src/plugin_zencoding/zencoding/{,filters/,actions/}*.py ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --enable-spell-check --disable-update-databases --disable-xml-catalog-update make |