mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
30 lines
1.1 KiB
Bash
30 lines
1.1 KiB
Bash
#
|
|
# Chakra Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# Maintainer: Daniele Cocca <jmc@chakra-project.org>
|
|
# Original AUR Maintainer: Tom Debruyne <tomdebruyne at gmail dot com>
|
|
|
|
pkgname=kdeplasma-addons-applets-veromix
|
|
pkgver=0.18.3
|
|
_date='2012-06-14'
|
|
pkgrel=1
|
|
pkgdesc="A plasmoid mixer for the Pulseaudio sound server"
|
|
url="http://code.google.com/p/veromix-plasmoid/"
|
|
license=('GPL3')
|
|
arch=('any')
|
|
depends=('kde-workspace' 'kdebindings-python' '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')
|
|
|
|
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"
|
|
}
|