wok view xfdesktop-extras/receipt @ rev 11992

bastet: new desktop icon
author Samuel Trassare <samuel_trassare@yahoo.com>
date Sat Mar 03 12:21:34 2012 -0800 (2012-03-03)
parents 129bb5b11a7e
children c3a7734ccd30
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop-extras"
4 VERSION="4.8.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Desktop icons and stuff"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util libxfcegui4 thunar libexo"
9 WEB_SITE="http://www.xfce.org/"
10 WANTED="xfdesktop"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr \
16 $fs/usr/share/locale \
17 $fs/usr/share/xfce4
19 cp -a $_pkg/usr/share/icons $fs/usr/share
20 cp -a $_pkg/usr/share/pixmaps $fs/usr/share
21 cp -a $_pkg/usr/share/xfce4/backdrops $fs/usr/share/xfce4
22 #~ cp -a $_pkg/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
23 }