Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / zenity
Commits: 813f32b8 by Jan Alexander Steffens (heftig) at 2023-12-08T00:25:17+01:00 4.0.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = zenity + pkgdesc = Display graphical dialog boxes from shell scripts + pkgver = 4.0.0 + pkgrel = 1 + url = https://gitlab.gnome.org/GNOME/zenity + arch = x86_64 + license = LGPL-2.1-or-later + makedepends = git + makedepends = help2man + makedepends = meson + makedepends = util-linux + makedepends = yelp-tools + depends = libadwaita + source = git+https://gitlab.gnome.org/GNOME/zenity.git#commit=4e750f1aa1068d03156b80dfb0471b619156d638 + b2sums = SKIP + +pkgname = zenity ===================================== PKGBUILD ===================================== @@ -2,23 +2,23 @@ # Contributor: Jan de Groot <[email protected]> pkgname=zenity -pkgver=3.44.2 +pkgver=4.0.0 pkgrel=1 pkgdesc="Display graphical dialog boxes from shell scripts" url="https://gitlab.gnome.org/GNOME/zenity" arch=(x86_64) -license=(LGPL) +license=(LGPL-2.1-or-later) depends=( - gtk3 - libnotify + libadwaita ) makedepends=( git + help2man meson + util-linux yelp-tools ) -optdepends=('perl: gdialog wrapper') -_commit=e9a591aa1d182e220013d9ab50dcc7607734d7b1 # tags/3.44.2-real^0 +_commit=4e750f1aa1068d03156b80dfb0471b619156d638 # tags/4.0.0^0 source=("git+https://gitlab.gnome.org/GNOME/zenity.git#commit=$_commit") b2sums=('SKIP') @@ -33,7 +33,6 @@ prepare() { build() { local meson_options=( - -D libnotify=true ) arch-meson zenity build "${meson_options[@]}" @@ -46,6 +45,7 @@ check() { package() { meson install -C build --destdir "$pkgdir" + hardlink -c "$pkgdir/usr/share/help" } # vim:set sw=2 sts=-1 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zenity/-/commit/813f32b82788ccb9712538811e502ba69c40d24c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/zenity/-/commit/813f32b82788ccb9712538811e502ba69c40d24c You're receiving this email because of your account on gitlab.archlinux.org.
