wok view lxpanel-extra/receipt @ rev 16924

thermald: "hg resolve --all; hg resolve --mark; hg merge" and company...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 17 21:20:25 2014 +0300 (2014-07-17)
parents f0abef5a98b3
children 9340d813aee3
line source
1 # SliTaz package receipt.
3 PACKAGE="lxpanel-extra"
4 VERSION="0.6.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Extra files and plugins for LXpanel"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.lxde.org/"
11 WANTED="lxpanel"
12 DEPENDS="lxpanel libwnck"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p \
18 $fs/usr/lib/lxpanel/plugins \
19 $fs/usr/share/lxpanel/images
20 # Plugins
21 for p in kbled.so wnckpager.so
22 do
23 cp $install/usr/lib/lxpanel/plugins/$p \
24 $fs/usr/lib/lxpanel/plugins
25 done
26 # Images
27 imgs=usr/share/lxpanel/images
28 cp -a $install/$imgs/ns-*.png $fs/$imgs
29 cp -a $install/$imgs/*lock-*.png $fs/$imgs
30 cp -a $install/$imgs/xkb-flags $fs/$imgs
31 }