updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / notipy / PKGBUILD
blobfb72e6a31e5347bc39089e9676c89694d3381775
1 # Contributor: Timo Schmiade <the_isz@gmx.de>
3 pkgname=notipy
4 pkgver=0.2.1
5 pkgrel=1
6 pkgdesc="A minimalistic gtk3 notification daemon written in python."
7 arch=(any)
8 url="https://github.com/the-isz/notipy"
9 license=("GPL")
10 provides=("notification-daemon")
11 depends=("python2-gobject" "gtk3" "dbus-python")
12 options=(!emptydirs)
13 source=("https://github.com/the-isz/$pkgname/tarball/$pkgver")
14 md5sums=("eb149bfb873f0426ca0cab70ba7b36ae")
16 build() {
17   cd "$srcdir/the-isz-$pkgname-747ea3a"
19   python2 deployment/setup.py install --root=$pkgdir/ --optimize=1