SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfce4-terminal"

# SliTaz package receipt.

PACKAGE="xfce4-terminal"
SOURCE="xfce4-terminal"
# HGT:    According to repology.org, in most linux distributions this package
#    is named xfce4-terminal, not terminal, what is a somewhat egocentric name.
VERSION="0.6.3"
CATEGORY="x-window"
TAGS="terminal"
SHORT_DESC="Terminal emulator for Xfce Desktop Environment."
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://www.xfce.org/"

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

SUGGESTED="xfce4-terminal-lang"
DEPENDS="dbus libexo libxfce4ui startup-notification vte"
BUILD_DEPENDS="dbus-dev intltool libexo-dev libxfce4ui-dev pkg-config
    startup-notification-dev util-linux-uuid-dev vte-dev xcb-util-dev"

# What is the latest version available today?
current_version()
{
    wget -O - ${WGET_URL%/*/*}/$(wget -O - ${WGET_URL%/*/*} 2>/dev/null | \
    sed '/href="/!d;/Index of/d;s|.*href="||;s|/.*||' | sort -Vr | sed q) 2>/dev/null | \
    sed "/$SOURCE-/!d;/tar/!d;s|.*$SOURCE-||;s|.tar.*||" | sort -Vr | sed q
}

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_folders    xfce4
}
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)