wok-6.x view xfdesktop-extras/receipt @ rev 16906

pangox-compat: tiny edits; add pangox-compat-dev; gtkglext(-dev): update (b)deps.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 16 01:54:55 2014 +0300 (2014-07-16)
parents c3a7734ccd30
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop-extras"
4 VERSION="4.10.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Desktop icons and stuff"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xfce.org/"
10 WANTED="xfdesktop"
12 DEPENDS="libxfce4util thunar libexo"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr \
18 $fs/usr/share/locale \
19 $fs/usr/share/xfce4
21 cp -a $install/usr/share/icons $fs/usr/share
22 cp -a $install/usr/share/pixmaps $fs/usr/share
23 cp -a $install/usr/share/backgrounds $fs/usr/share/
24 #~ cp -a $install/usr/share/xfce4/backdrops $fs/usr/share/xfce4
25 #~ cp -a $install/usr/share/xfce4/panel-plugins $fs/usr/share/xfce4
26 }