Package Details: compiz 0.9.14.2-9

Git Clone URL: https://aur.archlinux.org/compiz.git (read-only, click to copy)
Package Base: compiz
Description: Composite manager for Aiglx and Xgl, with plugins and CCSM
Upstream URL: https://launchpad.net/compiz
Licenses: MIT, GPL-2.0-or-later, LGPL-2.1-or-later
Conflicts: ccsm, compiz-bcop, compiz-core, compiz-fusion-plugins-experimental, compiz-fusion-plugins-extra, compiz-fusion-plugins-main, compiz-gtk, compizconfig-python, libcompizconfig, simple-ccsm
Provides: ccsm, compiz-bcop, compiz-core, compiz-plugins-extra, compiz-plugins-main, compizconfig-python, libcompizconfig
Submitter: None
Maintainer: xiota
Last Packager: xiota
Votes: 165
Popularity: 0.008753
First Submitted: 2014-08-04 13:22 (UTC)
Last Updated: 2024-10-31 17:58 (UTC)

Required by (28)

Sources (9)

Latest Comments

« First ‹ Previous 1 .. 42 43 44 45 46 47 48 49 50 51 52 .. 55 Next › Last »

<deleted-account> commented on 2012-06-05 19:08 (UTC)

@rufflove I've just dconf installed. If I left untouched the PKGBUILD, the compilation fails because, I guess, the gconf-merge-schema (I don't have gconf...) command. Here is the cmake output http://pastebin.com/0hgBrCwy

rufflove commented on 2012-06-05 17:29 (UTC)

Even if you disabled generation of schemas using the variables, or do not have GConf and DConf installed, there is no reason to remove the schema handling as it is applied conditionally. Does the package compile OK if you use a stock, unedited PKGBUILD? Do you have GConf and DConf installed or not? Posting the cmake output to pastebin might be helpful too.

<deleted-account> commented on 2012-06-05 17:15 (UTC)

@rufflove No, I hadn't looked to the PKGBUILD. I'm using compiz standalone so I set all the variable to off and removed the "Merge the gconf schema files" part and the "Add the pesky gsettings schema files manually" part from the PKGBUILD. Otherwise the build still failed. Is this so bad?

rufflove commented on 2012-06-05 12:52 (UTC)

Have you looked at the PKGBUILD? I suspect you've left gsettings schemas enabled, but do not have dconf installed, or something similar.

<deleted-account> commented on 2012-06-05 07:28 (UTC)

Build fails: CMake Error at metadata/CMakeLists.txt:55 (compiz_gsettings_schema): Unknown CMake command "compiz_gsettings_schema".

whynothugo commented on 2012-05-17 06:57 (UTC)

That's right, it conflicts with compiz-core-bzr and compiz-core, since they're different versions of the same packages, that's why they're marked as conflicting. If you want to install both at the same time, you'll need to alter the PKGBUILD to install one into a different directory.

calendulish commented on 2012-05-17 05:19 (UTC)

This conflicts with compiz-core-bzr and libcompizconfig-bzr

rufflove commented on 2012-05-13 12:24 (UTC)

Schema handling added.

rufflove commented on 2012-05-13 12:01 (UTC)

Proper schema handling added.

rufflove commented on 2012-05-13 11:59 (UTC)

Not sure why the package wasn't building correctly for you. Those arguments are unnecessary for installation to a standard location (COMPIZ_PLUGIN_INSTALL_TYPE also is not required in this case), but either way, everything ends up in the same place with the same runtime path. Anyway, PKGBUILD amended.