wok view xfce4/receipt @ rev 25799

recooked xfce4
author Hans-G?nter Theisgen
date Wed Oct 23 17:54:37 2024 +0100 (4 weeks ago)
parents 251c25e029b0
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 WEB_SITE="https://www.xfce.org"
11 PROVIDE="xfce"
12 SUGGESTED="xfce4-slitaz-config"
13 DEPENDS="garcon libexo libxfce4ui libxfce4util thunar thunar-archive-plugin
14 thunar-volman xfce-utils xfce4-panel xfce4-session xfce4-settings
15 xfconf xfdesktop xfwm4 xorg-xdpyinfo"
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 }