[arch-commits] Commit in metacity/trunk (PKGBUILD enable_compositing.patch)

Balló György bgyorgy at nymeria.archlinux.org
Wed Apr 10 18:25:46 UTC 2013


    Date: Wednesday, April 10, 2013 @ 20:25:45
  Author: bgyorgy
Revision: 88048

upgpkg: metacity 2.34.13-4

Enable compositing by default (required for the desktop rendering feature of nautilus)

Added:
  metacity/trunk/enable_compositing.patch
Modified:
  metacity/trunk/PKGBUILD

--------------------------+
 PKGBUILD                 |   11 ++++++++---
 enable_compositing.patch |   12 ++++++++++++
 2 files changed, 20 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-10 17:39:46 UTC (rev 88047)
+++ PKGBUILD	2013-04-10 18:25:45 UTC (rev 88048)
@@ -4,7 +4,7 @@
 
 pkgname=metacity
 pkgver=2.34.13
-pkgrel=3
+pkgrel=4
 pkgdesc="Legacy GNOME window manager"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,11 +16,13 @@
 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)
+        fix_shadows.patch
+        enable_compositing.patch)
 sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075'
             '5094a0ffe3eb8289ed752829877c2e1b743eddf938ad3fc92fb4574b42765ae2'
             '917760ac3375894ebb4052dfc7c8dff1ac556fb81033d7a7caf02123ceede50d'
-            'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3')
+            'a0981477e9b3fd108fd03b7637bfd1f17a1f6cb13ec703d86b424b55076096f3'
+            'e53c1c20e19cd3d94d05d08045c7a9a373ce52051928ccc69bf3068081f30f9a')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -34,6 +36,9 @@
   # https://bugzilla.gnome.org/show_bug.cgi?id=648340
   patch -Np1 -i "$srcdir/fix_shadows.patch"
 
+  # Enable compositing by default (required for the desktop rendering feature of nautilus)
+  patch -Np1 -i "$srcdir/enable_compositing.patch"
+
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
               --disable-static --disable-schemas-compile
   make

Added: enable_compositing.patch
===================================================================
--- enable_compositing.patch	                        (rev 0)
+++ enable_compositing.patch	2013-04-10 18:25:45 UTC (rev 88048)
@@ -0,0 +1,12 @@
+diff -Naur metacity-2.34.13.orig/src/org.gnome.metacity.gschema.xml.in metacity-2.34.13/src/org.gnome.metacity.gschema.xml.in
+--- metacity-2.34.13.orig/src/org.gnome.metacity.gschema.xml.in	2012-02-15 18:31:44.000000000 +0100
++++ metacity-2.34.13/src/org.gnome.metacity.gschema.xml.in	2013-04-10 20:14:39.837033219 +0200
+@@ -3,7 +3,7 @@
+   <schema id="org.gnome.metacity" path="/org/gnome/metacity/"
+           gettext-domain="@GETTEXT_PACKAGE@">
+     <key name="compositing-manager" type="b">
+-      <default>false</default>
++      <default>true</default>
+       <_summary>Compositing Manager</_summary>
+       <_description>
+         Determines whether Metacity is a compositing manager.




More information about the arch-commits mailing list