desktop/kdeplasma-addons-applets-veromix/PKGBUILD
2014-05-22 00:44:51 +00:00

28 lines
1.1 KiB
Bash

# Maintainer: Manuel UtG <utg[dot]chakra.linux[at]gmail[dot]com>
# Original AUR Maintainer: Tom Debruyne <tomdebruyne at gmail dot com>
pkgname=kdeplasma-addons-applets-veromix
pkgver=0.18.3
_date='2012-06-14'
pkgrel=4
pkgdesc="A plasmoid mixer for the Pulseaudio sound server"
url="http://code.google.com/p/veromix-plasmoid/"
license=('GPL3')
arch=('x86_64')
depends=('kde-workspace' 'kdebindings-python2' 'pulseaudio' 'pyxdg')
optdepends=('swh-plugins: equalizer and other effects support')
categories=('accessories')
source=("http://veromix-plasmoid.googlecode.com/files/${_date}_${pkgver}_veromix.plasmoid")
sha1sums=('b923d3f1e16def498050c15a33c410d809d91195')
install="${pkgname}.install"
package() {
cd "${srcdir}"
install -dm755 "${pkgdir}/usr/share/apps/plasma/plasmoids/veromix-plasmoid"
cp -R {contents,dbus-service,metadata.desktop} "${pkgdir}/usr/share/apps/plasma/plasmoids/veromix-plasmoid"
install -Dm644 metadata.desktop "${pkgdir}/usr/share/kde4/services/plasma-applet-veromix-plasmoid.desktop"
# sed -i -e '1 s/python/python2/' "${pkgdir}/usr/share/apps/plasma/plasmoids/veromix-plasmoid/dbus-service/VeromixServiceMain.py"
}