summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 40e99c29e223..62bcc6705efb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=compiz-bzr
pkgver=3953
-pkgrel=1
+pkgrel=2
_bzrname=compiz
_bzrbranch=0.9.12
pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM (development version)"
@@ -19,14 +19,16 @@ optdepends=(
conflicts=('compiz-core' 'compiz')
provides=("compiz=$_bzrbranch")
replaces=('compiz-core-bzr')
-source=("$_bzrname::bzr+http://bazaar.launchpad.net/~compiz-team/$_bzrname/$_bzrbranch/"
+source=("$_bzrname::bzr+http://bazaar.launchpad.net/~compiz-team/$_bzrname/$_bzrbranch/#revision=3953"
"set-gwd-default.patch"
"focus-prevention-disable.patch"
- "metacity-3_16.patch")
+ "metacity-3_16.patch"
+ "client-frame-api.patch")
sha256sums=('SKIP'
'3aa6cb70f357b3d34d51735f4b5bcb0479086d7c7336de4bd8157569d6c52c08'
'f4897590b0f677ba34767a29822f8f922a750daf66e8adf47be89f7c2550cf4b'
- '97d4f62ec373ec80a8eff151a497005912050898be447b204846ce90c368fa61')
+ '97d4f62ec373ec80a8eff151a497005912050898be447b204846ce90c368fa61'
+ '4cb451857a2e6deef15dd04e68ca8bd1d898344b6a175fa1a9f2fb0c11b119d7')
install='compiz-bzr.install'
pkgver() {
@@ -51,6 +53,9 @@ prepare() {
# Metacity 3.16 compatibility
patch -Np1 -i "${srcdir}/metacity-3_16.patch"
+
+ # Fix incorrect extents for GTK+ tooltips, csd etc
+ patch -Np1 -i "${srcdir}/client-frame-api.patch"
}
build() {