updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / nimbus-xfce / PKGBUILD
blob150b0650d71eef8d13783cebdc20d4b7ddfb22a8
1 # Maintainer: Andrei Pall <andreipall@yahoo.com>
3 pkgname=nimbus-xfce
4 pkgver=0.1.7
5 pkgrel=1
6 pkgdesc="Nimbus Gtk engine and theme"
7 arch=(i686 x86_64)
8 url="http://www.sun.com/software/javadesktopsystem/"
9 license=('GPL')
10 groups=()
11 options=(!libtool)
12 depends=('libx11' 'gtk2' 'intltool' 'icon-naming-utils')
13 makedepends=('autoconf>=2.53' 'automake>=1.9' 'libtool>=1.4.3' 'intltool>=0.25' 'pkgconfig>=0.14.0' 'gnome-common')
14 source=(http://dlc.sun.com/osol/jds/downloads/extras/nimbus/nimbus-$pkgver.tar.bz2 \
15         http://www.xfce-look.org/CONTENT/content-files/54833-Nimbus-Xfwm4.tar.bz2)
16 md5sums=('ecc2d3d05efab3cbe5bad0e9aeec2be8' '280fb2a23986d499575b72a8cb0bbe93')
19 build() {
20   cd $srcdir/nimbus-$pkgver
21   ./autogen.sh --prefix=/usr
22   make || return 1
23   make prefix=$pkgdir/usr install
25   # nimbus xfwm4 theme
26   cd ${srcdir}
27   cp -r Nimbus-Xfwm4 ${pkgdir}/usr/share/themes || return 1