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
8 pkgdesc="A clean, modern remix on the defining aesthetic elements of Ubuntu"
10 url="https://wiki.ubuntu.com/Artwork/Incoming/DustTheme"
12 depends=('gtk-engine-murrine')
13 source=(https://code.launchpad.net/dusttheme/${pkgver%.*}/$pkgver/+download/Dust-${pkgver%.*}.tar.gz)
14 md5sums=('37f1403db7e462cfcad0585f564f39ba')
17 install -dm755 "$pkgdir/usr/share/themes"
18 cp -rf "$srcdir/Dust" "$pkgdir/usr/share/themes"