# Maintainer: Jonian Guveli pkgname=gnome-shell-extension-unite pkgver=27 pkgrel=1 pkgdesc="Unite makes GNOME Shell look like Ubuntu Unity Shell" arch=("any") url="https://github.com/hardpixel/unite-shell" license=("GPL") depends=("gnome-shell" "xorg-xprop") optdepends=("gnome-shell-extension-dash-to-dock") provides=("gnome-shell-extension-unite") conflicts=("gnome-shell-extension-unite-git") source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") md5sums=("af7281b501b044f63c229208c61c4ba8") package() { install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/unite-shell-$pkgver/unite@hardpixel.eu" "$_" }