summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 143960c2111eac572f5c897cc25b2747511ffa3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Christian Brassat <christian.brassat@gmail.com>

pkgname=gnome-shell-frippery
pkgver=41.1
pkgrel=1
pkgdesc='Gnome Shell extensions to make Gnome 3 more like Gnome 2'
arch=('any')
url='http://frippery.org/extensions/index.html'
license=('GPL2')
depends=('gnome-shell>=40.0')
makedepends=()
source=("http://frippery.org/extensions/${pkgname}-${pkgver}.tgz")
sha256sums=('c03d6862c6fc73243bb8902b6c047a9952131d3678c3227124f7d5f635e1f37b')

package() {
  cd .local
  rm -r share/gnome-shell/gnome-shell-frippery
  mkdir -p $pkgdir/usr
  cp -r share $pkgdir/usr/
}

# vim:set ts=2 sw=2 et: