# Maintainer: Jonian Guveli pkgname=gnome-shell-extension-unite pkgver=0.3.0 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::https://github.com/hardpixel/unite-shell/archive/v$pkgver.tar.gz") md5sums=("SKIP") package() { mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/" cd "$srcdir/unite-shell-$pkgver/dist" cp -af "unite@hardpixel.eu" "$pkgdir/usr/share/gnome-shell/extensions/" }