summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 62e50c6be03a867d9aa17f0b5a8807c35417f49f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Maintainer: Iacopo Isimbaldi <isiachi@rhye.it>
#

pkgname=gnome-shell-frippery
pkgver=3.22.0
pkgrel=2
pkgdesc="An unofficial extension pack providing GNOME2 like features for GNOME3."
arch=('any')
url="http://frippery.org/extensions/index.html"
license=('GPL2')
depends=('gnome-shell>=3.22' 'gnome-shell<3.23')
source=(http://frippery.org/extensions/$pkgname-$pkgver.tgz)
sha256sums=('51be0c6e3bfec1d248106a734e3b2a1f28218ebf3febfeb92b7672b416b99dbc')

package() {
    cd "$srcdir/"

    rm -rf ".local/share/gnome-shell/$pkgname"
    cp -R ".local" "$pkgdir/usr"
}