summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e8df802812a7c086d4ebe757728e1eb8c354c142 (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
39
40
pkgname=powerline-i3-git
pkgver=1.7.1
pkgrel=2
pkgdesc="The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager."
arch=('i686' 'x86_64')
url="https://github.com/ph111p/powerline"
license=('MIT')
depends=(
  'python'
  'powerline-fonts-git'
  'lemonbar-xft-git'
  'ttf-font-awesome-4'
)
optdepends=(
  'i3ipc-python-git: workspace segment'
  'wpa_actiond: wireless segment'
  'wireless_tools: wireless segment'
  'python-iwlib: wireless segment'
  'python-pyalsaaudio: volume segment'
  'python-psutil: cpu load segment'
  'python-pygit2: better git performance of the vcs segment'
  'python-google-api-python-client: Google Calendar support for the appoints segment'
  'xorg-xrandr: RandR segment'
  'xorg-xinput: RandR segment'
)
makedepends=(
  'python-setuptools'
)
provides=('powerline-i3')
conflicts=('powerline' 'python-powerline')
install=$pkgname.install

source=("git://github.com/ph111p/powerline.git")
sha512sums=('SKIP')

package() {
    cd powerline

    python setup.py install --root="${pkgdir}" --optimize=1
}