updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xfce-theme-murrine-unity / PKGBUILD
blob9c856a987ee690a7445868252fd530fba27c0a5c
1 # Contributor: Tony Upton <celticmusicguy at gmail dot com>
3 pkgname=xfce-theme-murrine-unity
4 pkgver=20110416
5 pkgrel=2
6 pkgdesc="A clean and simple Xfwm4 which matches the Murrine Unity GTK theme"
7 arch=('i686' 'x86_64')
8 url="http://code.google.com/p/murrine-unity-project/"
9 license=('GPL')
10 depends=('gtk-xfce-engine')
11 optdepends=('gtk-theme-murrine-unity')
12 source=('http://murrine-unity-project.googlecode.com/files/Murrine-Unity-XFCE-20110416.tar.gz')
13 md5sums=('3d456c3ccbbb3b5f2379a78fe2bced46')
15 build() {
16     cd "${srcdir}"
17     install -d -m755 "${pkgdir}/usr/share/themes"
18     cp -r Murrine-Unity "${pkgdir}/usr/share/themes"