1 pkgname=gtk-engines-cvs
4 pkgdesc="CVS version of Themes for GTK+ 2 with animated Clearlooks patches"
5 url="http://www.gnome.org"
6 depends=('x-server' 'gtk2' 'cvs')
7 provides=('gtk-engines')
8 conflicts=('lighthouse-gtk2' 'clearlooks-gtk2' 'gtk-engines')
9 replaces=('gtk-engines')
13 _cvsroot=":pserver:anonymous@anoncvs.gnome.org:/cvs/gnome"
17 msg "Connecting to gnome gtk-engines CVS server..."
18 cvs -z3 -d $_cvsroot co $_cvsmod
19 msg "CVS Checkout done or server timeout"
21 sed -i -e 's|gtk gtk-2.0|gtk-2.0|g' themes/Redmond/Makefile.in
22 msg "Starting make..."
23 CFLAGS="${CFLAGS} -DHAVE_ANIMATION=1" ./autogen.sh --prefix=/usr --libexecdir=/usr/lib/$pkgname --enable-animation
25 make DESTDIR=$startdir/pkg install
26 find $startdir/pkg -name '*.la' -exec rm {} \;