summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2019-02-02 18:29:49 +0000
committerCharles Bos2019-02-02 18:29:49 +0000
commit082e035c235a63c31e0949df99a9495fae8317a6 (patch)
tree4697c85ddfe321c2b19cac7de439b7e051443141
parent6feb85b0ea25e0f337c5331ff53b4dce95472387 (diff)
downloadaur-082e035c235a63c31e0949df99a9495fae8317a6.tar.gz
Remove lines switching the ccsm file shebangs to python2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47b929ea2d1..6036a1623ecb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = compiz-bzr
pkgdesc = Composite manager for Aiglx and Xgl, with plugins and CCSM (development version)
pkgver = 4191
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/compiz
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 748ff21fcbad..d95806debf52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=compiz-bzr
pkgver=4191
-pkgrel=1
+pkgrel=2
_bzrname=compiz
_bzrbranch=0.9.13
pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM (development version)"
@@ -46,11 +46,6 @@ prepare() {
# Set focus prevention level to off which means that new windows will always get focus
patch -p1 -i "${srcdir}/focus-prevention-disable.patch"
- # Use Python 2
- find -type f \( -name 'CMakeLists.txt' -or -name '*.cmake' \) -exec sed -e 's/COMMAND python/COMMAND python2/g' -i {} \;
- find compizconfig/ccsm -type f -exec sed -e 's|^#!.*python|#!/usr/bin/env python2|g' -i {} \;
- sed -i "s/find_program(CYTHON_BIN cython)/find_program(CYTHON_BIN cython2)/g" compizconfig/compizconfig-python/CMakeLists.txt
-
# Fix incorrect extents for GTK+ tooltips, csd etc
patch -p1 -i "${srcdir}/gtk-extents.patch"