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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Wed Mar 14 09:27:06 UTC 2018


    Date: Wednesday, March 14, 2018 @ 09:27:05
  Author: bpiotrowski
Revision: 318967

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-tweak-tool/repos/gnome-unstable-any/
  gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD
    (from rev 318966, gnome-tweak-tool/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: gnome-tweak-tool/repos/gnome-unstable-any/PKGBUILD (from rev 318966, gnome-tweak-tool/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2018-03-14 09:27:05 UTC (rev 318967)
@@ -0,0 +1,35 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweak-tool
+pkgver=3.28.0
+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=9e4143d786c29c88d289b3d5755b51a47bdb650f  # tags/3.28.0^0
+source=("git+https://git.gnome.org/browse/gnome-tweak-tool#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list