[arch-commits] Commit in gnome-tweak-tool/repos (3 files)

Ionut Biru ibiru at archlinux.org
Wed Sep 28 19:31:19 UTC 2011


    Date: Wednesday, September 28, 2011 @ 15:31:18
  Author: ibiru
Revision: 138950

db-move: moved gnome-tweak-tool from [gnome-unstable] to [testing] (any)

Added:
  gnome-tweak-tool/repos/testing-any/
  gnome-tweak-tool/repos/testing-any/PKGBUILD
    (from rev 138832, gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD)
Deleted:
  gnome-tweak-tool/repos/gnome-unstable-any/

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: gnome-tweak-tool/repos/testing-any/PKGBUILD (from rev 138832, gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2011-09-28 19:31:18 UTC (rev 138950)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.2.0
+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')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('69d48f842d84e023765134a90515613eda46d434b6cec33bf35eb2f31efc1f64')
+
+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:




More information about the arch-commits mailing list