mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
zenity : update to 3.44.0
This commit is contained in:
@@ -1 +1 @@
|
||||
876ce3ab0304ad7591736238ad97795a zenity-3.42.1.tar.xz
|
||||
fcd10c4b0e0ab660dcf7557e2623cae3 zenity-3.44.0.tar.xz
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
zenity-3.42.1-1
|
||||
zenity-3.44.0-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/gdialog
|
||||
|
||||
@@ -1,17 +1,14 @@
|
||||
# description : Display graphical dialog boxes from shell scripts
|
||||
# depends : webkitgtk libnotify yelp-tools meson
|
||||
# depends : libnotify yelp-tools meson
|
||||
|
||||
name=zenity
|
||||
version=3.42.1
|
||||
version=3.44.0
|
||||
release=1
|
||||
source="https://ftp.gnome.org/pub/gnome/sources/zenity/${version%.*}/zenity-$version.tar.xz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
venom-meson \
|
||||
-Dlibnotify=true \
|
||||
-Dwebkitgtk=true \
|
||||
build
|
||||
venom-meson $name-$version build \
|
||||
-Dlibnotify=true
|
||||
meson compile -C build
|
||||
DESTDIR=$PKG meson install -C build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user