summaryrefslogtreecommitdiff
path: root/extra/bluefish
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-02 03:29:07 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-02 03:29:07 +0000
commit171120794a952c6e0e75aef6ecdf46cd6d5154c8 (patch)
tree963098bd54ea43d811307fd081a8d08380723e30 /extra/bluefish
parent2d8813df5b3f8a63835a228496f998914755d820 (diff)
Sun Feb 2 03:26:29 UTC 2014
Diffstat (limited to 'extra/bluefish')
-rw-r--r--extra/bluefish/PKGBUILD21
1 files changed, 12 insertions, 9 deletions
diff --git a/extra/bluefish/PKGBUILD b/extra/bluefish/PKGBUILD
index a1e1e6628..f8095da0f 100644
--- a/extra/bluefish/PKGBUILD
+++ b/extra/bluefish/PKGBUILD
@@ -1,33 +1,36 @@
-# $Id: PKGBUILD 197875 2013-10-30 11:24:20Z allan $
+# $Id: PKGBUILD 204944 2014-02-01 05:29:28Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=bluefish
-pkgver=2.2.4
+pkgver=2.2.5
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' 'python2' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('gtk3' 'enchant' 'python2' 'desktop-file-utils')
makedepends=('gucharmap' 'intltool')
optdepends=('gucharmap: for using the charmap plugin')
install=bluefish.install
source=(http://www.bennewitz.com/bluefish/stable/source/bluefish-${pkgver}.tar.bz2{,.sig})
-sha1sums=('b65310617b5fd525a8c57f7681e023f6f4496378'
- '6ff0474602c520e2a638436c5423957cfe4be4d0')
+sha1sums=('efdd577a20a439e58f14f68e725f00be230d5de1'
+ 'SKIP')
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+prepare() {
+ cd ${pkgname}-${pkgver}
sed -i 's|/usr/bin/env python|/usr/bin/env python2|' \
src/plugin_zencoding/zencoding/{,filters/,actions/}*.py \
data/{cssmin.py,jsbeautify,jsmin.py,lorem-ipsum-generator}
-
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--enable-spell-check --disable-update-databases --disable-xml-catalog-update
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}