wok-current diff mousepad/receipt @ rev 25697

Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author Stanislas Leduc <shann@slitaz.org>
date Tue Apr 16 17:00:21 2024 +0000 (2 months ago)
parents d93dbc77b767
children
line diff
     1.1 --- a/mousepad/receipt	Fri Mar 20 09:06:50 2020 +0100
     1.2 +++ b/mousepad/receipt	Tue Apr 16 17:00:21 2024 +0000
     1.3 @@ -16,6 +16,14 @@
     1.4  BUILD_DEPENDS="dbus-glib-dev gtk+-dev gtksourceview-dev intltool 
     1.5  	libgio-dev libxfconf-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \
    1.11 +	sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \
    1.12 +	sed "/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-||;s|.tar.*||" | sort -Vr | sed q
    1.13 +}
    1.14 +
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {