summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c41ad712d89327f01a76a0ad57354279e9a1ff84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Moebiuseye <moebius.eye@gmail.com>
# Contributor: ??

pkgname=polar-night-theme
pkgver=20141006
pkgrel=1
pkgdesc="A Clean and compact theme for GTK3, GTK2, Metacity, xfwm4, Gnome Shell and Unity."
arch=('any')
url="https://dl.opendesktop.org/api/files/download/id/1460761329/166607-polar-night.tar.gz"
license=('GPL3')
depends=('gtk-engine-murrine' 'gtk-engines')
optdepends=('gnome-themes-standard: Required for the GTK3 theme')
source=($pkgname-$pkgver.tar.gz::http://gnome-look.org/CONTENT/content-files/166607-polar-night.tar.gz)
sha1sums=('0531898e24c31b1241cc41226560ba56d798b5b0')

package() {
  cd "$srcdir"
  find polar-night -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
}

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