wok view xfdesktop-extras/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
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 }