# Maintainer: Benoit Brummer < trougnouf at gmail dot com > # Contributor: Carl George < arch at cgtx dot us > pkgname=gnome-shell-extension-dash-to-panel _name=dash-to-panel pkgver=11 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 make) source=("https://github.com/jderose9/dash-to-panel/archive/v${pkgver}.tar.gz") sha256sums=('ab1f3111e105187ab8e556b6f91f0063fad2d5c50becfa39cdb60796d2c147e7') build() { cd "${srcdir}/${_name}-${pkgver}" make VERSION="$pkgver" _build } package() { depends=('gnome-shell') cd "${srcdir}/${_name}-${pkgver}" make DESTDIR="$pkgdir" install }