summaryrefslogtreecommitdiff
path: root/pcr/gtk-theme-numix/PKGBUILD
blob: 09978b3f0ef8c29dbc3d2fa5249f1bbbd05b3f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Mantainer: Diego
# Contributor (Arch): Aleessio Sergi

# parabola changes and rationale:
#  upstream pkgbuild is gone, but we keep maintaining this.

pkgname=gtk-theme-numix
_theme=numix-gtk-theme
pkgver=1.4
pkgrel=1.1
pkgdesc="A flat and light theme with a modern look"
arch=('any')
url="http://satya164.deviantart.com/art/Numix-GTK3-theme-360223962"
license=('GPL3')
depends=('gtk-engine-murrine')
source=($pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/${_theme}/archive/v${pkgver}.tar.gz)
md5sums=('0f8f73afb957f22d5f10e8b65b9ed442')

package() {
  install -d "$pkgdir/usr/share/themes/${_theme}"
  cp -rv ${srcdir}/${_theme}-${pkgver}/* "$pkgdir/usr/share/themes/${_theme}/"
}