diff --git a/zenity/PKGBUILD b/zenity/PKGBUILD index 4098f28359..e841666347 100644 --- a/zenity/PKGBUILD +++ b/zenity/PKGBUILD @@ -3,23 +3,23 @@ # Contributor: Jan de Groot pkgname=zenity -pkgver=3.44.2 +pkgver=4.0.0 pkgrel=1 pkgdesc="Display graphical dialog boxes from shell scripts" url="https://gitlab.gnome.org/GNOME/zenity" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) -license=(LGPL) +license=(LGPL-2.1-or-later) depends=( - gtk3 - libnotify + libadwaita ) makedepends=( git + help2man meson + util-linux yelp-tools ) -optdepends=('perl: gdialog wrapper') -_commit=e9a591aa1d182e220013d9ab50dcc7607734d7b1 # tags/3.44.2-real^0 +_commit=4e750f1aa1068d03156b80dfb0471b619156d638 # tags/4.0.0^0 source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit") b2sums=('SKIP') @@ -34,7 +34,6 @@ prepare() { build() { local meson_options=( - -D libnotify=true ) arch-meson zenity build "${meson_options[@]}" @@ -47,6 +46,7 @@ check() { package() { meson install -C build --destdir "$pkgdir" + hardlink -c "$pkgdir/usr/share/help" } # vim:set sw=2 sts=-1 et: