[Frugalware-git] ryuotesting: mutter-3.3.5-2-x86_64

bouleetbil bouleetbil at frogdev.info
Thu Apr 12 17:59:04 CEST 2012


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=ryuotesting.git;a=commitdiff;h=468292cc96a2ba3fa18a6e0e57336d83bb88fd09

commit 468292cc96a2ba3fa18a6e0e57336d83bb88fd09
Author: bouleetbil <bouleetbil at frogdev.info>
Date:   Wed Feb 22 17:05:11 2012 +0100

mutter-3.3.5-2-x86_64

rebuild with latest clutter (git version)

diff --git a/source/gnome/mutter/FrugalBuild b/source/gnome/mutter/FrugalBuild
index 0eb55df..cc94edd 100644
--- a/source/gnome/mutter/FrugalBuild
+++ b/source/gnome/mutter/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=mutter
pkgver=3.3.5
-pkgrel=1
+pkgrel=2
pkgdesc="A window manager for GNOME (new metacity for gnome3)"
url="http://www.gnome.org/"
depends=('libxml2>=2.7.8' 'startup-notification' 'gconf>=3.2.0' 'gnome-themes>=3.0.0' 'libcm' 'gnome-frugalware>=0.7.2' \
@@ -14,12 +14,23 @@ groups=('gnome' 'gnome-minimal')
archs=('i686' 'x86_64')
_F_gnome_glib="y"
_F_gnome_ext=".tar.xz"
+_F_gnome_git="y"
Finclude gnome gnome-scriptlet
Fconfopts="$Fconfopts  --with-clutter --disable-static  --with-gtk=3.0"
sha1sums=('74acb80044ed374f2f115b38728bbb4a33a83633')
+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
+
Fsed "-Werror" "" configure
Fbuild
Fbuild_gnome_scriptlet


More information about the Frugalware-git mailing list