summaryrefslogtreecommitdiffstats
path: root/mutter
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-08-30 01:53:22 +0200
committerpiernov <piernov@piernov.org>2011-08-30 01:53:22 +0200
commit1501dd6dd181ad543a325ac466a468a7ff559d96 (patch)
treeb40edb685be0ce26ab47da1cc5bb480bfdfbbe2e /mutter
parentfb075e810eede169cd9c31a24d281cac31fe64cc (diff)
downloadgnome3-1501dd6dd181ad543a325ac466a468a7ff559d96.tar.gz
gnome3-1501dd6dd181ad543a325ac466a468a7ff559d96.tar.bz2
gnome3-1501dd6dd181ad543a325ac466a468a7ff559d96.tar.xz
gnome3-1501dd6dd181ad543a325ac466a468a7ff559d96.zip
mutter 3.1.90-1 màj port
Diffstat (limited to 'mutter')
-rw-r--r--mutter/.footprint.i6861
-rw-r--r--mutter/.footprint.x86_641
-rw-r--r--mutter/.md5sum.i6862
-rw-r--r--mutter/.md5sum.x86_642
-rw-r--r--mutter/Pkgfile7
5 files changed, 9 insertions, 4 deletions
diff --git a/mutter/.footprint.i686 b/mutter/.footprint.i686
index 41b17b7..63cc72e 100644
--- a/mutter/.footprint.i686
+++ b/mutter/.footprint.i686
@@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/include/mutter/meta/
-rw-r--r-- root/root usr/include/mutter/meta/group.h
-rw-r--r-- root/root usr/include/mutter/meta/keybindings.h
-rw-r--r-- root/root usr/include/mutter/meta/main.h
+-rw-r--r-- root/root usr/include/mutter/meta/meta-background-actor.h
-rw-r--r-- root/root usr/include/mutter/meta/meta-plugin.h
-rw-r--r-- root/root usr/include/mutter/meta/meta-shadow-factory.h
-rw-r--r-- root/root usr/include/mutter/meta/meta-window-actor.h
diff --git a/mutter/.footprint.x86_64 b/mutter/.footprint.x86_64
index 41b17b7..63cc72e 100644
--- a/mutter/.footprint.x86_64
+++ b/mutter/.footprint.x86_64
@@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/include/mutter/meta/
-rw-r--r-- root/root usr/include/mutter/meta/group.h
-rw-r--r-- root/root usr/include/mutter/meta/keybindings.h
-rw-r--r-- root/root usr/include/mutter/meta/main.h
+-rw-r--r-- root/root usr/include/mutter/meta/meta-background-actor.h
-rw-r--r-- root/root usr/include/mutter/meta/meta-plugin.h
-rw-r--r-- root/root usr/include/mutter/meta/meta-shadow-factory.h
-rw-r--r-- root/root usr/include/mutter/meta/meta-window-actor.h
diff --git a/mutter/.md5sum.i686 b/mutter/.md5sum.i686
index 0d10768..b5fe325 100644
--- a/mutter/.md5sum.i686
+++ b/mutter/.md5sum.i686
@@ -1 +1 @@
-acdfed98ac063015a8a129c19702a46d mutter-3.1.4.tar.xz
+ec74340f457e451e0e513c25557282a9 mutter-3.1.90.tar.xz
diff --git a/mutter/.md5sum.x86_64 b/mutter/.md5sum.x86_64
index 0d10768..b5fe325 100644
--- a/mutter/.md5sum.x86_64
+++ b/mutter/.md5sum.x86_64
@@ -1 +1 @@
-acdfed98ac063015a8a129c19702a46d mutter-3.1.4.tar.xz
+ec74340f457e451e0e513c25557282a9 mutter-3.1.90.tar.xz
diff --git a/mutter/Pkgfile b/mutter/Pkgfile
index d30bf63..a54ed37 100644
--- a/mutter/Pkgfile
+++ b/mutter/Pkgfile
@@ -6,7 +6,7 @@
# Run on: startup-notification, gconf, zenity, libcanberra, clutter
name=mutter
-version=3.1.4
+version=3.1.90
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
@@ -15,7 +15,10 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/$name \
- --localstatedir=/var
+ --localstatedir=/var \
+ --enable-introspection=yes \
+ --disable-scrollkeeper \
+ --disable-schemas-install
make
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install