summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCharles Bos2016-08-16 18:03:57 +0100
committerCharles Bos2016-08-16 18:03:57 +0100
commite6f33b9650757b02ce7570ab52979f508b012ef4 (patch)
treeb50a3d782b357616be1711df8b5eddac22ccd971 /PKGBUILD
parent74f6e523c4897abceaec223b5f7f567b4d305d43 (diff)
downloadaur-e6f33b9650757b02ce7570ab52979f508b012ef4.tar.gz
fix patch ordering - revert 3981 first
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 054b49939132..e085321408a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=compiz
pkgver=0.9.13.0
-pkgrel=4
+pkgrel=5
pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM"
arch=('i686' 'x86_64')
url="https://launchpad.net/compiz"
@@ -31,6 +31,9 @@ sha256sums=('f08eb54d578be559e3e723f3fe4291a56f5c96b2fdfb9c9e74ebb6596a1ca702'
prepare() {
cd "${pkgname}-${pkgver}"
+ # Reverse Ubuntu specific configuration patches
+ patch -Rp1 -i "${srcdir}/3981_3980.diff"
+
# Fix decorator start command
sed -i 's/exec \\"${COMPIZ_BIN_PATH}compiz-decorator\\"/exec \/usr\/bin\/compiz-decorator/g' plugins/decor/decor.xml.in
@@ -46,9 +49,6 @@ prepare() {
# Fix ambiguous function call in trailfocus plugin
patch -p1 -i "${srcdir}/trailfocus-fix.patch"
-
- # Reverse Ubuntu specific configuration patches
- patch -Rp1 -i "${srcdir}/3981_3980.diff"
}
build() {