summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6f8a841b40bc7b677927f0d16d9f61651c0a4ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: Daniel Haß <aur@hass.onl>
pkgname=gtk-theme-numix-sx
pkgver=20170204
pkgrel=1
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=('https://dl.opendesktop.org/api/files/download/id/1486199096/Numix-SX.tar.xz')
md5sums=('e0562d9f4813cb393d8ff741329e634d')

package() {
  install -d "$pkgdir/usr/share/themes"
  rm ${srcdir}/Numix-SX.tar.xz
  
  cp -r ${srcdir}/* "$pkgdir/usr/share/themes/"
}