Package Details: ccsm 0.8.18-1

Git Clone URL: https://aur.archlinux.org/ccsm.git (read-only, click to copy)
Package Base: ccsm
Description: Compizconfig Settings Manager in Python2
Upstream URL: https://gitlab.com/compiz/ccsm/
Licenses: GPL
Groups: compiz-fusion
Conflicts: ccsm-git
Provides: ccsm
Submitter: Barthalion
Maintainer: ShadowKyogre (isseigx)
Last Packager: ShadowKyogre
Votes: 78
Popularity: 0.000001
First Submitted: 2013-07-11 10:40 (UTC)
Last Updated: 2020-04-28 16:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

ShadowKyogre commented on 2016-04-06 14:52 (UTC)

@robertoall: While I was hanging around #compiz-reloaded, I heard that it was preferred to release with the tarballs on github. @everyone: Should I also submit an orphan request so I can co-maintain this to make sure it gets updated with the rest of the tarballed PKGBUILDs for Compiz?

robertoaall commented on 2016-03-31 14:00 (UTC)

Please update the PKGBUILD to the updated 0.8.12 ccsm: pkgname=ccsm pkgver=0.8.12 pkgrel=1 pkgdesc="Compizconfig Settings Manager in Python2" arch=('any') url="http://www.northfield.ws/projects/compiz/releases/${pkgver}/" license=('GPL') depends=("compizconfig-python" 'pygtk') makedepends=('intltool') optdepends=('compiz-gtk-standalone: option 1' 'compiz-core: option 2' 'python2-sexy: needed for some widgets') groups=('compiz-fusion' 'compiz-fusion-gtk' 'compiz-fusion-kde') conflicts=('ccsm-git') provides=("ccsm=$pkgver") source=("http://www.northfield.ws/projects/compiz/releases/${pkgver}/${pkgname}.tar.xz") install=ccsm.install md5sums=('69f16f5d9b2498d4947d597a1b844820') package() { cd "${srcdir}/${pkgname}" python2 ./setup.py install --prefix=/usr --root="${pkgdir}" }

applebloom commented on 2015-12-29 18:15 (UTC)

python-sexy doesn't exist, how can it be an optdepend? This thread https://askubuntu.com/questions/25193/installing-python-sexy suggests it was needed for something, but it isn't now.

hazard commented on 2015-03-04 08:15 (UTC)

@ido Thanks, added.

ido commented on 2015-03-04 06:13 (UTC)

Please add python2-sexy as an optdepends. ``` $ ccsm Info: No sexy-python package found, don't worry it's optional. ```

martadinata666 commented on 2015-01-08 21:04 (UTC)

new compiz release 0.8.10 here http://www.northfield.ws/projects/compiz/releases/0.8.10/ please update, thx for your coop

hazard commented on 2014-03-27 19:32 (UTC)

@Chazza Thanks, added changes

<deleted-account> commented on 2014-03-26 07:49 (UTC)

Hi, compiz-pure has recently been merged with compiz-gtk-standalone -- (https://aur.archlinux.org/packages/compiz-gtk-standalone/) Please update the optdepends. Also, the upstream url no longer works. It would be better if it were changed to either of the following: * http://cgit.compiz.org/compiz/compizconfig/ccsm/ * http://releases.compiz.org/0.8.4/

hazard commented on 2013-07-31 15:44 (UTC)

Adopted. One-line fix. Before: http://i.imgbox.com/adpqhVQv.png After: http://i.imgbox.com/acj6ibpk.png Install compiz-pure or compiz-core along with this package.

applebloom commented on 2013-07-21 20:05 (UTC)

Hey, I see you've uploaded the compiz (0.8.x) packages recently removed repo. I have a note about this: there seems to be an issue with ccsm now, the code drawing buttons gets an exception and the icons don't show up. I found a simple solution and included a patch here: http://colin.net.pl/narf/compiz-0.8/ccsm So you might be interested in adding that patch.