1 #Maintainer: Laurie Clark-Michalek <bluepeppers@archlinux.us>
2 #Contributer: Chris Cain <zshazz@gmail.com>
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."
9 url="http://gnome-look.org/content/show.php/DockBar?content=101643"
11 depends=("gnome-python-desktop" "gnome-panel")
12 source=("http://gnome-look.org/CONTENT/content-files/101643-namebar_0.5.tar.gz")
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')