SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xfce4-clipman-plugin"

# SliTaz package receipt.

PACKAGE="xfce4-clipman-plugin"
VERSION="1.2.6"
CATEGORY="x-window"
SHORT_DESC="Clipman plugin for the Xfce4 panel."
MAINTAINER="maintainer@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start"

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

SUGGESTED="xfce4-clipman-plugin-lang"
DEPENDS="gdk-pixbuf gtk+ libexo libxfcegui4 libxfce4ui
    startup-notification xcb-util xfce4-panel xfconf"
BUILD_DEPENDS="file gdk-pixbuf-dev gtk+-dev libexo-dev libxfcegui4-dev libxfce4ui-dev
    pkg-config startup-notification-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|.*-plugin ||'
}

# Rules to configure and make the package.
compile_rules()
{
    ./configure            \
        --prefix=/usr        \
        --disable-static    \
        --enable-nls &&
    make &&
    make install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    appdata
    cook_copy_folders    bin
    cook_copy_folders    etc
    cook_copy_folders    hicolor
    cook_copy_folders    panel
    rm -f            $fs/usr/lib/xfce4/panel/plugins/libclipman.la
}
6011 packages and 861676 files in cooking database (Sun Jun 8 00:51:35 2025)