[arch-commits] Commit in gnome-tweak-tool/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jun 12 19:22:49 UTC 2017


    Date: Monday, June 12, 2017 @ 19:22:49
  Author: heftig
Revision: 298713

archrelease: copy trunk to extra-any

Added:
  gnome-tweak-tool/repos/extra-any/PKGBUILD
    (from rev 298712, gnome-tweak-tool/trunk/PKGBUILD)
Deleted:
  gnome-tweak-tool/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-12 19:22:23 UTC (rev 298712)
+++ PKGBUILD	2017-06-12 19:22:49 UTC (rev 298713)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-tweak-tool
-pkgver=3.24.0+3+g01bffca
-pkgrel=1
-pkgdesc="Customize advanced GNOME 3 options"
-arch=(any)
-url="https://wiki.gnome.org/Apps/GnomeTweakTool"
-license=(GPL)
-depends=(gnome-settings-daemon python2-gobject)
-makedepends=(intltool gnome-common git)
-groups=(gnome-extra)
-_commit=01bffca3a608572a6f253f6cff0dd57dca3f9b9d  # gnome-3-24
-source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  sed -i '1s|python$|&2|' gnome-tweak-tool
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd "$pkgname"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd "$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-tweak-tool/repos/extra-any/PKGBUILD (from rev 298712, gnome-tweak-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-12 19:22:49 UTC (rev 298713)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="Customize advanced GNOME 3 options"
+arch=(any)
+url="https://wiki.gnome.org/Apps/GnomeTweakTool"
+license=(GPL)
+depends=(gnome-settings-daemon python2-gobject)
+makedepends=(intltool gnome-common git)
+groups=(gnome-extra)
+_commit=c2d12aa59a74739051a9ddbd131059e76cd67d74  # tags/3.24.1^0
+source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list