[arch-commits] CVS update of extra/editors/bluefish (PKGBUILD)

Eric Belanger eric at archlinux.org
Tue Oct 30 02:46:09 UTC 2007


    Date: Monday, October 29, 2007 @ 22:46:09
  Author: eric
    Path: /home/cvs-extra/extra/editors/bluefish

Modified: PKGBUILD (1.27 -> 1.28)

upgpkg: bluefish 1.0.7-3
closes FS#8288


----------+
 PKGBUILD |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


Index: extra/editors/bluefish/PKGBUILD
diff -u extra/editors/bluefish/PKGBUILD:1.27 extra/editors/bluefish/PKGBUILD:1.28
--- extra/editors/bluefish/PKGBUILD:1.27	Sun Apr 22 13:56:06 2007
+++ extra/editors/bluefish/PKGBUILD	Mon Oct 29 22:46:09 2007
@@ -1,19 +1,20 @@
-# $Id: PKGBUILD,v 1.27 2007/04/22 17:56:06 jgc Exp $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# $Id: PKGBUILD,v 1.28 2007/10/30 02:46:09 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=bluefish
 pkgver=1.0.7
-pkgrel=2
+pkgrel=3
 pkgdesc="Programmer's HTML editor written using GTK"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url="http://bluefish.openoffice.nl/"
-depends=('pcre>=6.6-2' 'aspell>=0.60.4-2' 'libgnomeui>=2.18.1-2' 'desktop-file-utils' 'shared-mime-info')
-makedepends=('pkgconfig')
 license=('GPL')
+depends=('pcre>=6.6-2' 'aspell>=0.60.4-2' 'gnome-vfs' 'desktop-file-utils' 'shared-mime-info')
+makedepends=('pkgconfig')
 install=bluefish.install
 source=(http://www.bennewitz.com/bluefish/stable/source/${pkgname}-${pkgver}.tar.bz2)
 md5sums=('2c3b3c9c8f8e32b9473dfd879f216dea')
+sha1sums=('c61d6271c49e9fa8c728724e6aadde33a227bdea')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
@@ -23,7 +24,8 @@
     --without-gnome2_4-mime \
     --without-gnome2_4-appreg \
     --with-icon-path=/usr/share/pixmaps \
-    --disable-update-databases
+    --disable-update-databases \
+    --without-libgnomeui
   make || return 1
   make DESTDIR=${startdir}/pkg install
   install -m644 ${startdir}/src/${pkgname}-${pkgver}/data/bluefish.desktop ${startdir}/pkg/usr/share/applications/bluefish.desktop




More information about the arch-commits mailing list