# SliTaz package receipt. PACKAGE="xfce4" VERSION="4.12.0" CATEGORY="meta" SHORT_DESC="Xfce Desktop Environment" MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" SUGGESTED="xfce4-slitaz-config" WEB_SITE="https://www.xfce.org" PROVIDE="xfce" DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo xorg-xdpyinfo \ xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman \ thunar-archive-plugin xfce-utils" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr } post_install() { # Adding xfce to SLIM available sessions. if ! grep -q xfce "$1/etc/slim.conf"; then sed -i s/,jwm/,jwm,xfce/ "$1/etc/slim.conf" fi # Adding xfce support to tazx }