[arch-commits] Commit in metacity/repos (8 files)

Jan Steffens heftig at nymeria.archlinux.org
Mon Apr 8 14:38:04 UTC 2013


    Date: Monday, April 8, 2013 @ 16:38:04
  Author: heftig
Revision: 87887

archrelease: copy trunk to community-i686, community-x86_64

Added:
  metacity/repos/community-i686/
  metacity/repos/community-i686/PKGBUILD
    (from rev 87886, metacity/trunk/PKGBUILD)
  metacity/repos/community-i686/fix_compositing_startup.patch
    (from rev 87886, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/community-i686/metacity.install
    (from rev 87886, metacity/trunk/metacity.install)
  metacity/repos/community-x86_64/
  metacity/repos/community-x86_64/PKGBUILD
    (from rev 87886, metacity/trunk/PKGBUILD)
  metacity/repos/community-x86_64/fix_compositing_startup.patch
    (from rev 87886, metacity/trunk/fix_compositing_startup.patch)
  metacity/repos/community-x86_64/metacity.install
    (from rev 87886, metacity/trunk/metacity.install)

------------------------------------------------+
 community-i686/PKGBUILD                        |   34 +++++++++++++++++++++++
 community-i686/fix_compositing_startup.patch   |   12 ++++++++
 community-i686/metacity.install                |   19 ++++++++++++
 community-x86_64/PKGBUILD                      |   34 +++++++++++++++++++++++
 community-x86_64/fix_compositing_startup.patch |   12 ++++++++
 community-x86_64/metacity.install              |   19 ++++++++++++
 6 files changed, 130 insertions(+)

Copied: metacity/repos/community-i686/PKGBUILD (from rev 87886, metacity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-08 14:38:04 UTC (rev 87887)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=2.34.13
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('dconf' 'gtk2' 'gsettings-desktop-schemas' 'libcanberra'  'libgtop' 'libsm' 'startup-notification' 'zenity')
+makedepends=('intltool' 'yelp-tools')
+url="http://www.gnome.org"
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+        fix_compositing_startup.patch)
+sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
+            '5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "${srcdir}/fix_compositing_startup.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/metacity \
+      --localstatedir=/var --disable-static \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: metacity/repos/community-i686/fix_compositing_startup.patch (from rev 87886, metacity/trunk/fix_compositing_startup.patch)
===================================================================
--- community-i686/fix_compositing_startup.patch	                        (rev 0)
+++ community-i686/fix_compositing_startup.patch	2013-04-08 14:38:04 UTC (rev 87887)
@@ -0,0 +1,12 @@
+diff -Naur metacity-2.34.5.orig/src/compositor/compositor-xrender.c metacity-2.34.5/src/compositor/compositor-xrender.c
+--- metacity-2.34.5.orig/src/compositor/compositor-xrender.c	2011-11-10 15:14:34.000000000 +0100
++++ metacity-2.34.5/src/compositor/compositor-xrender.c	2012-08-28 14:23:04.093750568 +0200
+@@ -3066,6 +3057,8 @@
+ #endif
+ 
+   xrc->enabled = TRUE;
++  xrc->show_redraw = FALSE;
++  xrc->debug = FALSE;
+   g_timeout_add (2000, (GSourceFunc) timeout_debug, xrc);
+ 
+   return compositor;

Copied: metacity/repos/community-i686/metacity.install (from rev 87886, metacity/trunk/metacity.install)
===================================================================
--- community-i686/metacity.install	                        (rev 0)
+++ community-i686/metacity.install	2013-04-08 14:38:04 UTC (rev 87887)
@@ -0,0 +1,19 @@
+pkgname=metacity
+
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+    if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+        /usr/sbin/gconfpkg --uninstall $pkgname
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: metacity/repos/community-x86_64/PKGBUILD (from rev 87886, metacity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-08 14:38:04 UTC (rev 87887)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=2.34.13
+pkgrel=1
+pkgdesc="A window manager for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('dconf' 'gtk2' 'gsettings-desktop-schemas' 'libcanberra'  'libgtop' 'libsm' 'startup-notification' 'zenity')
+makedepends=('intltool' 'yelp-tools')
+url="http://www.gnome.org"
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+        fix_compositing_startup.patch)
+sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
+            '5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  patch -Np1 -i "${srcdir}/fix_compositing_startup.patch"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/metacity \
+      --localstatedir=/var --disable-static \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: metacity/repos/community-x86_64/fix_compositing_startup.patch (from rev 87886, metacity/trunk/fix_compositing_startup.patch)
===================================================================
--- community-x86_64/fix_compositing_startup.patch	                        (rev 0)
+++ community-x86_64/fix_compositing_startup.patch	2013-04-08 14:38:04 UTC (rev 87887)
@@ -0,0 +1,12 @@
+diff -Naur metacity-2.34.5.orig/src/compositor/compositor-xrender.c metacity-2.34.5/src/compositor/compositor-xrender.c
+--- metacity-2.34.5.orig/src/compositor/compositor-xrender.c	2011-11-10 15:14:34.000000000 +0100
++++ metacity-2.34.5/src/compositor/compositor-xrender.c	2012-08-28 14:23:04.093750568 +0200
+@@ -3066,6 +3057,8 @@
+ #endif
+ 
+   xrc->enabled = TRUE;
++  xrc->show_redraw = FALSE;
++  xrc->debug = FALSE;
+   g_timeout_add (2000, (GSourceFunc) timeout_debug, xrc);
+ 
+   return compositor;

Copied: metacity/repos/community-x86_64/metacity.install (from rev 87886, metacity/trunk/metacity.install)
===================================================================
--- community-x86_64/metacity.install	                        (rev 0)
+++ community-x86_64/metacity.install	2013-04-08 14:38:04 UTC (rev 87887)
@@ -0,0 +1,19 @@
+pkgname=metacity
+
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+    if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+        /usr/sbin/gconfpkg --uninstall $pkgname
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list