updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / gtk2-theme-dust / PKGBUILD
blobf22ef128d5e88a917743a8f6ae0fc9974ed1d969
1 # Maintainer:  Egon Ashrafinia <e.ashrafinia@gmail.com>
2 # Contributor: TDY <tdy@gmx.com>
3 # Contributor: Andrea Scarpino <andrea@archlinux.org>
5 pkgname=gtk2-theme-dust
6 pkgver=0.5.0
7 pkgrel=2
8 pkgdesc="A clean, modern remix on the defining aesthetic elements of Ubuntu"
9 arch=('any')
10 url="https://wiki.ubuntu.com/Artwork/Incoming/DustTheme"
11 license=('GPL3')
12 depends=('gtk-engine-murrine')
13 source=(https://code.launchpad.net/dusttheme/${pkgver%.*}/$pkgver/+download/Dust-${pkgver%.*}.tar.gz)
14 md5sums=('37f1403db7e462cfcad0585f564f39ba')
16 build() {
17   install -dm755 "$pkgdir/usr/share/themes"
18   cp -rf "$srcdir/Dust" "$pkgdir/usr/share/themes"