wok diff tango-icon-theme/receipt @ rev 24419

Add some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 11 11:14:46 2022 +0000 (2022-02-11)
parents 4125548935d3
children 870e1ce31226
line diff
     1.1 --- a/tango-icon-theme/receipt	Mon May 23 13:48:05 2016 +0300
     1.2 +++ b/tango-icon-theme/receipt	Fri Feb 11 11:14:46 2022 +0000
     1.3 @@ -16,6 +16,13 @@
     1.4  BUILD_DEPENDS="intltool gettext perl icon-naming-utils imagemagick-dev \
     1.5  librsvg-dev librsvg-apps"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.11 +	sed "/latest/d;/${PACKAGE}_/!d;/orig/!d;s|.*${PACKAGE}_\\(.*\\).orig.*\".*|\\1|" | sort -Vr | sed q
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {