# Maintainer: jjacky # Contributor: AndyRTR # Contributor: tobias _pkgname=xfwm4 pkgname=$_pkgname-hover-inactive pkgver=4.12.3 pkgrel=2 pkgdesc="Xfce window manager w/ hover effect for inactive windows" arch=('i686' 'x86_64') license=('GPL2') url="http://www.xfce.org/" groups=('xfce4') depends=("libxfce4ui" 'libwnck' 'hicolor-icon-theme') makedepends=('pkgconfig' 'intltool') options=('!libtool') provides=($_pkgname) conflicts=($_pkgname) source=(http://archive.xfce.org/src/xfce/${_pkgname}/4.12/${_pkgname}-${pkgver}.tar.bz2 0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch) sha1sums=('9f7688bd444ff0517c72c5ed86c2de80d9bf6f2a' '80e75265a7a4146035b0ba201e1cebb398e75e32') prepare() { cd ${srcdir}/${_pkgname}-${pkgver} patch -p1 -i ../0001-Add-hover-effects-for-titlebar-s-buttons-of-inactive.patch } build() { cd ${srcdir}/${_pkgname}-${pkgver} ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --enable-startup-notification \ --enable-randr \ --enable-compositor \ --enable-xsync \ --disable-debug make } package() { cd ${srcdir}/${_pkgname}-${pkgver} make DESTDIR=${pkgdir} install }