SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfdesktop"

# SliTaz package receipt.

PACKAGE="xfdesktop"
VERSION="4.12.5"
CATEGORY="x-window"
SHORT_DESC="Xfce Desktop."
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://docs.xfce.org/xfce/xfdesktop/start"

TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="https://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"

SUGGESTED="xfdesktop-lang"
DEPENDS="gamin libexo libglade libnotify libxfcegui4 libxfce4util thunar"
BUILD_DEPENDS="dbus-glib gamin-dev hal-dev intltool libexo-dev libglade-dev
    libnotify-dev libwnck-dev libxfce4ui-dev libxfce4util-dev thunar-dev
    util-linux-uuid-dev xcb-util-dev xfce4-panel-dev xfconf-dev"

# What is the latest version available today?
current_version()
{
    wget -O - $WEB_SITE 2>/dev/null |
    sed '/released/!d;s| released.*||;s|.*xfdesktop ||'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure                \
        --prefix=/usr            \
         --enable-gio-unix        \
         --enable-notifications        \
        --disable-static        \
         --enable-thunarx        \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin

    #~ strip -s $fs/usr/lib/$PACKAGE/xfce4/panel-plugins/*
}
6011 packages and 861680 files in cooking database (Sun Jul 27 00:47:25 2025)