1 # Maintainer: Jan de Groot <jgc@archlinux.org>
6 pkgdesc="Theme engines for GTK+ 2"
9 depends=('gtk2>=2.24.0')
10 makedepends=('pkg-config' 'intltool' 'gnome-common' 'git')
11 url="http://live.gnome.org/GnomeArt"
12 conflicts=('lighthouse-gtk2' 'clearlooks-gtk2')
13 replaces=('lighthouse-gtk2')
14 source=('git+https://gitlab.gnome.org/Archive/gtk-engines.git#commit=e23eb81ade8c815dcd4da026ab7a2b7307a4f326')
19 NOCONFIGURE=1 ./autogen.sh
24 ./configure --prefix=/usr --enable-animation
25 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
31 make DESTDIR="${pkgdir}" install