summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 567c3ebeeba8e401def9fb8f3cdfa7e99546e70a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#Maintainer: Maximilian Stein <theoddbird@posteo.org>
#Contributor: H.Gökhan Sarı <th0th@returnfalse.net>
#Contributor: Ramon Arriaga <ramon.arriaga@gmail.com>

pkgname=gnome-shell-frippery
pkgver=3.18.1
pkgrel=1
pkgdesc="An unofficial extension pack providing GNOME2 like features for GNOME3."
arch=('any')
url="http://intgat.tigress.co.uk/rmy/extensions/index.html"
license=('GPL2')
depends=('gnome-shell')
source=(http://frippery.org/extensions/$pkgname-$pkgver.tgz)
sha256sums=('b892ab6bfd4e727ee40ad5cfd41d4300e905fa948f1ba59f39e121d2c95f852f')

package() {
cd "$srcdir/"
mv ".local" "usr"
rm -rf "usr/share/gnome-shell/$pkgname"
rm -rf ".local"
cp -R "usr/" "$pkgdir/"
}