SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfce4"

# SliTaz package receipt.

PACKAGE="xfce4"
VERSION="4.12.0"
CATEGORY="meta"
SHORT_DESC="Xfce Desktop Environment"
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://www.xfce.org"

PROVIDE="xfce"
SUGGESTED="xfce4-slitaz-config"
DEPENDS="garcon libexo libxfce4ui libxfce4util thunar thunar-archive-plugin
    thunar-volman xfce-utils xfce4-panel xfce4-session xfce4-settings
    xfconf xfdesktop xfwm4 xorg-xdpyinfo"

# 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
}
6011 packages and 861680 files in cooking database (Sun Jul 27 00:47:25 2025)