updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / mint-artwork-gnome / PKGBUILD
blobba48a9be73be9c71bb83cc0e58fdc313fd72bc17
1 # Maintainer: Ryan Peters <sloshy45 _AT_ sbcglobal _DOT_ net>
2 # Special thanks to the Linux Mint project; without them this would not exist.
3 pkgname=mint-artwork-gnome
4 pkgver=2.6.9
5 pkgrel=4
6 pkgdesc="Linux Mint GNOME artwork and themes"
7 arch=('any')
8 url="http://packages.linuxmint.com/pool/main/m/mint-artwork-gnome"
9 license=('GPL')
10 depends=('gtk-aurora-engine' 'gtk-candido-engine' 'gtk-engine-murrine-git' 'gtk-theme-shiki-colors' 'gnome-colors-icon-theme' 'mint-x-icons' 'mint-x-theme')
11 optdepends=("mint-backgrounds-julia: Linux Mint 10's backgrounds"
12             "mint-backgrounds-isadora: Linux Mint 9's backgrounds"
13             "mint-backgrounds-helena: Linux Mint 8's backgrounds")
14 source=("${url}/${pkgname}_${pkgver}.tar.gz")
15 md5sums=('c86f9815325d2777151d3a85d034278d')
17 build() {
18   cd "$srcdir/${pkgname}-2.6.7"
19   cp -R usr $pkgdir/
21 # vim:syntax=sh