# Description: LXDE GTK+ theme switcher # URL: https://github.com/lxde/lxappearance # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: intltool dbus-glib gtk3 name=lxappearance version=0.6.4 release=1 source=(https://github.com/lxde/${name}/archive/${version}/${name}-${version}.tar.gz) build() { cd ${name}-${version} autoreconf -fi ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --enable-dbus \ --enable-gtk3 make make DESTDIR=$PKG install }