wok view lxpanel-extra/receipt @ rev 21017

updated gummi again (0.6.1 -> 0.6.6)
author Hans-G?nter Theisgen
date Sun Mar 10 08:29:08 2019 +0100 (2019-03-10)
parents 9340d813aee3
children 09886e684df3
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-extra"
4 VERSION="0.6.2"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE panel (extra files and plugins)"
7 MAINTAINER="pankso@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 }