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

Jan Steffens heftig at gemini.archlinux.org
Sat Mar 5 12:57:27 UTC 2022


    Date: Saturday, March 5, 2022 @ 12:57:26
  Author: heftig
Revision: 438970

archrelease: copy trunk to extra-any

Added:
  gnome-tweaks/repos/extra-any/PKGBUILD
    (from rev 438969, gnome-tweaks/trunk/PKGBUILD)
Deleted:
  gnome-tweaks/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-05 12:57:18 UTC (rev 438969)
+++ PKGBUILD	2022-03-05 12:57:26 UTC (rev 438970)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-tweaks
-pkgver=40.0
-pkgrel=2
-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)
-groups=(gnome-extra)
-provides=("gnome-tweak-tool=$pkgver")
-conflicts=(gnome-tweak-tool)
-replaces=(gnome-tweak-tool)
-_commit=7a16849f498c8a57d525eb9184a8b0163e2ddcbb  # tags/40.0^0
-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
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gnome-tweaks/repos/extra-any/PKGBUILD (from rev 438969, gnome-tweaks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-05 12:57:26 UTC (rev 438970)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-tweaks
+pkgver=40.10
+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)
+groups=(gnome-extra)
+provides=("gnome-tweak-tool=$pkgver")
+conflicts=(gnome-tweak-tool)
+replaces=(gnome-tweak-tool)
+_commit=e434c2857b3805c7d41229836ef2d24d445409a6  # tags/40.10^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-tweaks.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed '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