summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c1f4c6536ae555ed0185297ba15ae8dc7eab8aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: FadeMind <fademind@gmail.com>
# Contributor:  Egon Ashrafinia <e.ashrafinia@gmail.com>
# Contributor: TDY <tdy@gmx.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>

pkgname=gtk2-theme-dust
pkgver=0.5.1
pkgrel=2
pkgdesc="A clean, modern remix on the defining aesthetic elements of Ubuntu"
arch=('any')
url="https://wiki.ubuntu.com/Artwork/Incoming/DustTheme"
license=('GPL3')
depends=('gtk-engine-murrine')
source=("${pkgname}-${pkgver}.tar.gz::https://code.launchpad.net/dusttheme/${pkgver%.*}/$pkgver/+download/Dust-${pkgver%.*}.tar.gz")
sha256sums=('a7a03d8cd06a35edb9fa0b57c9c6f309d267f801018b57f86ff4710d535da7e1')

package() {
  install -dm755 "$pkgdir/usr/share/themes"
  cp -rf "$srcdir/Dust" "$pkgdir/usr/share/themes"
  find ${pkgdir}/usr -type f -exec chmod 644 {} \;
  find ${pkgdir}/usr -type d -exec chmod 755 {} \;
}