Date: Wednesday, April 10, 2013 @ 20:25:58 Author: bgyorgy Revision: 88049
archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Deleted: metacity/repos/community-staging-i686/PKGBUILD metacity/repos/community-staging-i686/fix_compositing_startup.patch metacity/repos/community-staging-i686/metacity.install metacity/repos/community-staging-x86_64/PKGBUILD metacity/repos/community-staging-x86_64/fix_compositing_startup.patch metacity/repos/community-staging-x86_64/metacity.install --------------------------------------------------------+ community-staging-i686/PKGBUILD | 45 --------------- community-staging-i686/fix_compositing_startup.patch | 12 ---- community-staging-i686/metacity.install | 19 ------ community-staging-x86_64/PKGBUILD | 45 --------------- community-staging-x86_64/fix_compositing_startup.patch | 12 ---- community-staging-x86_64/metacity.install | 19 ------ 6 files changed, 152 deletions(-) Deleted: community-staging-i686/PKGBUILD =================================================================== --- community-staging-i686/PKGBUILD 2013-04-10 18:25:45 UTC (rev 88048) +++ community-staging-i686/PKGBUILD 2013-04-10 18:25:58 UTC (rev 88049) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Jan de Groot <[email protected]> - -pkgname=metacity -pkgver=2.34.13 -pkgrel=3 -pkgdesc="Legacy GNOME window manager" -arch=('i686' 'x86_64') -license=('GPL') -depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 'startup-notification' 'zenity') -makedepends=('intltool' 'itstool') -url="https://live.gnome.org/Metacity" -options=('!libtool') -install=metacity.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz - fix_compositing_startup.patch - fix_force_quit.patch - fix_shadows.patch) -sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075' - '5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2' - '917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d' - 'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3') - -build() { - cd "$pkgname-$pkgver" - - # https://bugzilla.gnome.org/show_bug.cgi?id=658036 - patch -Np1 -i "$srcdir/fix_compositing_startup.patch" - - # https://bugzilla.gnome.org/show_bug.cgi?id=687938 - patch -Np1 -i "$srcdir/fix_force_quit.patch" - - # https://bugzilla.gnome.org/show_bug.cgi?id=648340 - patch -Np1 -i "$srcdir/fix_shadows.patch" - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ - --disable-static --disable-schemas-compile - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Deleted: community-staging-i686/fix_compositing_startup.patch =================================================================== --- community-staging-i686/fix_compositing_startup.patch 2013-04-10 18:25:45 UTC (rev 88048) +++ community-staging-i686/fix_compositing_startup.patch 2013-04-10 18:25:58 UTC (rev 88049) @@ -1,12 +0,0 @@ -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; Deleted: community-staging-i686/metacity.install =================================================================== --- community-staging-i686/metacity.install 2013-04-10 18:25:45 UTC (rev 88048) +++ community-staging-i686/metacity.install 2013-04-10 18:25:58 UTC (rev 88049) @@ -1,19 +0,0 @@ -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 -} Deleted: community-staging-x86_64/PKGBUILD =================================================================== --- community-staging-x86_64/PKGBUILD 2013-04-10 18:25:45 UTC (rev 88048) +++ community-staging-x86_64/PKGBUILD 2013-04-10 18:25:58 UTC (rev 88049) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Balló György <ballogyor+arch at gmail dot com> -# Contributor: Jan de Groot <[email protected]> - -pkgname=metacity -pkgver=2.34.13 -pkgrel=3 -pkgdesc="Legacy GNOME window manager" -arch=('i686' 'x86_64') -license=('GPL') -depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 'startup-notification' 'zenity') -makedepends=('intltool' 'itstool') -url="https://live.gnome.org/Metacity" -options=('!libtool') -install=metacity.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz - fix_compositing_startup.patch - fix_force_quit.patch - fix_shadows.patch) -sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075' - '5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2' - '917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d' - 'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3') - -build() { - cd "$pkgname-$pkgver" - - # https://bugzilla.gnome.org/show_bug.cgi?id=658036 - patch -Np1 -i "$srcdir/fix_compositing_startup.patch" - - # https://bugzilla.gnome.org/show_bug.cgi?id=687938 - patch -Np1 -i "$srcdir/fix_force_quit.patch" - - # https://bugzilla.gnome.org/show_bug.cgi?id=648340 - patch -Np1 -i "$srcdir/fix_shadows.patch" - - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ - --disable-static --disable-schemas-compile - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Deleted: community-staging-x86_64/fix_compositing_startup.patch =================================================================== --- community-staging-x86_64/fix_compositing_startup.patch 2013-04-10 18:25:45 UTC (rev 88048) +++ community-staging-x86_64/fix_compositing_startup.patch 2013-04-10 18:25:58 UTC (rev 88049) @@ -1,12 +0,0 @@ -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; Deleted: community-staging-x86_64/metacity.install =================================================================== --- community-staging-x86_64/metacity.install 2013-04-10 18:25:45 UTC (rev 88048) +++ community-staging-x86_64/metacity.install 2013-04-10 18:25:58 UTC (rev 88049) @@ -1,19 +0,0 @@ -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 -}
