wok diff libnotify-gtk3/receipt @ rev 25793
reverted version 4.14.1 to 4.12.0 for xfconf packages
author | Hans-Günter Theisgen |
---|---|
date | Wed Oct 23 15:16:12 2024 +0100 (9 months ago) |
parents | 083af5061d39 |
children |
line diff
1.1 --- a/libnotify-gtk3/receipt Tue Jul 19 07:52:15 2022 +0000 1.2 +++ b/libnotify-gtk3/receipt Wed Oct 23 15:16:12 2024 +0100 1.3 @@ -11,13 +11,14 @@ 1.4 1.5 SOURCE="libnotify" 1.6 TARBALL="$SOURCE-$VERSION.tar.xz" 1.7 -WGET_URL="$GNOME_MIRROR/$SOURCE/${VERSION%.*}/$TARBALL" 1.8 +WGET_URL="https://download.gnome.org/sources/$SOURCE/${VERSION%.*}/$TARBALL" 1.9 1.10 PROVIDE="libnotify" 1.11 DEPENDS="dbus gdk-pixbuf gobject-introspection" 1.12 BUILD_DEPENDS="dbus-dev glib-dev gobject-introspection-dev gtk+3-dev 1.13 libxml2-dev meson" 1.14 1.15 +# What is the latest version available today? 1.16 current_version() 1.17 { 1.18 wget -O - $(dirname $WGET_URL) 2>/dev/null | \