1 # Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
2 # Contributor: Maato <maato softwarebakery com>
7 pkgdesc='Volume control for the system tray'
9 url='https://softwarebakery.com/maato/volumeicon.html'
11 depends=(alsa-lib gtk3 libnotify)
12 makedepends=(git intltool)
13 install=volumeicon.install
14 source=("git+https://github.com/Maato/volumeicon.git#tag=$pkgver"
15 "volumeicon-notify.patch::https://github.com/Maato/volumeicon/commit/78a9c23775ebe12d3f3be93c0798144a6e732d90.patch"
18 'f9d7d14e302f760815bb0da2af7f00ae3f2ef34da69e84863ae3e97e7302b8db'
19 '3f989bce3a080b2446af6d7ed7e8a22dfd3019f888a7b11a0759bf7cf704f975')
23 patch -Np1 -i ../volumeicon-notify.patch
29 ./configure --prefix=/usr --enable-notify
34 make -C $pkgname DESTDIR="$pkgdir" install
35 install -Dm644 volumeicon.desktop "$pkgdir/usr/share/applications/volumeicon.desktop"