wok diff kactivities/receipt @ rev 24592
.bin files don't have .note.gnu.property section
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Mar 01 10:06:20 2022 +0000 (2022-03-01) |
parents | 9634bfe73272 |
children | bd7510903310 |
line diff
1.1 --- a/kactivities/receipt Mon Oct 30 02:35:48 2017 +0100 1.2 +++ b/kactivities/receipt Tue Mar 01 10:06:20 2022 +0000 1.3 @@ -15,6 +15,13 @@ 1.4 shared-mime-info-dev phonon phonon-dev docbook-xml docbook-xsl \ 1.5 polkit-qt-dev libdbusmenu-qt-dev libQtDeclarative kdelibs kdelibs-dev" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://github.com/KDE/kactivities/tags 2>/dev/null | \ 1.11 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {