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

3.41.0-1

parent cb14ad32
No related branches found
No related tags found
No related merge requests found
......@@ -2,35 +2,38 @@
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=zenity
pkgver=3.32.0+55+gd7bedff
pkgver=3.41.0
pkgrel=1
pkgdesc="Display graphical dialog boxes from shell scripts"
url="https://gitlab.gnome.org/GNOME/zenity"
arch=(x86_64)
license=(LGPL)
depends=(webkit2gtk libnotify)
makedepends=(yelp-tools autoconf-archive git perl)
_commit=d7bedff683df43df0604f989659df48f096f8c0e # master
makedepends=(yelp-tools meson git)
_commit=d8857f446b602d5fb4a41fef3d8a63507a12b72c # tags/3.41.0^0
source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
cd zenity
git describe --tags | sed 's/^ZENITY_//;s/_/./g;s/-/+/g'
}
prepare() {
cd $pkgname
NOCONFIGURE=1 ./autogen.sh
cd zenity
}
build() {
cd $pkgname
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
arch-meson zenity build \
-D libnotify=true \
-D webkitgtk=true
meson compile -C build
}
check() {
meson test -C build --print-errorlogs
}
package() {
cd $pkgname
make DESTDIR="$pkgdir" install
meson install -C build --destdir "$pkgdir"
}
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