# HG changeset patch # User Hans-G?nter Theisgen # Date 1572709413 -3600 # Node ID 1638c6fcfc7c2bf2a2b6a86723e38f31d0a371de # Parent 760ac98a2719df869a74049c839b9b40c42495f5 updated volumeicon (0.4.6 -> 0.5.1) diff -r 760ac98a2719 -r 1638c6fcfc7c volumeicon/receipt --- a/volumeicon/receipt Sat Nov 02 16:28:17 2019 +0100 +++ b/volumeicon/receipt Sat Nov 02 16:43:33 2019 +0100 @@ -1,34 +1,43 @@ # SliTaz package receipt. PACKAGE="volumeicon" -VERSION="0.4.6" +VERSION="0.5.1" CATEGORY="multimedia" -SHORT_DESC="Volumeicon is a lightweight volume control in your systray." +SHORT_DESC="A lightweight volume control for the system tray." MAINTAINER="claudinei@slitaz.org" LICENSE="GPL3" -WEB_SITE="http://softwarebakery.com/maato/volumeicon.html" +WEB_SITE="http://nulwise.com/volumeicon.html" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL" +WGET_URL="http://nulwise.com/files/$PACKAGE/$TARBALL" + +DEPENDS="alsa-lib gtk+3 libnotify" +BUILD_DEPENDS="alsa-lib-dev gtk+3-dev libnotify-dev" + #HOST_ARCH="i486 arm" -DEPENDS="gtk+ alsa-lib libnotify" -BUILD_DEPENDS="gtk+-dev alsa-lib-dev libnotify-dev" - # Rules to configure and make the package. compile_rules() { - patch -p0 < $stuff/alsa_backend.patch - ./configure --enable-notify $CONFIGURE_ARGS && - make && make install + # 0.4.6 +# patch -p0 < $stuff/alsa_backend.patch + + ./configure \ + --enable-notify \ + $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/etc/xdg - cp -rf ${stuff}/autostart $fs/etc/xdg - cp -rf ${stuff}/skel $fs/etc - cp -rf $install/* $fs + + cp -rf ${stuff}/autostart $fs/etc/xdg + cp -rf ${stuff}/skel $fs/etc + cp -rf $install/* $fs + rm -rf $fs/usr/share/${PACKAGE}/icons/*Gnone rm -rf $fs/usr/share/${PACKAGE}/icons/tango }