wok-next view xfce4/receipt @ rev 21006

And Xfce reached the HTTPS
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 09 00:23:28 2018 +0300 (2018-10-09)
parents bdb992ec078a
children d5aab818505e
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="https://www.xfce.org/"
12 DEPENDS="libxfce4util xfconf libxfce4ui garcon exo \
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 }