Search Criteria
Package Details: compiz-easy-patch 0.9.14.2-11
Package Actions
Git Clone URL: | https://aur.archlinux.org/compiz-easy-patch.git (read-only, click to copy) |
---|---|
Package Base: | compiz-easy-patch |
Description: | OpenGL compositing window manager. Includes friendly defaults, GWD theme selector and autostart for Xfce & MATE. |
Upstream URL: | https://launchpad.net/compiz |
Licenses: | MIT, GPL-2.0-or-later, LGPL-2.1-or-later |
Conflicts: | ccsm, compiz, compiz-bcop, compiz-core, compiz-fusion-plugins-experimental, compiz-fusion-plugins-extra, compiz-fusion-plugins-main, compiz-gtk, compiz-manjaro, compizconfig-python, libcompizconfig, simple-ccsm |
Provides: | ccsm, compiz, compiz-bcop, compiz-core, compiz-plugins-extra, compiz-plugins-main, compizconfig-python, libcompizconfig |
Replaces: | compiz-manjaro |
Submitter: | MattMadness |
Maintainer: | lectrode |
Last Packager: | lectrode |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2021-03-14 02:47 (UTC) |
Last Updated: | 2025-05-13 19:14 (UTC) |
Dependencies (22)
- glibmm
- glu (glu-gitAUR)
- libice
- libnotify (libnotify-gitAUR)
- libsm
- libwnck3
- libxslt (libxslt-gitAUR)
- metacity
- protobuf (protobuf-gitAUR)
- python (python37AUR)
- python-cairo (python-cairo-gitAUR)
- python-dbus
- python-gobject
- zenity (zenity-gtk3AUR, zenity-gitAUR, qarma-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cython (cython-gitAUR) (make)
- intltool (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- python-setuptools (make)
- Show 2 more dependencies...
Required by (27)
- ccsm-git (requires compiz-core) (optional)
- ccsm-gtk3 (requires compiz-core) (optional)
- ccsm-gtk3 (requires compizconfig-python)
- ccsm-gtk3-git (requires compiz-core) (optional)
- compiz-bcop (requires compiz-core)
- compiz-cube-screensaver (requires compiz)
- compiz-fusion-plugins-experimental (requires compiz-core)
- compiz-fusion-plugins-experimental (requires compiz-bcop)
- compiz-fusion-plugins-extra (requires compiz-bcop)
- compiz-fusion-plugins-extra (requires compiz-core)
- compiz-fusion-plugins-main (requires compiz-bcop)
- compiz-fusion-plugins-main (requires compiz-core)
- compiz-gtk (requires compiz-core)
- compiz-gtk-git (requires compiz-core)
- compiz-manager (requires compiz-core)
- compizconfig-python (requires compiz-core)
- compizconfig-python (requires libcompizconfig)
- emerald (requires compiz-core)
- emerald-git (requires compiz-core)
- emerald-gtk3 (requires compiz-core)
- Show 7 more...
Sources (19)
- 0001-reverse-unity-config.patch
- 0002-focus-prevention-disable.patch
- 0003-gtk-extents.patch
- 0004-screenshot-launch-fix.patch
- 0005-no-compile-gschemas.patch
- 0006-Drop-toggle-shaded-since-it-s-no-longer-included-in-.patch
- 0007-64-bit-time-t-compat.patch
- 0008-fix-negating-windows-by-default.patch
- 1001-fix-crash-in-vertexbuffer.patch
- 1002-fix-wrapmode.patch
- 9001-compiz-easy-defaults.patch
- compiz-0.9.14.2.tar.xz
- compiz-easy.gschema.override
- compiz-gtk-decorator-theme-selector
- compiz-gtk-decorator-theme-selector.desktop
- compiz-xfce-autostart-setup
- compiz-xfce-autostart-setup.desktop
- compiz-xfce-uninstall-helper
- compiz-xfce-uninstall-helper.desktop
Latest Comments
1 2 3 4 Next › Last »
lectrode commented on 2025-05-13 19:16 (UTC)
apologies for the delay - i did not have access to my personal computer for some time
pkgbuild has been updated with the build fix
beluga2 commented on 2025-05-07 04:08 (UTC)
Thank you for the fix, darkbaboon. I was able to compile using the code you posted.
darkbaboon commented on 2025-05-06 23:43 (UTC)
In order to resolve the build error, you need to add in the PKGBUILD:
at the end of the prepare() section:
# adjust declarations sed -E \ -e 's&^(destroy_(bare|normal|switcher)_frame)\s?.;$&\1 (decor_frame_t frame);&' \ -i "gtk/window-decorator/gtk-window-decorator.h"
and at the beginning of the build() section: export CXXFLAGS+=" -Wno-error=incompatible-pointer-types"
PhotonX commented on 2025-05-03 22:06 (UTC)
A build error has been reported at https://aur.archlinux.org/packages/compiz recently, there is also a fix in the latest rev. Maybe it is the same issue.
beluga2 commented on 2025-05-03 21:17 (UTC)
I am currently unable to compile. I have tried to assess the error log and have the following error around 38%: A header warning appears about being deprecated in C++17. (warning "<ciso646> is deprecated in C++17, use <version> to detect implementation-specific macros") Next, the build proceeds to link a shared library (libcompizconfig.so). After linking, there is a final error: make: *** [Makefile:166: all] Error 2 ==> ERROR: A failure occurred in build(). ... error making: compiz-easy-patch – exit status 4. There is no single “smoking gun” error message in the log. Is there anything I can do to solve this?
lectrode commented on 2025-04-15 05:55 (UTC)
imported patch from upstream to fix ccsm crash. please let me know if there are any further issues
wayward commented on 2025-04-12 13:28 (UTC) (edited on 2025-04-12 13:29 (UTC) by wayward)
I've recently started getting an error with ccsm and it fails to start even after recompiling. Anyone know why this is suddenly happening? I found this https://askubuntu.com/a/1526154 but the solution proposed doesn't help.
PhotonX commented on 2024-10-19 05:50 (UTC)
When you notice that CCSM fails to start, just rebuild compiz-easy-patch.
In the comments of this issue are some thoughts on how to automatize this (I haven't tested them myself yet though): https://github.com/Jguer/yay/issues/1671
wayward commented on 2024-10-18 22:02 (UTC)
Pardon my ignorance but what is the proper way to deal with protobuf versioning issues? I originally had a problem with the vanilla compiz package and being unable to update my system due to protobuf dep. I switched my compiz installation over to compiz-easy-patch due to some comments I read in the compiz package, thinking that this might help the issue .. however now I've updated my system and ccsm won't run anymore because protobuf updated 28.1->28.2 and ccsm still depends on 28.1. Protobuf is always breaking everything
lectrode commented on 2024-06-30 21:38 (UTC) (edited on 2024-06-30 21:40 (UTC) by lectrode)
@PhotonX (3rd time's the charm...) I can confirm that patch fixes the crash triggered by wobbly windows in expo. I've added the patch to this package (and updated srcinfo) - let me know if there are any issues.
1 2 3 4 Next › Last »