updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / namebar / PKGBUILD
blob3685d02ce6ad8b61171256703c599c30487c16ff
1 #Maintainer: Laurie Clark-Michalek <bluepeppers@archlinux.us>
2 #Contributer: Chris Cain <zshazz@gmail.com>
4 pkgname=namebar
5 pkgver=0.5
6 pkgrel=2
7 pkgdesc="NameBar shows the icon and the name of the focused window in on the panel as well as buttons for minimizing/(un)maximizing and closing the window."
8 arch=("any")
9 url="http://gnome-look.org/content/show.php/DockBar?content=101643"
10 license=("GPL")
11 depends=("gnome-python-desktop" "gnome-panel")
12 source=("http://gnome-look.org/CONTENT/content-files/101643-namebar_0.5.tar.gz")
14 build () {
15         cd ${srcdir}/${pkgname}_${pkgver}
16         mkdir -p ${pkgdir}/usr/share/{pixmaps/${pkgname},${pkgname}/themes}
17         mv themes/* ${pkgdir}/usr/share/$pkgname/themes
18         mv pixmaps/* ${pkgdir}/usr/share/pixmaps/$pkgname
19         install -Dm755 $pkgname.py ${pkgdir}/usr/bin/$pkgname.py
20         install -Dm644 *.server ${pkgdir}/usr/lib/bonobo/servers/GNOME_NameBarApplet.server
22 md5sums=('6cbe8f5eb514159971d51ac2b95862b7')