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

Jan Steffens heftig at archlinux.org
Mon Dec 11 19:07:52 UTC 2017


    Date: Monday, December 11, 2017 @ 19:07:51
  Author: heftig
Revision: 312186

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   85 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 41 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-11 19:07:27 UTC (rev 312185)
+++ PKGBUILD	2017-12-11 19:07:51 UTC (rev 312186)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-tweak-tool
-pkgver=3.26.3
-pkgrel=1
-pkgdesc="Customize advanced GNOME 3 options"
-url="https://wiki.gnome.org/Apps/GnomeTweakTool"
-arch=(any)
-license=(GPL)
-depends=(gnome-settings-daemon python-gobject nautilus)
-makedepends=(git meson)
-groups=(gnome-extra)
-_commit=3d53a5ad00cedcc7df30bc709c923cbdf97f82cf  # tags/3.26.3^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:

Copied: gnome-tweak-tool/repos/extra-any/PKGBUILD (from rev 312185, gnome-tweak-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-11 19:07:51 UTC (rev 312186)
@@ -0,0 +1,41 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.26.4
+pkgrel=1
+pkgdesc="Customize advanced GNOME 3 options"
+url="https://wiki.gnome.org/Apps/GnomeTweakTool"
+arch=(any)
+license=(GPL)
+depends=(gnome-settings-daemon python-gobject nautilus)
+makedepends=(git meson)
+groups=(gnome-extra)
+_commit=fb52aee275c3085cd59bdb779e6522f3ee8eb45e  # tags/3.26.4^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
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list