# HG changeset patch # User Claudinei Pereira # Date 1359568781 7200 # Node ID ae7571d3a47a5a2078f0af5f598245da639cbe2c # Parent 140beba5e02a7bc2ab2282f1655d5d0447d6da8a Add: volumeicon (0.4.6) diff -r 140beba5e02a -r ae7571d3a47a volumeicon/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/volumeicon/receipt Wed Jan 30 15:59:41 2013 -0200 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="volumeicon" +VERSION="0.4.6" +CATEGORY="multimedia" +SHORT_DESC="Volumeicon is a lightweight volume control in your systray." +MAINTAINER="claudinei@slitaz.org" +WEB_SITE="http://softwarebakery.com/maato/volumeicon.html" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="http://softwarebakery.com/maato/files/$PACKAGE/$TARBALL" + +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 +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/* $fs +} diff -r 140beba5e02a -r ae7571d3a47a volumeicon/stuff/alsa_backend.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/volumeicon/stuff/alsa_backend.patch Wed Jan 30 15:59:41 2013 -0200 @@ -0,0 +1,14 @@ +--- src/alsa_backend.new.c ++++ src/alsa_backend.c +@@ -22,10 +22,7 @@ + //############################################################################## + + #include +-#include +-#include +-#include +-#include ++#include + + #include "alsa_backend.h" +