[arch-commits] Commit in gnome-tweak-tool/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Dec 1 09:47:23 UTC 2011


    Date: Thursday, December 1, 2011 @ 04:47:22
  Author: heftig
Revision: 143977

Fix extension name

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-01 08:30:52 UTC (rev 143976)
+++ PKGBUILD	2011-12-01 09:47:22 UTC (rev 143977)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-tweak-tool
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to customize advanced GNOME 3 options."
 arch=(any)
 url="https://live.gnome.org/GnomeTweakTool"
@@ -17,6 +17,9 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # Fix user-theme extension name
+  sed -i '/THEME_EXT_NAME =/s/gnome.org/gcampax.github.com/' gtweak/tweaks/tweak_shell.py
+
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list