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

Jan Steffens heftig at archlinux.org
Mon Oct 2 20:44:48 UTC 2017


    Date: Monday, October 2, 2017 @ 20:44:48
  Author: heftig
Revision: 306608

archrelease: copy trunk to testing-any

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

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 20:44:22 UTC (rev 306607)
+++ PKGBUILD	2017-10-02 20:44:48 UTC (rev 306608)
@@ -1,45 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-tweak-tool
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="Customize advanced GNOME 3 options"
-arch=(any)
-url="https://wiki.gnome.org/Apps/GnomeTweakTool"
-license=(GPL)
-depends=(gnome-settings-daemon python-gobject)
-makedepends=(git meson)
-groups=(gnome-extra)
-_commit=bc0a6fb59dcbdeb70d2c6124b5286186b4e2e8ef  # tags/3.26.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() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  meson setup --prefix=/usr --buildtype=release ../$pkgname \
-    --libexecdir=/usr/lib/$pkgname
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-tweak-tool/repos/testing-any/PKGBUILD (from rev 306607, gnome-tweak-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-02 20:44:48 UTC (rev 306608)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.26.2.1
+pkgrel=1
+pkgdesc="Customize advanced GNOME 3 options"
+arch=(any)
+url="https://wiki.gnome.org/Apps/GnomeTweakTool"
+license=(GPL)
+depends=(gnome-settings-daemon python-gobject)
+makedepends=(git meson)
+groups=(gnome-extra)
+_commit=96ddca165efe44406ec2774a2595e35d082a01a5  # tags/3.26.2.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() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list