Date: Wednesday, February 22, 2023 @ 06:14:00 Author: heftig Revision: 469424
3.44.0-2: FS#77607 reduce deps Modified: zenity/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-22 06:07:14 UTC (rev 469423) +++ PKGBUILD 2023-02-22 06:14:00 UTC (rev 469424) @@ -3,13 +3,14 @@ pkgname=zenity pkgver=3.44.0 -pkgrel=1 +pkgrel=2 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) +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') @@ -24,12 +25,7 @@ } build() { - local meson_options=( - -D libnotify=true - -D webkitgtk=true - ) - - arch-meson zenity build "${meson_options[@]}" + arch-meson zenity build meson compile -C build }
