wok-6.x diff mate-system-monitor/receipt @ rev 25488
memtest: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 15 16:33:54 2022 +0000 (24 months ago) |
parents | 837a2c90d490 |
children | 73f36875e5a7 |
line diff
1.1 --- a/mate-system-monitor/receipt Tue Feb 21 19:42:12 2017 +0100 1.2 +++ b/mate-system-monitor/receipt Tue Nov 15 16:33:54 2022 +0000 1.3 @@ -15,6 +15,12 @@ 1.4 gtk+-dev gtk-doc dbus-glib-dev glibmm-dev gtkmm-dev libgtop-dev libwnck-dev librsvg-dev \ 1.5 yelp-tools mate-common-dev mate-icon-theme libcroco-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {