Date: Saturday, March 18, 2023 @ 01:19:30
  Author: heftig
Revision: 471427

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-18 01:19:30 UTC (rev 471426)
+++ PKGBUILD    2023-03-18 01:19:30 UTC (rev 471427)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=zenity
-pkgver=3.44.0
-pkgrel=2
-pkgdesc="Display graphical dialog boxes from shell scripts"
-url="https://gitlab.gnome.org/GNOME/zenity";
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3)
-makedepends=(yelp-tools meson git)
-optdepends=('perl: gdialog wrapper')
-_commit=7bf8c8910d34bfb2b883b32118b93b68d44dd77b  # tags/3.44.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
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 471425, 
zenity/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-18 01:19:30 UTC (rev 471427)
@@ -0,0 +1,51 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=zenity
+pkgver=3.44.0
+pkgrel=3
+pkgdesc="Display graphical dialog boxes from shell scripts"
+url="https://gitlab.gnome.org/GNOME/zenity";
+arch=(x86_64)
+license=(LGPL)
+depends=(
+  gtk3
+  libnotify
+)
+makedepends=(
+  git
+  meson
+  yelp-tools
+)
+optdepends=('perl: gdialog wrapper')
+_commit=7bf8c8910d34bfb2b883b32118b93b68d44dd77b  # tags/3.44.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() {
+  local meson_options=(
+    -D libnotify=true
+  )
+
+  arch-meson zenity build "${meson_options[@]}"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to