1 # Contributor: Olivier Duclos <olivier.duclos gmail.com>
6 pkgdesc="Dana Jansens's fork of the X Composisting Manager"
8 url="http://oliwer.net/xcompmgr-dana/"
10 depends=('libxcomposite' 'libxdamage' 'libxrender')
12 conflicts=(xcompmgr xcompmgr-git)
13 replaces=(xcompmgr xcompmgr-git)
14 source=(http://oliwer.net/xcompmgr-dana/xcompmgr-dana.tar.gz
16 md5sums=('f4355e38eb0cf269cd3fbfd54c153e44'
17 'f6c3293d75e6f91318d2ec4153194b0b')
21 patch -p1 < ../send-event.patch || return 1
22 ./configure --prefix=/usr || return 1
24 make DESTDIR=$pkgdir install || return 1