wok view xfdesktop-extras/receipt @ rev 25143

updated plsh (1.20171014 -> 1.20200522)
author Hans-G?nter Theisgen
date Wed Jun 29 14:42:01 2022 +0100 (23 months ago)
parents a78610b2eb47
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xfdesktop-extras"
4 VERSION="4.12.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce Desktop icons and stuff"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://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 }