wok diff libwnck/receipt @ rev 24146
ventoy: move log.txt to /tmp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 18 10:12:29 2021 +0000 (2021-11-18) |
parents | eb703776a6bb |
children | fb22330086d8 |
line diff
1.1 --- a/libwnck/receipt Fri Apr 19 17:32:38 2019 +0100 1.2 +++ b/libwnck/receipt Thu Nov 18 10:12:29 2021 +0000 1.3 @@ -17,6 +17,13 @@ 1.4 BUILD_DEPENDS="gettext gobject-introspection-dev gtk+-dev intltool \ 1.5 perl-xml-parser pkg-config xorg-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - $GNOME_MIRROR/$PACKAGE/$(wget -O - $GNOME_MIRROR/$PACKAGE 2>/dev/null | \ 1.10 + sed '/href="[0-9]/!d;s|.*href="||;s|/" .*||' | sort -Vr | sed q) 2>/dev/null | \ 1.11 + sed "/href=\"$PACKAGE-[0-9]/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {