# Maintainer: Sam Burgos pkgname=mint-themes pkgver=2.1.3 pkgrel=1 pkgdesc='A collection of Mint themes. Includes GTK2, GTK3, Cinnamon and Xfce components.' arch=('any') url="http://packages.linuxmint.com/pool/main/m/${pkgname}" license=(GPL3) depends=( ttf-ubuntu-font-family ) makedepends=( python sassc ) optdepends=( mint-y-icons mint-x-icons ) conflicts=( mint-x-theme mint-y-theme mint-cinnamon-themes ) options=('!strip') source=("${pkgname}_${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz") sha256sums=('9442d467523784f31346b2546983568ddc51fdf9f8cc163f16d9905fe0da0ecb') build() { cd "${srcdir}/${pkgname}" make clean make } package() { cd "${srcdir}/${pkgname}" cp -r usr "${pkgdir}/" }