summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2019-01-29 00:25:44 +0000
committerCharles Bos2019-01-29 00:25:44 +0000
commit6feb85b0ea25e0f337c5331ff53b4dce95472387 (patch)
treecb0a75f185d847735bafd0d69d870e5f73b62ad0
parentfdc6a322c0a98abc0dea071205307ad903d98ac2 (diff)
downloadaur-6feb85b0ea25e0f337c5331ff53b4dce95472387.tar.gz
Update dependencies for CCSM - it has been ported to Python 3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b8481ebbec7..d47b929ea2d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = compiz-bzr
pkgdesc = Composite manager for Aiglx and Xgl, with plugins and CCSM (development version)
- pkgver = 4182
+ pkgver = 4191
pkgrel = 1
url = https://launchpad.net/compiz
arch = i686
@@ -11,7 +11,7 @@ pkgbase = compiz-bzr
makedepends = cmake
makedepends = bzr
makedepends = intltool
- makedepends = cython2
+ makedepends = cython
depends = boost
depends = xorg-server
depends = libxcomposite
@@ -24,15 +24,14 @@ pkgbase = compiz-bzr
depends = glibmm
depends = libxrender
depends = libwnck3
- depends = pygtk
depends = desktop-file-utils
- depends = pyrex
depends = protobuf
depends = metacity
depends = glu
depends = libsm
depends = dconf
- depends = python2-gobject
+ depends = python-gobject
+ depends = python-cairo
optdepends = xorg-xprop: grab various window properties for use in window matching rules
provides = compiz=0.9.13
provides = compiz-core=0.9.13
diff --git a/PKGBUILD b/PKGBUILD
index 4ab6bafcbf6f..748ff21fcbad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Iven Hsu <ivenvd AT gmail>
pkgname=compiz-bzr
-pkgver=4182
+pkgver=4191
pkgrel=1
_bzrname=compiz
_bzrbranch=0.9.13
@@ -11,8 +11,8 @@ pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM (development
arch=('i686' 'x86_64')
url="https://launchpad.net/compiz"
license=('GPL' 'LGPL' 'MIT')
-depends=('boost' 'xorg-server' 'libxcomposite' 'startup-notification' 'librsvg' 'dbus' 'mesa' 'libxslt' 'fuse' 'glibmm' 'libxrender' 'libwnck3' 'pygtk' 'desktop-file-utils' 'pyrex' 'protobuf' 'metacity' 'glu' 'libsm' 'dconf' 'python2-gobject')
-makedepends=('cmake' 'bzr' 'intltool' 'cython2')
+depends=('boost' 'xorg-server' 'libxcomposite' 'startup-notification' 'librsvg' 'dbus' 'mesa' 'libxslt' 'fuse' 'glibmm' 'libxrender' 'libwnck3' 'desktop-file-utils' 'protobuf' 'metacity' 'glu' 'libsm' 'dconf' 'python-gobject' 'python-cairo')
+makedepends=('cmake' 'bzr' 'intltool' 'cython')
optdepends=(
'xorg-xprop: grab various window properties for use in window matching rules'
)