wok diff lxpanel-extra/receipt @ rev 23009

samba: update deps (thanks mistfire)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 03 08:04:44 2020 +0100 (2020-03-03)
parents c9e270dd464f
children f785404cbaa7
line diff
     1.1 --- a/lxpanel-extra/receipt	Thu Apr 23 16:47:39 2015 +0300
     1.2 +++ b/lxpanel-extra/receipt	Tue Mar 03 08:04:44 2020 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxpanel-extra"
     1.7 -VERSION="0.6.2"
     1.8 +VERSION="0.10.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="LXDE panel (extra files and plugins)"
    1.11 -MAINTAINER="pankso@slitaz.org"
    1.12 +MAINTAINER="devel@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://www.lxde.org/"
    1.15  TAGS="LXDE"
    1.16  
    1.17  WANTED="lxpanel"
    1.18 -DEPENDS="lxpanel libwnck"
    1.19 +DEPENDS="lxpanel" #libwnck
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23 @@ -19,14 +19,14 @@
    1.24  		$fs/usr/lib/lxpanel/plugins \
    1.25  		$fs/usr/share/lxpanel/images
    1.26  	# Plugins
    1.27 -	for p in kbled.so wnckpager.so
    1.28 +	for p in kbled.so #wnckpager.so
    1.29  	do
    1.30  		cp $install/usr/lib/lxpanel/plugins/$p \
    1.31  			$fs/usr/lib/lxpanel/plugins
    1.32  	done
    1.33  	# Images
    1.34  	imgs=usr/share/lxpanel/images
    1.35 -	cp -a $install/$imgs/ns-*.png $fs/$imgs
    1.36 +	cp -a $install/$imgs/ns-*.png    $fs/$imgs
    1.37  	cp -a $install/$imgs/*lock-*.png $fs/$imgs
    1.38 -	cp -a $install/$imgs/xkb-flags $fs/$imgs
    1.39 +	cp -a $install/$imgs/xkb-flags   $fs/$imgs
    1.40  }