Package Details: picom-git 2189_11.172.gcc8e0a98_2024.02.29-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: 1.63
First Submitted: 2019-10-24 11:20 (UTC)
Last Updated: 2024-03-01 21:25 (UTC)

Required by (20)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 Next › Last »

jav209 commented on 2013-03-09 01:15 (UTC)

I have the same build error as Sarkasper: asciidoc man/compton.1.asciidoc a2x: ERROR: "xmllint" --nonet --noout --valid "/dev/shm/src/compton-build/man/compton-trans.1.xml" returned non-zero exit status 4 make: *** [man/compton-trans.1] Fehler 1 make: *** Warte auf noch nicht beendete Prozesse... a2x: ERROR: "xmllint" --nonet --noout --valid "/dev/shm/src/compton-build/man/compton.1.xml" returned non-zero exit status 4 make: *** [man/compton.1] Fehler 1

bkuri commented on 2013-03-04 15:47 (UTC)

Here's the fixed PKGBUILD with the changes proposed by @WorMzy and @Barthalion (worked like a charm): http://pastebin.com/4hSZ7Yhv

Barthalion commented on 2013-03-04 15:40 (UTC)

Move mesa-libgl to build dependencies and add libgl to dependencies. Additionally you need to add libxrandr and dbus to depends= array.

WorMzy commented on 2013-02-28 16:45 (UTC)

Do to recent changes in mesa, the mesa dependency should be replaced with libgl, otherwise compilation in a clean chroot will fail due to "/usr/bin/ld: cannot find -lGL". Cheers

scjet commented on 2012-12-23 09:57 (UTC)

#packer -S compton ... zip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now No PKGBUILD found in directory.

scjet commented on 2012-12-23 09:56 (UTC)

#packer -S compton-git ... GitHub is offline for maintenance. See http://status.github.com for more info. ==> ERROR: A failure occurred in build(). Aborting... The build failed.

gh0st commented on 2012-12-04 12:16 (UTC)

# man page a2x --format manpage man/compton.1.asciidoc a2x: ERROR: "xmllint" --nonet --noout --valid "/home/kasper/dl/compton-git/src/compton-build/man/compton.1.xml" returned non-zero exit status 4 make: *** [docs] Error 1

WorMzy commented on 2012-12-03 22:30 (UTC)

Needs libxrandr. ==> Starting make... Cloning into '/build/src/compton-build'... done. Package xrandr was not found in the pkg-config search path. Perhaps you should add the directory containing `xrandr.pc' to the PKG_CONFIG_PATH environment variable No package 'xrandr' found cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DCONFIG_LIBCONFIG -DCONFIG_REGEX_PCRE -DCONFIG_REGEX_PCRE_ JIT -DCONFIG_VSYNC_DRM -DCONFIG_VSYNC_OPENGL -Wall -std=c99 -c src/compton.c In file included from src/compton.c:11:0: src/compton.h:76:35: fatal error: X11/extensions/Xrandr.h: No such file or directory compilation terminated. make: *** [compton.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...