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

Jan Steffens heftig at nymeria.archlinux.org
Wed Apr 10 19:13:18 UTC 2013


    Date: Wednesday, April 10, 2013 @ 21:13:17
  Author: heftig
Revision: 182525

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

Added:
  gnome-tweak-tool/repos/testing-any/
  gnome-tweak-tool/repos/testing-any/PKGBUILD
    (from rev 182430, gnome-tweak-tool/repos/staging-any/PKGBUILD)
  gnome-tweak-tool/repos/testing-any/gnome-tweak-tool.install
    (from rev 182430, gnome-tweak-tool/repos/staging-any/gnome-tweak-tool.install)
Deleted:
  gnome-tweak-tool/repos/staging-any/

--------------------------+
 PKGBUILD                 |   31 +++++++++++++++++++++++++++++++
 gnome-tweak-tool.install |   11 +++++++++++
 2 files changed, 42 insertions(+)

Copied: gnome-tweak-tool/repos/testing-any/PKGBUILD (from rev 182430, gnome-tweak-tool/repos/staging-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2013-04-10 19:13:17 UTC (rev 182525)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.8.0
+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' 'gconf' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=gnome-tweak-tool.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('630135433d6e079967ed515d9082f4a8a35a7e7a9233f4fe89c6588345939c35')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  PYTHON=/usr/bin/python2 ./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:

Copied: gnome-tweak-tool/repos/testing-any/gnome-tweak-tool.install (from rev 182430, gnome-tweak-tool/repos/staging-any/gnome-tweak-tool.install)
===================================================================
--- testing-any/gnome-tweak-tool.install	                        (rev 0)
+++ testing-any/gnome-tweak-tool.install	2013-04-10 19:13:17 UTC (rev 182525)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list