# $Id: PKGBUILD 117643 2014-08-19 16:19:34Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Diego <cdprincipe@gmail.com>

pkgname=numix-themes
pkgver=2.3
pkgrel=1
pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, Xfce)'
arch=('any')
url='http://numixproject.org/'
license=('GPL3')
depends=('gtk-engine-murrine')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/shimmerproject/Numix/archive/v${pkgver}.tar.gz")
sha256sums=('98bfdfddddb4f8e88340c0c8e500e19de5db23d24961bab4a8a04eaae8eeaac5')

package() {
  cd Numix-${pkgver}

  install -dm 755 "$pkgdir"/usr/share/themes/Numix
  rm -rf .git .gitignore CREDITS LICENSE README.md
  cp -dr --no-preserve='ownership' * "$pkgdir"/usr/share/themes/Numix/
}

# vim: ts=2 sw=2 et:
