[arch-commits] Commit in zenity/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 13:14:13 UTC 2022


    Date: Saturday, April 2, 2022 @ 13:14:13
  Author: heftig
Revision: 441240

archrelease: copy trunk to extra-x86_64

Added:
  zenity/repos/extra-x86_64/PKGBUILD
    (from rev 441239, zenity/trunk/PKGBUILD)
Deleted:
  zenity/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 13:14:05 UTC (rev 441239)
+++ PKGBUILD	2022-04-02 13:14:13 UTC (rev 441240)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=zenity
-pkgver=3.41.0
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-url="https://gitlab.gnome.org/GNOME/zenity"
-arch=(x86_64)
-license=(LGPL)
-depends=(webkit2gtk libnotify)
-makedepends=(yelp-tools meson git)
-_commit=d8857f446b602d5fb4a41fef3d8a63507a12b72c  # tags/3.41.0^0
-source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd zenity
-  git describe --tags | sed 's/^ZENITY_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  cd zenity
-}
-
-build() {
-  arch-meson zenity build \
-    -D libnotify=true \
-    -D webkitgtk=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 441239, zenity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-02 13:14:13 UTC (rev 441240)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=zenity
+pkgver=3.42.0
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+url="https://gitlab.gnome.org/GNOME/zenity"
+arch=(x86_64)
+license=(LGPL)
+depends=(webkit2gtk libnotify)
+makedepends=(yelp-tools meson git)
+options=(debug)
+_commit=383c8c13899f2e6beb5d71c43d7a181d67008c9f  # tags/3.42.0^0
+source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd zenity
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd zenity
+}
+
+build() {
+  arch-meson zenity build \
+    -D libnotify=true \
+    -D webkitgtk=true
+  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