1 # Contributor: Connor Behan <connor.behan@gmail.com>
5 pkgdesc="WNCK that shows sticky windows properly in the pager"
8 depends=('gtk2>=2.19.7' 'startup-notification>=0.10' 'libxres')
9 makedepends=('pkgconfig' 'libxt>=1.0.6' 'intltool')
11 provides=("libwnck=$pkgver")
13 url="http://www.gnome.org/"
14 source=(http://ftp.gnome.org/pub/gnome/sources/libwnck/2.30/libwnck-${pkgver}.tar.bz2 sticky.patch)
17 cd "${srcdir}/libwnck-${pkgver}"
18 patch -Np1 -i ${srcdir}/sticky.patch
19 ./configure --prefix=/usr --sysconfdir=/etc \
20 --localstatedir=/var --disable-static || return 1
22 make DESTDIR="${pkgdir}" install || return 1
26 md5sums=('ed79955dabb606ee0e6d112a291005ad' '50af9a71f68dd5ade109a30ecbe06c3f')