wok view lxpanel-extra/receipt @ rev 20255

firefox, thunderbird: try to force i686
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 21:40:37 2018 +0100 (2018-03-13)
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 }