# Maintainer: liolok # https://extensions.gnome.org/extension-info/?pk=701&shell_version=43 _gnome_site='https://extensions.gnome.org' _name='scroll-workspaces' _uuid='scroll-workspaces@gfxmonk.net' _pk=701 _gnome_shell_version=43 _version=33 _version_tag=38177 pkgname="gnome-shell-extension-$_name" pkgver=$_version pkgrel=1 pkgdesc='Change workspaces by scrolling while over the top panel in Gnome Shell' arch=('any') url="$_gnome_site/extension/$_pk/$_name/" license=('GPL') depends=("gnome-shell>=$_gnome_shell_version") source=("$pkgname.zip::$_gnome_site/download-extension/$_uuid.shell-extension.zip?version_tag=$_version_tag") sha256sums=('afa4c4a8c4cab1fcba0978bfd6ec62e39e2bc2ede34e332493f7dbb7820fdf43') package() { local _destdir="$pkgdir/usr/share/gnome-shell/extensions/$_uuid" install --directory "$_destdir" chmod 644 ./metadata.json cp --archive ./*[^*.zip] --target-directory="$_destdir" }