SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "libxfcegui4"

# SliTaz package receipt.

PACKAGE="libxfcegui4"
VERSION="4.10.0"
CATEGORY="x-window"
SHORT_DESC="Xfce Gtk Widget library."
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://www.xfce.org"

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

SUGGESTED="libxfcegui4-lang"
DEPENDS="dbus-glib gtk+ libglade libxfce4util startup-notification xfconf"
BUILD_DEPENDS="gtk+-dev intltool libglade-dev libxfce4util-dev
    startup-notification-dev util-linux-uuid-dev xcb-util-dev xfconf-dev"

# What is the latest version available today?
current_version()
{
    wget -O - https://git.xfce.org/archive/libxfcegui4/ 2>/dev/null | \
    sed '/tag.?h=/!d;s|.*libxfcegui4-||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    # xfce_setenv is removed in libxfce4util 4.11.0
    sed -i 's/xfce_setenv/g_setenv/' libxfcegui4/xfce-exec.c

    ./configure                \
        --prefix=/usr            \
        --infodir=/usr/share/info    \
        --mandir=/usr/share/man        \
        --disable-debug            \
        --disable-static        \
        $CONFIGURE_ARGS &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_files        *.so*
    cook_copy_folders    icons

    # Remove SVG icons
    rm -rf        $fs/usr/share/icons/hicolor/scalable
}
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)