updated on Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git] / gnome-shell-extension-activities-button / PKGBUILD
blob66ebe777a161ba9bd99fab589e4553bec5257f8c
1 # Maintainer: Alucryd <alucryd@gmail.com>
2 pkgname=gnome-shell-extension-activities-button
3 pkgver=1.0
4 pkgrel=1
5 pkgdesc="A gnome-shell extension to add the distributor logo beside the Activities button"
6 source=('http://www.fpmurphy.com/gnome-shell-extensions/activitiesbutton.tar.gz')
7 md5sums=('388cc5731440970eb45837e2abfdd1d1')
8 arch=('any')
9 url="http://www.fpmurphy.com/gnome-shell-extensions/"
10 license=('GPL2')
11 depends=('gnome-shell')
12 install=('preferences.install')
14 package() {
15     cd "$srcdir"
16     mkdir -p "$pkgdir/usr/share/gnome-shell/extensions/"
17     cp -R "activitiesbutton@fpmurphy.com" "$pkgdir/usr/share/gnome-shell/extensions"