Skip to content
Snippets Groups Projects
Commit 778616a6 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

3.44.0-2: FS#77607 reduce deps

parent 8b6314c0
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment