Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=f85fcfc66ea0ce44c2c39ae26342d95705625db0

commit f85fcfc66ea0ce44c2c39ae26342d95705625db0
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Tue Mar 15 22:37:49 2011 +0100

gnome-applets-2.91.3-4-x86_64
*switch to git version
*(will probably move it into extra)

diff --git a/source/gnome/gnome-applets/FrugalBuild 
b/source/gnome/gnome-applets/FrugalBuild
index 7e10eea..b8d2f8d 100644
--- a/source/gnome/gnome-applets/FrugalBuild
+++ b/source/gnome/gnome-applets/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=gnome-applets
pkgver=2.91.3
-pkgrel=3
+pkgrel=4
pkgdesc="Applets for use with the GNOME panel"
url="http://www.gnome.org/";
depends=('libxml2>=2.7.8' 'gail>=2.22.0' 'gnome-panel>=2.32.0' 
'libgtop>=2.28.0' 'libxklavier>=5.0' 'libwnck>=2.28.0' \
@@ -24,18 +24,25 @@ _F_gnome_schemas=('/etc/gconf/schemas/battstat.schemas'
'/etc/gconf/schemas/stickynotes.schemas')
_F_gnome_scrollkeeper="y"
_F_gnome_iconcache="y"
+_F_gnome_git="y"
Finclude gnome gnome-scriptlet
-Fconfopts="$Fconfopts --enable-flags --enable-ipv6 --with-gstreamer=0.10 
--enable-stickynotes --enable-mixer-applet"
-source=(${source[@]} README.Frugalware libnotify7.diff)
+Fconfopts="$Fconfopts --enable-flags --enable-ipv6 --enable-stickynotes 
--disable-mixer-applet"
+source=(${source[@]} README.Frugalware)
sha1sums=('2c0d0245a0e40bd956bebf3c13e644c7548ade44' \
-          'c0774a7e94736eeb18aee8cba06bb52fc8a9f144' \
-          '2112320a79caeb149bbc0f6f16b944f0c7811849')
+          'c0774a7e94736eeb18aee8cba06bb52fc8a9f144')
+
+if [ "$_F_gnome_git" != "n" ]; then
+       unset sha1sums
+fi

build() {
+       if [ "$_F_gnome_git" != "n" ]; then
+               Funpack_scm
+               Fcd $pkgname
+               sh ./autogen.sh
+       fi
Fbuild_slice_scrollkeeper
Fcd
-       #Fsed 'PKG_CHECK_MODULES(GIT, gnome-icon-theme >= 
$GNOME_ICON_THEME_REQUIRED)' \
-       #       '' configure.in
Fpatchall
Fautoreconf
Fmake
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to