diff options
Diffstat (limited to 'community/volumeicon')
-rw-r--r-- | community/volumeicon/PKGBUILD | 22 | ||||
-rw-r--r-- | community/volumeicon/glib.patch | 14 |
2 files changed, 11 insertions, 25 deletions
diff --git a/community/volumeicon/PKGBUILD b/community/volumeicon/PKGBUILD index 24abc2b05..eb536308d 100644 --- a/community/volumeicon/PKGBUILD +++ b/community/volumeicon/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 70695 2012-05-15 07:22:05Z arodseth $ +# $Id: PKGBUILD 85519 2013-03-02 15:17:37Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Maato <maato softwarebakery com> pkgname=volumeicon -pkgver=0.4.6 -pkgrel=4 -pkgdesc="Volume control for your system tray" +pkgver=0.5.0 +pkgrel=1 +pkgdesc='Volume control for your system tray' arch=('x86_64' 'i686' 'mips64el') -url="http://softwarebakery.com/maato/volumeicon.html" +url='http://softwarebakery.com/maato/volumeicon.html' license=('GPL3') -depends=('gtk2>=2.16.0' 'alsa-lib' 'libnotify') -source=("http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz" - "glib.patch") -sha256sums=('32f94adc5f346404ae564405dd483ae4bd04212df08e46f18d369b4ba2cb6590' - 'f2ab8b01cd9f554b170a773fa2a88c2874d97eb3fe106d4692595728201abeb0') +depends=('gtk3' 'alsa-lib' 'libnotify') +makedepends=('intltool') +source=("http://softwarebakery.com/maato/files/volumeicon/$pkgname-$pkgver.tar.gz") +sha256sums=('e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782') build() { cd "$srcdir/$pkgname-$pkgver" - patch -p1 < ../glib.patch + sed -i 's/0.23/0.50.2/' configure.ac + autoconf ./configure \ --prefix=/usr \ --enable-notify diff --git a/community/volumeicon/glib.patch b/community/volumeicon/glib.patch deleted file mode 100644 index 93e47d2c4..000000000 --- a/community/volumeicon/glib.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- volumeicon-0.4.6/src/alsa_backend.backup 2012-05-15 09:12:13.469335762 +0200 -+++ volumeicon-0.4.6/src/alsa_backend.c 2012-05-15 09:12:31.862905251 +0200 -@@ -22,10 +22,7 @@ - //############################################################################## - - #include <alsa/asoundlib.h> --#include <glib/gstring.h> --#include <glib/gstdio.h> --#include <glib/glist.h> --#include <glib/giochannel.h> -+#include <glib.h> - - #include "alsa_backend.h" - |