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

Jan de Groot jgc at archlinux.org
Fri Sep 26 10:55:05 UTC 2014


    Date: Friday, September 26, 2014 @ 12:55:04
  Author: jgc
Revision: 223091

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 223030, gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD)
  gnome-tweak-tool/repos/testing-any/gnome-tweak-tool.install
    (from rev 223030, 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 223030, gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2014-09-26 10:55:04 UTC (rev 223091)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.14.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' 'hicolor-icon-theme')
+makedepends=('intltool')
+install=gnome-tweak-tool.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('da77e1c816a07ea68d7404a0df097435f36e7d203de0cae47d0c9bf1293fb15d')
+
+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 223030, 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	2014-09-26 10:55:04 UTC (rev 223091)
@@ -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