From 778616a6bcbbb8c1ffdb791f848d648fcfc3122c Mon Sep 17 00:00:00 2001
From: Jan Alexander Steffens <heftig@archlinux.org>
Date: Wed, 22 Feb 2023 06:14:00 +0000
Subject: [PATCH] 3.44.0-2: FS#77607 reduce deps

---
 PKGBUILD | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index aee9473..7f5f3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ prepare() {
 }
 
 build() {
-  local meson_options=(
-    -D libnotify=true
-    -D webkitgtk=true
-  )
-
-  arch-meson zenity build "${meson_options[@]}"
+  arch-meson zenity build
   meson compile -C build
 }
 
-- 
GitLab