updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / gtk-theme-axis / PKGBUILD
blobc4944d89d713000264621a2d2928fc33f05ec1b1
1 # Contributor: Aliaksandr Stelmachonak <mail.avatar at gmail dot com>
3 pkgname=gtk-theme-axis
4 pkgver=20091019
5 pkgrel=2
6 pkgdesc="Axis gtk2 theme based on the Clearlooks, Industrial & Mist engines."
7 arch=('i686' 'x86_64')
8 url="http://xfce-look.org/content/show.php/axis+gtk?content=95157"
9 license=('GPL')
10 depends=('gtk-xfce-engine' 'gtk-engines')
11 source=(http://xfce-look.org/CONTENT/content-files/95157-axis-gtk.tar.gz 'nosnap.patch')
12 md5sums=(
13         'c05896d29e2d09f0e00ad8f54c165aed'
14         '994f3ecc0c4629517790aaec8e355659'
17 build() {
18   cd ${srcdir}
19   patch -Np0 -i ${startdir}/nosnap.patch
20   install -d ${pkgdir}/usr/share/themes || return 1
21   cp -r ${srcdir}/axis  ${pkgdir}/usr/share/themes || return 1