# Maintainer: Carl George < arch at cgtx dot us > # Contributor: Janne Haapsaari < haaja at iki dot fi > # Contributor: Christopher Krooß < didi2002 at web dot de > _extname="dash-to-dock" _author="micheleg" pkgname="gnome-shell-extension-${_extname}" pkgver=48 pkgrel=2 pkgdesc="This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops." arch=("any") url="https://${_author}.github.io/${_extname}/" license=("GPL2") depends=("dconf") makedepends=("gnome-common" "intltool") conflicts=("gnome-shell-extensions-dash-to-dock-git") install="gschemas.install" source=("https://github.com/${_author}/${_extname}/archive/extensions.gnome.org-v${pkgver}.tar.gz") noextract=() sha256sums=('ef37327c5ef6e971aa3b2c5fcd44bf3aa50800349c1ba160d3fc1ca52c8b1d84') build() { cd "${srcdir}/${_extname}-extensions.gnome.org-v${pkgver}" make } package() { cd "${srcdir}/${_extname}-extensions.gnome.org-v${pkgver}" make \ INSTALLBASE="${pkgdir}/usr/share/gnome-shell/extensions" \ VERSION="${pkgver}" \ install _gschema="schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml" install -Dm0644 "${_gschema}" "${pkgdir}/usr/share/glib-2.0/${_gschema}" }