Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7f87be9401339d83e9a8755a7682a9fd38dc0f9e

commit 7f87be9401339d83e9a8755a7682a9fd38dc0f9e
Author: voroskoi <[EMAIL PROTECTED]>
Date:   Sun Nov 11 15:24:22 2007 +0100

bluefish-1.0.7-3-x86_64
gnome-vfs readded to depends() - recloses #319
install bluefish icon, closes #2552
use configure options instead of hacks

diff --git a/source/gnome-extra/bluefish/FrugalBuild 
b/source/gnome-extra/bluefish/FrugalBuild
index 12785c5..b7a8ad1 100644
--- a/source/gnome-extra/bluefish/FrugalBuild
+++ b/source/gnome-extra/bluefish/FrugalBuild
@@ -4,23 +4,25 @@

pkgname=bluefish
pkgver=1.0.7
-pkgrel=2
+pkgrel=3
pkgdesc="Bluefish is a powerful editor for experienced web designers and 
programmers."
url="http://bluefish.openoffice.nl/";
-depends=('aspell>=0.50' 'gtk+2' 'atk' 'libxcb' 'freetype2' 'pango' 'cairo' 
'pcre>=3.0' 'glib2')
+# gnome-vfs: #319
+depends=('gnome-vfs' 'pcre' 'aspell' 'libxdamage')
groups=('gnome-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump $url/download.html |grep latest |sed -e 's/.*h \(.*\). 
T.*/\1/'"
source=(http://www.bennewitz.com/bluefish/stable/source/$pkgname-$pkgver.tar.bz2)
+sha1sums=('c61d6271c49e9fa8c728724e6aadde33a227bdea')

build()
{
-       Fmake --disable-splash-screen
-       Fmkdir /usr/share/pixmaps /usr/share/applications 
/usr/share/application-registry
-       Fsed '/usr/bin/update-desktop-database' '/bin/true' data/Makefile
-       Fsed '/usr/bin/update-mime-database' '/bin/true' data/Makefile
-       Fmakeinstall
+       unset MAKEFLAGS
+       Fbuild --with-freedesktop_org-menu=/usr/share/applications \
+               --with-freedesktop_org-mime=/usr/share/mime \
+               --disable-update-databases \
+               --with-icon-path=/usr/share/pixmap \
+               --without-libgnomeui
}
-sha1sums=('c61d6271c49e9fa8c728724e6aadde33a227bdea')

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to