# Maintainer: Maxim Andersson pkgname=gnome-shell-extension-topicons-plus pkgver=19 pkgrel=1 pkgdesc="Moves legacy tray icons to the top panel" arch=('any') url="https://github.com/phocean/TopIcons-plus" license=('GPL2') depends=('gnome-shell') install=${pkgname}.install source=("https://github.com/phocean/TopIcons-plus/archive/v${pkgver}.tar.gz") sha256sums=('57fadc037887be3a6d4660b831c6cb6089dd4bb08cb29a6e3e43693779ae3edb') package() { _uuid='TopIcons@phocean.net' cd "${srcdir}/TopIcons-plus-${pkgver}" install -d "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}" install -Dm644 "schemas/org.gnome.shell.extensions.topicons.gschema.xml" \ -t "${pkgdir}/usr/share/glib-2.0/schemas/" cp -af * "${pkgdir}/usr/share/gnome-shell/extensions/${_uuid}" } # vim:set ts=2 sw=2 et: