SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfconf"

# SliTaz package receipt.

PACKAGE="xfconf"
VERSION="4.12.0"
CATEGORY="x-window"
SHORT_DESC="Xfce Configuration Utility."
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://docs.xfce.org/xfce/xfconf/start"

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

SUGGESTED="xfconf-lang"
DEPENDS="dbus-glib gtk+ libxfce4util"
BUILD_DEPENDS="dbus-dev dbus-glib-dev glib-dev gtk+-dev intltool libgio-dev libxfce4util-dev"

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

# Rules to configure and make the package.
compile_rules()
{
    ./configure                \
        --prefix=/usr            \
        --infodir=/usr/share/info    \
        --libexecdir=/usr/lib/$PACKAGE    \
        --mandir=/usr/share/man        \
        --disable-debug            \
        $CONFIGURE_ARGS &&
    make &&
    make install
}


# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_folders    dbus-1
    cook_copy_files        xfconfd
    cook_copy_files        *.so*

    strip -s        $fs/usr/lib/xfce4/$PACKAGE/*
}
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)