Package Details: picom-git 2530_11.513.g7094d7a9_2024.07.31-1

Git Clone URL: https://aur.archlinux.org/picom-git.git (read-only, click to copy)
Package Base: picom-git
Description: X compositor (fork of compton) (git-version)
Upstream URL: https://github.com/yshui/picom
Licenses: MIT, MPL-2.0
Conflicts: compton, compton-git, picom
Provides: compton, compton-git, picom
Replaces: compton-git
Submitter: WorMzy
Maintainer: WorMzy
Last Packager: WorMzy
Votes: 359
Popularity: 0.51
First Submitted: 2019-10-24 11:20 (UTC)
Last Updated: 2024-07-31 09:54 (UTC)

Required by (21)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »

muffin commented on 2014-05-24 22:32 (UTC)

Was getting an error when running makefile, installing the pkg-config package resolved it.

blackhole commented on 2014-05-15 22:22 (UTC)

Good! Already installed.

WorMzy commented on 2014-05-15 12:47 (UTC)

Looks like skurk has written a PKGBUILD for it: https://aur.archlinux.org/packages/compton-conf-git/

WorMzy commented on 2014-05-14 21:26 (UTC)

I think that should be a separate package (if it isn't already). You could contact Chris or Richard and see if they're interested in merging the project into compton's git tree though, if they merge it, I'll update the PKGBUILD.

blackhole commented on 2014-05-14 16:45 (UTC)

It would be nice to include compton-conf See https://github.com/lxde/compton-conf

WorMzy commented on 2014-04-29 11:54 (UTC)

Just a heads up for anyone receiving notifications for this package: I have modified the pkgver function to make use of the tags that upstream have recently started providing. Be aware that some AUR helpers may not show this as an upgradeable package, because pacman itself will see it as a downgrade. I advise you to manually update the package using the updated PKGBUILD, though the old PKGBUILD will continue to work the same way (this is mostly a cosmetic change).

WorMzy commented on 2014-03-11 00:44 (UTC)

I found out that the build failures were due to a slightly outdated nvidia-libgl package in my custom repo. Clean-chroot build works with the current PKGBUILD, though I still recommend the addition of mesa as a makedepend, simply because it is one (albeit hidden).

WorMzy commented on 2014-03-11 00:14 (UTC)

Scratch that, makedepends. libgl packages still provide the relevant libglx.so links.

WorMzy commented on 2014-03-11 00:08 (UTC)

OK100, the recent changes in the packaging of various GL packages has made it so that the mesa package needs to be an explicit dependency, or else building in a clean chroot fails with the following output: ==> Starting build()... ... src/common.h:120:20: fatal error: GL/glx.h: No such file or directory --- I'd also like to re-request the addition of dbus as an optdepend. :P Cheers