[arch-commits] Commit in gnome-tweaks (3 files)

Jan Steffens heftig at archlinux.org
Wed Mar 14 20:08:42 UTC 2018


    Date: Wednesday, March 14, 2018 @ 20:08:41
  Author: heftig
Revision: 319086

archrelease: copy trunk to gnome-unstable-any

Added:
  gnome-tweaks/repos/
  gnome-tweaks/repos/gnome-unstable-any/
  gnome-tweaks/repos/gnome-unstable-any/PKGBUILD
    (from rev 319085, gnome-tweaks/trunk/PKGBUILD)

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

Copied: gnome-tweaks/repos/gnome-unstable-any/PKGBUILD (from rev 319085, gnome-tweaks/trunk/PKGBUILD)
===================================================================
--- repos/gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ repos/gnome-unstable-any/PKGBUILD	2018-03-14 20:08:41 UTC (rev 319086)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweaks
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="Graphical interface for advanced GNOME 3 settings (Tweak Tool)"
+url="https://wiki.gnome.org/Apps/Tweaks"
+arch=(any)
+license=(GPL)
+depends=(gnome-settings-daemon python-gobject nautilus)
+makedepends=(git meson)
+groups=(gnome-extra)
+_commit=9e4143d786c29c88d289b3d5755b51a47bdb650f  # tags/3.28.0^0
+provides=("gnome-tweak-tool=$pkgver")
+conflicts=(gnome-tweak-tool)
+replaces=(gnome-tweak-tool)
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#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