wok annotate lxpanel-extra/receipt @ rev 23605

updated rake (0.8.7 -> 13.0.1)
author Hans-G?nter Theisgen
date Sat Apr 11 17:52:04 2020 +0100 (2020-04-11)
parents c9e270dd464f
children f785404cbaa7
rev   line source
pankso@799 1 # SliTaz package receipt.
pankso@799 2
pankso@799 3 PACKAGE="lxpanel-extra"
al@21314 4 VERSION="0.10.0"
pankso@799 5 CATEGORY="x-window"
al@17992 6 SHORT_DESC="LXDE panel (extra files and plugins)"
al@21314 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@14260 9 WEB_SITE="http://www.lxde.org/"
al@17992 10 TAGS="LXDE"
al@14260 11
pankso@799 12 WANTED="lxpanel"
al@21314 13 DEPENDS="lxpanel" #libwnck
pankso@799 14
pankso@799 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@799 16 genpkg_rules()
pankso@799 17 {
pankso@799 18 mkdir -p \
pankso@799 19 $fs/usr/lib/lxpanel/plugins \
pankso@799 20 $fs/usr/share/lxpanel/images
pankso@799 21 # Plugins
al@21314 22 for p in kbled.so #wnckpager.so
pankso@15909 23 do
pankso@15909 24 cp $install/usr/lib/lxpanel/plugins/$p \
pankso@15909 25 $fs/usr/lib/lxpanel/plugins
pankso@15909 26 done
pankso@799 27 # Images
al@14260 28 imgs=usr/share/lxpanel/images
al@21314 29 cp -a $install/$imgs/ns-*.png $fs/$imgs
al@14260 30 cp -a $install/$imgs/*lock-*.png $fs/$imgs
al@21314 31 cp -a $install/$imgs/xkb-flags $fs/$imgs
pankso@799 32 }