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

Ionut Biru ibiru at archlinux.org
Tue Mar 13 19:02:36 UTC 2012


    Date: Tuesday, March 13, 2012 @ 15:02:35
  Author: ibiru
Revision: 153426

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-tweak-tool/repos/gnome-unstable-any/
  gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD
    (from rev 153425, gnome-tweak-tool/trunk/PKGBUILD)

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

Copied: gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD (from rev 153425, gnome-tweak-tool/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2012-03-13 19:02:35 UTC (rev 153426)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.3.4
+pkgrel=1
+pkgdesc="A tool to customize advanced GNOME 3 options."
+arch=(any)
+url="https://live.gnome.org/GnomeTweakTool"
+license=('GPL')
+depends=('gnome-settings-daemon' 'python2-gobject')
+makedepends=('intltool')
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de18bf67e44af1b6757cf8e3a78c480b84286658be3d5d9ba7c13f5c49763dc6')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$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