summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e179d3c2f2627636e627377ed4393ea5fbecbae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: scan

pkgname=dark-aurora-theme
pkgver=20170525
pkgrel=6
pkgdesc="Dark Aurora Theme GNOME 3.26+"
arch=('any')
url="https://www.gnome-look.org/p/1176541"
license=('GPL')
conflicts=("dark-aurora-theme-git")
depends=("gnome-shell")
optdepends=('gnome-tweak-tool: A tool to customize advanced GNOME 3 options.')
source=("Dark-Aurora-Themes.tar.xz::https://www.dropbox.com/s/6inqe5csy8aj1h8/Dark-Aurora.tar.gz")
sha256sums=('46c8a9fa840e1dd1dc41422d22d82526e09ff63111ff1d5241ca2a844283faf6')

package() {
	install -d ${pkgdir}/usr/share/themes
	cp -r Dark-Aurora ${pkgdir}/usr/share/themes/Dark-Aurora
	find ${pkgdir} -type f -exec chmod 644 {} \;
	find ${pkgdir} -type d -exec chmod 755 {} \;
}