summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2016-08-16 18:03:57 +0100
committerCharles Bos2016-08-16 18:03:57 +0100
commite6f33b9650757b02ce7570ab52979f508b012ef4 (patch)
treeb50a3d782b357616be1711df8b5eddac22ccd971
parent74f6e523c4897abceaec223b5f7f567b4d305d43 (diff)
downloadaur-e6f33b9650757b02ce7570ab52979f508b012ef4.tar.gz
fix patch ordering - revert 3981 first
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1a8e385b099..49bd4ec2f232 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 14 09:26:48 UTC 2016
+# Tue Aug 16 16:44:08 UTC 2016
pkgbase = compiz
pkgdesc = Composite manager for Aiglx and Xgl, with plugins and CCSM
pkgver = 0.9.13.0
- pkgrel = 4
+ pkgrel = 5
url = https://launchpad.net/compiz
arch = i686
arch = x86_64
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() {