diff options
Diffstat (limited to 'mutter')
-rw-r--r-- | mutter/.footprint.i686 | 1 | ||||
-rw-r--r-- | mutter/.footprint.x86_64 | 1 | ||||
-rw-r--r-- | mutter/.md5sum.i686 | 2 | ||||
-rw-r--r-- | mutter/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | mutter/Pkgfile | 7 |
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 |