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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 23:45:15 UTC 2022


    Date: Saturday, April 2, 2022 @ 23:45:15
  Author: heftig
Revision: 441373

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: gnome-tweaks/repos/gnome-unstable-any/PKGBUILD (from rev 441372, gnome-tweaks/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2022-04-02 23:45:15 UTC (rev 441373)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweaks
+pkgver=42beta+r9+gc66d8c3
+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 libhandy)
+makedepends=(git meson)
+provides=("gnome-tweak-tool=$pkgver")
+conflicts=(gnome-tweak-tool)
+replaces=(gnome-tweak-tool)
+groups=(gnome-extra)
+_commit=c66d8c33108a21af81df6f84c0c9afe73d3ab3f5  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/\.beta/beta/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}



More information about the arch-commits mailing list