summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a50ef773afd9734c88d610d387f4e53dcbd039c6 (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
27
28
29
30
31
32
33
34
35
36
37
38
# Maintainer: robertfoster

pkgname=kdeplasma-applets-veromix-git
pkgver=29.813dcbd
pkgrel=2
pkgdesc="A plasmoid mixer for the Pulseaudio sound server"
url="https://github.com/roberfoster/veromix-plasmoid"
license=('GPL3')
arch=('i686' 'x86_64')
depends=('kdebindings-python2' 'kdebase-workspace' 'python2-pyqt4' 'pulseaudio' 'pyxdg' 'python2-dbus')
conflicts=('kdeplasma-applets-veromix' 'veromix-git')
makedepends=('git' 'kde-dev-scripts')
optdepends=('pulseaudio-equalizer'
            'swh-plugins: equalizer and other effects support')
source=('veromix-plasmoid::git://github.com/roberfoster/veromix-plasmoid.git#branch=stable')
install=${pkgname}.install

build() {
  cd veromix-plasmoid

        make build      
}
package() {
  cd veromix-plasmoid
        make DESTDIR=${pkgdir} install-plasmoid
		
        # Generating bytecode
	cd ${pkgdir}
	
        python2 -m compileall .
}

pkgver() {
  cd veromix-plasmoid
  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

md5sums=('SKIP')