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

Jan Steffens heftig at gemini.archlinux.org
Sun Jul 3 09:26:18 UTC 2022


    Date: Sunday, July 3, 2022 @ 09:26:18
  Author: heftig
Revision: 449815

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-03 09:26:02 UTC (rev 449814)
+++ PKGBUILD	2022-07-03 09:26:18 UTC (rev 449815)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=zenity
-pkgver=3.42.1
-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=5aa43ab26e2f2ff5be16daabe15995799ffbaba2  # tags/3.42.1^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"
-}

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 449814, zenity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-03 09:26:18 UTC (rev 449815)
@@ -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.43.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-4.1 libnotify)
+makedepends=(yelp-tools meson git)
+options=(debug)
+_commit=01e6d92f23f49414ba8ec4c5b3daf49222c1e31d  # tags/3.43.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