[arch-commits] Commit in bluefish/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Tue Feb 12 22:00:22 UTC 2013


    Date: Tuesday, February 12, 2013 @ 23:00:21
  Author: eric
Revision: 177997

upgpkg: bluefish 2.2.4-1

Upstream update, Add python2 depends

Modified:
  bluefish/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-12 21:19:19 UTC (rev 177996)
+++ PKGBUILD	2013-02-12 22:00:21 UTC (rev 177997)
@@ -2,25 +2,27 @@
 # Maintainer: Eric Bélanger <eric at 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')
 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




More information about the arch-commits mailing list