SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "thunar-volman"

# SliTaz package receipt.

PACKAGE="thunar-volman"
VERSION="0.8.1"
CATEGORY="x-window"
SHORT_DESC="Thunar Volume Manager plugin."
MAINTAINER="erjo@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://docs.xfce.org/xfce/thunar/thunar-volman"

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

SUGGESTED="thunar-volman-lang"
DEPENDS="libxfce4ui startup-notification thunar"
BUILD_DEPENDS="glibc-locale intltool libexo-dev libgudev-dev libnotify-dev
    libxfce4ui-dev libxfce4util-dev libxml2-dev startup-notification-dev
    thunar-dev util-linux-uuid-dev xcb-util-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|.*volman ||'
}

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

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cook_copy_folders    bin
    cook_copy_folders    icons
    
    #gtk-update-icon-cache -f -t $fs/usr/share/icons/hicolor
}
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)