wok diff atk/receipt @ rev 24095

Add jpegoptim
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 01 14:04:21 2021 +0000 (2021-09-01)
parents 5b7475b01999
children 71ea22396e62
line diff
     1.1 --- a/atk/receipt	Wed Jan 01 16:46:30 2020 +0100
     1.2 +++ b/atk/receipt	Wed Sep 01 14:04:21 2021 +0000
     1.3 @@ -22,6 +22,12 @@
     1.4  	i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev" ;;
     1.5  esac
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - https://gitlab.gnome.org/GNOME/atk/-/tags 2>/dev/null | \
    1.10 +	sed '/ATK_/!d;s|.*/ATK_\(.*\)".*|\1|;s|_|.|g;q'
    1.11 +}
    1.12 +
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {