# Maintainer: Carl George < arch at cgtx dot us > pkgname=gnome-shell-extension-dash-to-panel _name=dash-to-panel pkgver=8 pkgrel=1 pkgdesc='Extension for GNOME shell to combine the dash and main panel' arch=(any) url="https://github.com/jderose9/dash-to-panel" license=(GPL2) makedepends=(git gnome-common intltool) source=("https://github.com/jderose9/dash-to-panel/archive/v${pkgver}.tar.gz") sha256sums=('efaf5d9fff41e21bc40603aa9399495b7a87567603f736809af1dd52df4b1463') build() { cd "${srcdir}/${_name}-${pkgver}" make VERSION="$pkgver" _build } package() { depends=('gnome-shell>=3.18') cd "${srcdir}/${_name}-${pkgver}" make DESTDIR="$pkgdir" install }