Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=aabb54778a17d662214cfcd8ee1a145f2b9f6cdb
commit aabb54778a17d662214cfcd8ee1a145f2b9f6cdb Author: bouleetbil <[email protected]> Date: Sun Apr 10 14:25:39 2011 +0200 almanah-0.7.3-1-x86_64 *fix syntax error diff --git a/source/gnome-extra/almanah/FrugalBuild b/source/gnome-extra/almanah/FrugalBuild index ac6b85f..213a435 100644 --- a/source/gnome-extra/almanah/FrugalBuild +++ b/source/gnome-extra/almanah/FrugalBuild @@ -6,7 +6,9 @@ pkgver=0.7.3 pkgrel=1 pkgdesc="Diary is a small GTK+ application to allow you to keep a diary of your life." url="http://tecnocode.co.uk/projects/almanah/" -depends=('evolution-data-server>=2.91.0' 'libglade' 'sqlite3' 'e2fsprogs' 'libgnome' 'popt' 'nspr' 'openssl>=1.0.0' 'libtasn1' 'libgcrypt' 'seahorse' 'gtkspell' 'atk' 'pango>=1.24.2-2' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'libgcc' 'libxdamage' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor') +depends=('evolution-data-server>=2.91.0' 'libglade' 'sqlite3' 'e2fsprogs' 'libgnome' 'popt' 'nspr' 'openssl>=1.0.0' 'libtasn1' \ + 'libgcrypt' 'seahorse' 'gtkspell' 'atk' 'pango>=1.24.2-2' 'libxau>=1.0.4' 'libxdmcp' 'freetype2' 'libgcc' 'libxdamage' \ + 'libxinerama' 'libxi' 'libxrandr' 'libxcursor') makedepends=('intltool' 'krb5') options=('scriptlet') _F_gnome_schemas=('/etc/gconf/schemas/almanah.schemas') @@ -17,6 +19,11 @@ groups=('gnome-extra') archs=('i686' 'x86_64') sha1sums=('b94ff8a6a94c34511e0ff44ddce54c23aaf94ba4') replaces=('diary') -[ "$CARCH" == "i686" ] && export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64" + +build() { + [ "$CARCH" == "i686" ] && export CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=64" + Fbuild + Fbuild_gnome_scriptlet +} # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
