wok view xfce4/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 9e01bc6321ea
children 1e3612fe4a6a
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4"
4 VERSION="4.10.0"
5 CATEGORY="meta"
6 SHORT_DESC="Xfce Desktop Environment"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 SUGGESTED="xfce4-slitaz-config"
10 WEB_SITE="http://www.xfce.org"
12 DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo \
13 xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman \
14 thunar-archive-plugin xfce-utils"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 }
22 post_install()
23 {
24 # Adding xfce to SLIM available sessions.
25 if ! grep -q xfce "$1/etc/slim.conf"; then
26 sed -i s/,jwm/,jwm,xfce/ "$1/etc/slim.conf"
27 fi
29 # Adding xfce support to tazx
30 }