zenity: upgrade to 4.0.0

This commit is contained in:
Victor Tebar
2023-12-17 09:19:13 +00:00
parent 422609da72
commit a80f188862
3 changed files with 11 additions and 17 deletions

View File

@@ -1 +1 @@
c7888cde61c97393035fd16b631dbd8e zenity-3.44.2.tar.xz
d1b11169eeaf8552bb9b85d154684284 zenity-4.0.0.tar.xz

View File

@@ -1,9 +1,10 @@
zenity-3.44.2-1
zenity-4.0.0-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gdialog
-rwxr-xr-x root/root usr/bin/zenity
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/org.gnome.Zenity.desktop
drwxr-xr-x root/root usr/share/help/
drwxr-xr-x root/root usr/share/help/C/
drwxr-xr-x root/root usr/share/help/C/zenity/
@@ -902,17 +903,11 @@ drwxr-xr-x root/root usr/share/help/zh_CN/zenity/figures/
-rw-r--r-- root/root usr/share/help/zh_CN/zenity/text.page
-rw-r--r-- root/root usr/share/help/zh_CN/zenity/usage.page
-rw-r--r-- root/root usr/share/help/zh_CN/zenity/warning.page
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/zenity.png
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/zenity.1.gz
drwxr-xr-x root/root usr/share/zenity/
-rw-r--r-- root/root usr/share/zenity/zenity-calendar.png
-rw-r--r-- root/root usr/share/zenity/zenity-entry.png
-rw-r--r-- root/root usr/share/zenity/zenity-file.png
-rw-r--r-- root/root usr/share/zenity/zenity-list.png
-rw-r--r-- root/root usr/share/zenity/zenity-notification.png
-rw-r--r-- root/root usr/share/zenity/zenity-progress.png
-rw-r--r-- root/root usr/share/zenity/zenity-scale.png
-rw-r--r-- root/root usr/share/zenity/zenity-text.png
-rw-r--r-- root/root usr/share/zenity/zenity.png
-rw-r--r-- root/root usr/share/zenity/zenity.ui

View File

@@ -2,13 +2,12 @@
# depends : libnotify yelp-tools meson
name=zenity
version=3.44.2
version=4.0.0
release=1
source="https://ftp.gnome.org/pub/gnome/sources/zenity/${version%.*}/zenity-$version.tar.xz"
build() {
venom-meson $name-$version build \
-Dlibnotify=true
venom-meson $name-$version build
meson compile -C build
DESTDIR=$PKG meson install --no-rebuild -C build
}