summaryrefslogtreecommitdiff
path: root/extra/bluefish/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-13 10:18:14 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-13 10:18:14 +0100
commitd27bbcebde95f792e0660af3657878216b2590c3 (patch)
treeebd693dbaeb22eb25643e06b80facc1e0f073e77 /extra/bluefish/PKGBUILD
parent68dc88e3f45d6cb33a56ca10ec02f7e990636d31 (diff)
parent0671250710c3e7312a4693ac45ebbaacf471d1dc (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/curl/PKGBUILD core/lvm2/PKGBUILD core/openvpn/PKGBUILD extra/diffstat/PKGBUILD extra/libxcb/PKGBUILD extra/xorg-xkbutils/PKGBUILD extra/xorg-xvinfo/PKGBUILD
Diffstat (limited to 'extra/bluefish/PKGBUILD')
-rw-r--r--extra/bluefish/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/extra/bluefish/PKGBUILD b/extra/bluefish/PKGBUILD
index ab7807e37..c2344bb12 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 <eric@archlinux.org>
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' 'mips64el')
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