summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2015-11-03 13:22:17 +0000
committerCharles Bos2015-11-03 13:22:17 +0000
commit904a834229fbbf80e93021c945603fc68fb64d35 (patch)
treef0f11092a0d7637dda0156d4734b57e4223ea84e
parent6ed5a8e0c9289948ee5cbb07ff3a0ee6b31ad14b (diff)
downloadaur-904a834229fbbf80e93021c945603fc68fb64d35.tar.gz
re-add ccp to default plugins. ccp is reportedly not always auto-added
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5070b7532a5..d911a9ff4c36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = compiz
pkgdesc = Composite manager for Aiglx and Xgl, with plugins and CCSM
pkgver = 0.9.12.2
- pkgrel = 9
+ pkgrel = 10
url = https://launchpad.net/compiz
install = compiz.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1828b816f818..8abf52c49b73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=compiz
pkgver=0.9.12.2
_pkgseries=0.9.12
-pkgrel=9
+pkgrel=10
pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM"
arch=('i686' 'x86_64')
url="https://launchpad.net/compiz"
@@ -89,7 +89,7 @@ build() {
-DUSE_GSETTINGS=On \
-DCOMPIZ_BUILD_TESTING=Off \
-DCOMPIZ_WERROR=Off \
- -DCOMPIZ_DEFAULT_PLUGINS="composite,opengl,decor,resize,place,move,compiztoolbox,staticswitcher,regex,animation,wall" \
+ -DCOMPIZ_DEFAULT_PLUGINS="composite,opengl,decor,resize,place,move,compiztoolbox,staticswitcher,regex,animation,wall,ccp" \
-DCOMPIZ_DISABLE_PLUGIN_DBUS=On
make