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

Eric Bélanger eric at archlinux.org
Mon Jan 2 20:30:47 UTC 2012


    Date: Monday, January 2, 2012 @ 15:30:47
  Author: eric
Revision: 145842

upgpkg: bluefish 2.2.1-1

Upstream update, Add hicolor-icon-theme depends

Modified:
  bluefish/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-02 19:54:43 UTC (rev 145841)
+++ PKGBUILD	2012-01-02 20:30:47 UTC (rev 145842)
@@ -2,23 +2,25 @@
 # Maintainer: Eric Bélanger <eric at 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




More information about the arch-commits mailing list