summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9bd3cd8acd3d809dd562a47c9abe5b0f0442c5f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: caiye <ye[dot]jingchen [at] gmail[dot]com>
# Maintainer: goetzc
# Contributors: Ner0

pkgname=gtk-theme-elementary
_realname=stylesheet
pkgver=5.3.0
pkgrel=1
pkgdesc="The official elementary GTK theme designed to be smooth, attractive, fast, and usable."
arch=('any')
url="https://github.com/elementary/stylesheet"
license=('GPL3')
groups=('pantheon')
optdepends=('elementary-icon-theme: the elementary icon theme')
conflicts=('elementary-gtk-theme' 'egtk-bzr')
source=("$pkgname-$pkgver.tar.gz::https://github.com/elementary/$_realname/archive/$pkgver.tar.gz")

package() {
    install -d "$pkgdir/usr/share/themes"
    mv "$srcdir/$_realname-$pkgver/elementary" "$pkgdir/usr/share/themes/"
}
sha256sums=('03da933a4df4f67364a24c6ddfeb54bcbdca9c9d67a493ccb388a44585b14592')