
Untitled
By: a guest on
Dec 15th, 2010 | syntax:
Bash | size: 0.86 KB | hits: 131 | expires: Never
pkgname=indicator-sound
pkgver=0.5.2
pkgrel=2
pkgdesc="A small applet to display sound information in the panel. (Canonical Ayatana Project)"
arch=('i686' 'x86_64')
url="http://launchpad.net/indicator-sound"
license=('GPL')
depends=('gconf' 'gnome-panel' 'indicator-application' 'ido' 'libgee' 'vala-devel>=0.11.2')
makedepends=()
source=(http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-sound/indicator-sound_${pkgver}.orig.tar.gz
http://archive.ubuntu.com/ubuntu/pool/main/i/indicator-sound/indicator-sound_${pkgver}-0ubuntu2.diff.gz)
md5sums=('bce565c862873953c137354c33d71ed2'
'0e68d4e44acc14439d31b4a1b006454e')
build() {
cd "$srcdir"/$pkgname-$pkgver
patch -Np1 -i ../indicator-sound_${pkgver}-0ubuntu2.diff
./configure --prefix=/usr --disable-static || return 1
make || return 1
make DESTDIR="$pkgdir" install || return 1
}