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

commit d24d8ba2137417180137cffbb2eff1378d5d208c
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Fri Mar 25 19:23:18 2011 +0100

gnome-shell-2.91.92-2-i686
*use git version
*fix some dbus menu and add translations
*(don't backport patch as it's a devel version)

diff --git a/source/gnome/gnome-shell/FrugalBuild 
b/source/gnome/gnome-shell/FrugalBuild
index 68570bb..02286de 100644
--- a/source/gnome/gnome-shell/FrugalBuild
+++ b/source/gnome/gnome-shell/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=gnome-shell
pkgver=2.91.92
-pkgrel=1
+pkgrel=2
pkgdesc="Window management and application launching for GNOME"
url="http://www.gnome.org/";
depends=('libxml2>=2.7.8' 'mutter>=2.91.92' 'gnome-desktop' 'gjs>=0.7' \
@@ -19,13 +19,24 @@ _F_gnome_schemas=('/etc/gconf/schemas/gnome-shell.schemas')
_F_gnome_desktop="y"
_F_gnome_devel="y"
_F_gnome_glib="y"
+_F_gnome_git="y"
Finclude gnome gnome-scriptlet
sha1sums=('5d1ae9f3388fbcf347b93f93b03584f226fa1b30')
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner/
replaces=('byzanz')
+sha1sums=('126670f0040f596aca069d743926e1440d92c788')
+if [ "$_F_gnome_git" != "n" ]; then
+       unset sha1sums
+fi

build() {
-       Fcd
+       if [ "$_F_gnome_git" != "n" ]; then
+               Funpack_scm
+               Fcd $pkgname
+               sh ./autogen.sh
+       else
+               Fcd
+       fi
Fpatchall
Fautoreconf
Fmake --disable-static --enable-compile-warnings=maximum 
--disable-schemas-compile
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to