wok diff lxpanel-extra/receipt @ rev 24974

Update some wget_url
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 02 11:23:24 2022 +0000 (2022-05-02)
parents f785404cbaa7
children 76c41f0eab0e
line diff
     1.1 --- a/lxpanel-extra/receipt	Thu Apr 30 16:01:51 2020 +0000
     1.2 +++ b/lxpanel-extra/receipt	Mon May 02 11:23:24 2022 +0000
     1.3 @@ -1,29 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxpanel-extra"
     1.7 -VERSION="0.10.0"
     1.8 +VERSION="0.10.1"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="LXDE panel (extra files and plugins)"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +TAGS="LXDE"
    1.13 +SHORT_DESC="LXDE panel (extra files and plugins)."
    1.14 +MAINTAINER="maintainer@slitaz.org"
    1.15  LICENSE="GPL2"
    1.16  WEB_SITE="https://wiki.lxde.org/en/LXPanel"
    1.17 -TAGS="LXDE"
    1.18  
    1.19 +DEPENDS="lxpanel" #libwnck
    1.20  WANTED="lxpanel"
    1.21 -DEPENDS="lxpanel" #libwnck
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p \
    1.27 -		$fs/usr/lib/lxpanel/plugins \
    1.28 -		$fs/usr/share/lxpanel/images
    1.29 +	mkdir -p $fs/usr/lib/lxpanel/plugins
    1.30 +	mkdir -p $fs/usr/share/lxpanel/images
    1.31 +
    1.32  	# Plugins
    1.33  	for p in kbled.so #wnckpager.so
    1.34 -	do
    1.35 +	  do
    1.36  		cp $install/usr/lib/lxpanel/plugins/$p \
    1.37  			$fs/usr/lib/lxpanel/plugins
    1.38 -	done
    1.39 +	  done
    1.40 +
    1.41  	# Images
    1.42  	imgs=usr/share/lxpanel/images
    1.43  	cp -a $install/$imgs/ns-*.png    $fs/$imgs