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.66
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 .. 6 7 8 9 10 11 12 13 14 Next › Last »

<deleted-account> commented on 2013-04-13 07:34 (UTC)

I think you don't use the correct pkgver function for a CVS PKGBUILD You can find the guidelines here: https://wiki.archlinux.org/index.php/Arch_CVS_%26_SVN_PKGBUILD_guidelines#Git Since Pacman 4.1, the Git PKGBUILD can be simplified: https://wiki.archlinux.org/index.php/Arch_CVS_%26_SVN_PKGBUILD_guidelines#A_sample_Git_PKGBUILD Could you update the PKGBUILD? Thanks in advance.

WorMzy commented on 2013-04-12 22:58 (UTC)

Just a heads up, you can remove make, pkg-config, and libgl from the makedepends array. They're provided by base-devel or the depends array respectively. They won't cause any problems by being in the makedepends array, but they shouldn't really be there. My bad.

<deleted-account> commented on 2013-04-11 12:04 (UTC)

@noes1s: Well, we could convert those asciidoc documentation to troff when creating a release package to remove the dependency, but we don't have a formal release yet, and it isn't really sensible to do this in a git repo, I'm afraid. The compton binary itself doesn't need asciidoc, after all, so `make install` doesn't work without asciidoc, but `make` works, and it generates the "compton" binary in the source directory. Just copying that file to /usr/bin should suffice. That's what I always do. @kellerman: Have you tried the new OpenGL backend + opengl-swc VSync? It's reported to solve tearing issues on many systems. compton --backend glx --paint-on-overlay --vsync opengl-swc

OK100 commented on 2013-04-09 09:03 (UTC)

Updated. Thanks @WorMzy

WorMzy commented on 2013-04-08 21:21 (UTC)

Please update the PKGBUILD to make use of pacman 4.1 CVS PKGBUILD features. Here's one I made earlier, feel free to use it: https://raw.github.com/WorMzy/PKGBUILDs/master/compton-git-PKGBUILD

<deleted-account> commented on 2013-03-30 03:01 (UTC)

asciidoc install requires over 540MB of dependencies in KaliLinux. I managed to install it by removing the MANPAGE lines from the Makefile. Is there any other alternative?

jav209 commented on 2013-03-18 18:58 (UTC)

Fixed on my end...the docbook-xsl and docbook-xml packages had been corrupted. A reinstall fixed it.

kellerman commented on 2013-03-14 15:05 (UTC)

Still tearing with XFCE. Im using no compositor at all (faster) and there's no tearing at all

jav209 commented on 2013-03-10 16:07 (UTC)

got a little farther this time, but still fails in the doc generation step: a2x --no-xmllint --format manpage man/compton.1.asciidoc a2x --no-xmllint --format manpage man/compton-trans.1.asciidoc asciidoc man/compton.1.asciidoc asciidoc man/compton-trans.1.asciidoc a2x: ERROR: "xsltproc" --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 "/etc/asciidoc/docbook-xsl/manpage.xsl" "/dev/shm/src/compton-build/man/compton-trans.1.xml" returned non-zero exit status 5 make: *** [man/compton-trans.1] Fehler 1 make: *** Warte auf noch nicht beendete Prozesse... a2x: ERROR: "xsltproc" --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam admon.graphics 0 "/etc/asciidoc/docbook-xsl/manpage.xsl" "/dev/shm/src/compton-build/man/compton.1.xml" returned non-zero exit status 5 make: *** [man/compton.1] Fehler 1

<deleted-account> commented on 2013-03-10 08:36 (UTC)

Sarkasper, jav209: An workaround for your problem: - replace 'a2x' to 'a2x --no-xmllint' in Makefile.