[arch-commits] Commit in gnome-tweak-tool/repos (4 files)
Jan de Groot
jgc at archlinux.org
Thu Oct 18 19:25:40 UTC 2012
Date: Thursday, October 18, 2012 @ 15:25:39
Author: jgc
Revision: 169210
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 169138, gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD)
gnome-tweak-tool/repos/testing-any/gnome-tweak-tool.install
(from rev 169138, gnome-tweak-tool/repos/gnome-unstable-any/gnome-tweak-tool.install)
Deleted:
gnome-tweak-tool/repos/gnome-unstable-any/
--------------------------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
gnome-tweak-tool.install | 11 +++++++++++
2 files changed, 42 insertions(+)
Copied: gnome-tweak-tool/repos/testing-any/PKGBUILD (from rev 169138, gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD (rev 0)
+++ testing-any/PKGBUILD 2012-10-18 19:25:39 UTC (rev 169210)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.6.1
+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=('8ce5fe961f14bd886f3d23b49797bdabf3577507576e0bd004dfb962a2f1afa8')
+
+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:
Copied: gnome-tweak-tool/repos/testing-any/gnome-tweak-tool.install (from rev 169138, gnome-tweak-tool/repos/gnome-unstable-any/gnome-tweak-tool.install)
===================================================================
--- testing-any/gnome-tweak-tool.install (rev 0)
+++ testing-any/gnome-tweak-tool.install 2012-10-18 19:25:39 UTC (rev 169210)
@@ -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