diff options
author | root <root@rshg054.dnsready.net> | 2012-09-07 00:03:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-07 00:03:53 +0000 |
commit | ed51a8c1611ffa602f5f9628c858f6edbc218fc8 (patch) | |
tree | 9da1c83153c6a7313cc5fbdc6a361083051e9f1d /extra/xcompmgr/PKGBUILD | |
parent | 3a491cfc574c49ee5f006f74323b6d432d372ab8 (diff) |
Fri Sep 7 00:03:53 UTC 2012
Diffstat (limited to 'extra/xcompmgr/PKGBUILD')
-rw-r--r-- | extra/xcompmgr/PKGBUILD | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/xcompmgr/PKGBUILD b/extra/xcompmgr/PKGBUILD index 24822a6c7..cab1793ed 100644 --- a/extra/xcompmgr/PKGBUILD +++ b/extra/xcompmgr/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 150240 2012-02-15 16:46:01Z andyrtr $ +# $Id: PKGBUILD 166176 2012-09-05 07:11:03Z andyrtr $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Leslie P. Polzer <leslie.polzer@gmx.net> pkgname=xcompmgr pkgver=1.1.6 -pkgrel=1 +pkgrel=2 pkgdesc="Composite Window-effects manager for X.org" arch=('i686' 'x86_64') url="http://xorg.freedesktop.org/" @@ -12,11 +12,15 @@ license=('custom') depends=('libxcomposite' 'libxdamage' 'libxrender' 'libxext') conflicts=('xapps') replaces=('xapps') -source=(http://xorg.freedesktop.org/releases/individual/app/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('a9cf78ea32bac51ff584115381f195566b164fe3') +source=(http://xorg.freedesktop.org/releases/individual/app/${pkgname}-${pkgver}.tar.bz2 + fix_broken_shadows.diff) +sha1sums=('a9cf78ea32bac51ff584115381f195566b164fe3' + '435f9f0ad652bdd759f822514bf1559abf119ffe') build() { cd "${srcdir}/${pkgname}-${pkgver}" + # fix broken shadows in openbox - patch takern from https://bugs.freedesktop.org/show_bug.cgi?id=46285 + patch -Np0 -i ${srcdir}/fix_broken_shadows.diff ./configure --prefix=/usr make } |