blob: 8c53bca6032e88a8c9c0e207ccdd27d18de84451 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Maintainer: Igor Deyashkin <ovsyanka42 at gmail dot com>
# Contributor: Sneakatoo <corinne.9 at hotmail.it>
# Contributor: Pellegrino Prevete <pellegrinoprevete at gmail.com>
# Contributor: Martin Patz <mailto at martin-patz.de>
# Contributor: Nicky Heinimann <nicky.heinimann at posteo.de>
# Contributor: milkii
pkgname=indicator-sound-switcher
pkgver=2.3.10.1
pkgrel=1
pkgdesc="Sound input/output selector indicator for Linux."
arch=('any')
url="https://github.com/yktoo/indicator-sound-switcher"
license=('GPL-3.0-or-later')
makedepends=('python-setuptools')
depends=('python' 'python-gobject' 'libkeybinder3' 'libappindicator-gtk3' 'pulse-native-provider')
options=(!emptydirs)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/yktoo/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('54c50b04b8a337ace3dcc5345c033e88eeaa298d54a082428e01e7467ca74930')
package() {
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1
}
# vim:set ts=2 sw=2 et:
|