SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfce4-whiskermenu-plugin"

# SliTaz package receipt.

PACKAGE="xfce4-whiskermenu-plugin"
VERSION="1.7.5"
CATEGORY="x-window"
SHORT_DESC="An alternate application launcher for Xfce."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/start"

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

SUGGESTED="xfce4-whiskermenu-plugin-lang"
DEPENDS="garcon gtk+ libexo libxfce4ui xfce4-panel"
BUILD_DEPENDS="cmake garcon-dev gtk+-dev libexo-dev libxfce4ui-dev
    pkg-config xfce4-panel-dev"

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

# Rules to configure and make the package.
compile_rules()
{
    mkdir    _build &&
    cd    _build
    cmake    ..                \
        -D CMAKE_INSTALL_PREFIX=/usr &&
    make &&
    make install DESTDIR=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_folders    hicolor
    cook_copy_folders    lib
    cook_copy_folders    plugins
}
6011 packages and 861692 files in cooking database (Sun Apr 20 00:48:06 2025)