updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / gnome-shell-extension-window-list / PKGBUILD
blobf2f19472cd089a6c685897384340d6502e29ad3a
1 # Author: KurtRottmann <kurtrottmann at gmail dot com>
2 # Maintainer: foalsrock <foalsrock at gmail dot com>
4 pkgname=gnome-shell-extension-window-list
5 pkgver=0.1
6 pkgrel=1
7 pkgdesc="This Gnome Shell extension tries to transform the Application Menu to a window list."
8 arch=('any')
9 url="http://www.o2net.cl/gnome/windowlist.html"
10 license=('GPL')
11 depends=('gnome-shell')
12 optdepends=('gnome-tweak-tool: A tool to customize advanced GNOME 3 options.')
13 source=("http://www.o2net.cl/gnome/windowlist-${pkgver}.tar.gz")
14 md5sums=('ad3ba18f76307498f3345199b340256d')
16 package() {
17     mkdir -p ${pkgdir}/usr/share/gnome-shell/extensions
18     tar xf windowlist-${pkgver}.tar.gz -C ${pkgdir}/usr/share/gnome-shell/extensions