summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 44c2f461766dbd01d00f27985b99706478ca04c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Daniel Haß <aur@hass.onl>
pkgname=gtk-theme-numix-sx
pkgver=20160617
pkgrel=2
pkgdesc="Gray variation of numix theme for Cinnamon/Gnome"
arch=('any')
url="https://www.gnome-look.org/p/1117412/"
license=('GPL3')
depends=('gtk-engine-murrine')
conflicts=('gtk-theme-numix-sx-beta')
source=('Numix-SX.tar.gz::https://dl.opendesktop.org/api/files/download/id/1466176163/Numix-SX.tar.gz')
md5sums=('5b00c652483de94dee224925edf3f431')

package() {
  install -d "$pkgdir/usr/share/themes"

  cp -r ${srcdir}/* "$pkgdir/usr/share/themes/"
}