wok view xfce4/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents c37ae188e486
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4"
4 VERSION="4.12.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"
11 PROVIDE="xfce"
13 DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo xorg-xdpyinfo \
14 xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman \
15 thunar-archive-plugin xfce-utils"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr
21 }
23 post_install()
24 {
25 # Adding xfce to SLIM available sessions.
26 if ! grep -q xfce "$1/etc/slim.conf"; then
27 sed -i s/,jwm/,jwm,xfce/ "$1/etc/slim.conf"
28 fi
30 # Adding xfce support to tazx
31 }