# Maintainer: Thorsten Wissmann # Contributor: Javier "Phrodo_00" Aravena # Contributor: Daniel J Griffiths pkgname=gtk-engine-rezlooks pkgver=0.6 pkgrel=13 pkgdesc="Clean looking gtk theme engine based on the cairo-enabled CVS clearlooks engine code." arch=('i686' 'x86_64') url="https://www.gnome-look.org/p/1080201/" license=('GPL') depends=('gtk2') options=('!libtool') # the previous name was gtk-rezlooks-engine, but nowadays, all gtk engine # packages have the prefix 'gtk-engine-' conflicts=('gtk-rezlooks-engine') replaces=('gtk-rezlooks-engine') source=( 'https://github.com/t-wissmann/rezlooks-gtk-engine/raw/main/rezlooks-0.6.tar.gz') sha256sums=('a7dbc45ba32b8f1f40a097d7bafbdff595464c4af16a5bbb9febf63d15cab699') prepare() { cd "${srcdir}/rezlooks-${pkgver}" ./configure --prefix=/usr --enable-animation sed 's/glib\/gtimer/glib/g' -i src/animation.c } build() { cd "${srcdir}/rezlooks-${pkgver}" make } package() { cd "${srcdir}/rezlooks-${pkgver}" make DESTDIR="${pkgdir}" install install -d "${pkgdir}/usr/share/themes" }