1 # Author: KurtRottmann <kurtrottmann at gmail dot com>
2 # Maintainer: foalsrock <foalsrock at gmail dot com>
4 pkgname=gnome-shell-extension-window-list
7 pkgdesc="This Gnome Shell extension tries to transform the Application Menu to a window list."
9 url="http://www.o2net.cl/gnome/windowlist.html"
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')
17 mkdir -p ${pkgdir}/usr/share/gnome-shell/extensions
18 tar xf windowlist-${pkgver}.tar.gz -C ${pkgdir}/usr/share/gnome-shell/extensions