diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-03 10:42:41 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-03 10:42:41 +0100 |
commit | ab6933b5cc48c6dfb3390b78c579832ba87e001d (patch) | |
tree | acf5e3b5502a20a7458167e39d9c7c75b96f27cb /community/volumeicon | |
parent | b93266a2e63bdf4d37a87a5e59ff36d78de40be0 (diff) | |
parent | 945c9cd1e94fab87653f84598812dec707843d26 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gmerlin/PKGBUILD
community/volumeicon/PKGBUILD
extra/graphite/PKGBUILD
extra/icedtea-web/PKGBUILD
extra/openjdk6/PKGBUILD
extra/qt4/PKGBUILD
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" - |