wok diff tazpanel/receipt @ rev 24085

tuxpaint: do not run kbuildsycoca4 without kde
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 14:52:46 2021 +0000 (2021-07-10)
parents 3a5c9f8a51f4
children 1c472d55ff93
line diff
     1.1 --- a/tazpanel/receipt	Sun Sep 27 16:29:16 2020 +0000
     1.2 +++ b/tazpanel/receipt	Sat Jul 10 14:52:46 2021 +0000
     1.3 @@ -18,6 +18,13 @@
     1.4  SIBLINGS="tazpanel-extra"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 +current_version()
     1.8 +{
     1.9 +	wget -O - http://hg.slitaz.org/$PACKAGE/ 2>/dev/null | \
    1.10 +	sed '/^Changeset/!d;s|.*">|http://hg.slitaz.org/'$PACKAGE'/rev/|;s|<.*||' | \
    1.11 +	xargs wget -O - 2>/dev/null | sed '/rev /!d;s|.*rev ||;s| .*||'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {