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

3.44.0-1

parent 93886cda
No related branches found
Tags 3.32.0+17+gfb0938f-2
No related merge requests found
......@@ -2,7 +2,7 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=zenity
pkgver=3.43.0
pkgver=3.44.0
pkgrel=1
pkgdesc="Display graphical dialog boxes from shell scripts"
url="https://gitlab.gnome.org/GNOME/zenity"
......@@ -10,7 +10,7 @@ arch=(x86_64)
license=(LGPL)
depends=(webkit2gtk-4.1 libnotify)
makedepends=(yelp-tools meson git)
_commit=01e6d92f23f49414ba8ec4c5b3daf49222c1e31d # tags/3.43.0^0
_commit=7bf8c8910d34bfb2b883b32118b93b68d44dd77b # tags/3.44.0^0
source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
sha256sums=('SKIP')
......@@ -24,9 +24,12 @@ prepare() {
}
build() {
arch-meson zenity build \
-D libnotify=true \
local meson_options=(
-D libnotify=true
-D webkitgtk=true
)
arch-meson zenity build "${meson_options[@]}"
meson compile -C build
}
......@@ -37,3 +40,5 @@ check() {
package() {
meson install -C build --destdir "$pkgdir"
}
# vim:set sw=2 sts=-1 et:
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