[arch-commits] Commit in gnome-tweak-tool/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Dec 1 09:50:08 UTC 2011


    Date: Thursday, December 1, 2011 @ 04:50:07
  Author: heftig
Revision: 143978

archrelease: copy trunk to extra-any

Added:
  gnome-tweak-tool/repos/extra-any/PKGBUILD
    (from rev 143977, gnome-tweak-tool/trunk/PKGBUILD)
Deleted:
  gnome-tweak-tool/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   65 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 34 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-01 09:47:22 UTC (rev 143977)
+++ PKGBUILD	2011-12-01 09:50:07 UTC (rev 143978)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-tweak-tool
-pkgver=3.2.2
-pkgrel=1
-pkgdesc="A tool to customize advanced GNOME 3 options."
-arch=(any)
-url="https://live.gnome.org/GnomeTweakTool"
-license=('GPL')
-depends=('gconf' 'gsettings-desktop-schemas' 'python2-gobject' 'gnome-shell')
-makedepends=('intltool')
-optdepends=('gnome-shell-extension-user-theme: Shell theme selector')
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('57ad08b813ca2f5ea2e131b22cb365d33788d051b80f3f6decc04e3a5404f8f5')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir"/usr/bin/gnome-tweak-tool
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-tweak-tool/repos/extra-any/PKGBUILD (from rev 143977, gnome-tweak-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-12-01 09:50:07 UTC (rev 143978)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.2.2
+pkgrel=2
+pkgdesc="A tool to customize advanced GNOME 3 options."
+arch=(any)
+url="https://live.gnome.org/GnomeTweakTool"
+license=('GPL')
+depends=('gconf' 'gsettings-desktop-schemas' 'python2-gobject' 'gnome-shell')
+makedepends=('intltool')
+optdepends=('gnome-shell-extension-user-theme: Shell theme selector')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('57ad08b813ca2f5ea2e131b22cb365d33788d051b80f3f6decc04e3a5404f8f5')
+
+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
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir"/usr/bin/gnome-tweak-tool
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list