wok view lxpanel-extra/receipt @ rev 22962

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