Search Criteria
Package Details: xcb-proto-git xcb.rproto.1.14.1.0.g496e3ce-1
Git Clone URL: | https://aur.archlinux.org/xcb-proto-git.git (read-only, click to copy) |
---|---|
Package Base: | xcb-proto-git |
Description: | XML-XCB protocol descriptions |
Upstream URL: | https://xcb.freedesktop.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | ilikenwf |
Maintainer: | eatmyvenom |
Last Packager: | eatmyvenom |
Votes: | 20 |
Popularity: | 0.38 |
First Submitted: | 2008-08-08 02:03 |
Last Updated: | 2021-01-03 06:41 |
Dependencies (3)
- git (git-git) (make)
- libxml2 (libxml2-linenum, libxml2-git) (make)
- python (python-dbg) (make)
Required by (32)
- i3ipc-glib-git (requires xcb-proto) (make)
- kcm-pointing-devices-git (requires xcb-proto)
- lib32-vkd3d-git (requires xcb-proto) (make)
- lib32-vkd3d-valve-git (requires xcb-proto) (make)
- lib32-waffle (requires xcb-proto) (make)
- libxcb-git
- python2-xcb-proto (requires xcb-proto)
- qt51-base (requires xcb-proto) (make)
- qt51-declarative (requires xcb-proto) (make)
- qt51-doc (requires xcb-proto) (make)
- qt51-graphicaleffects (requires xcb-proto) (make)
- qt51-imageformats (requires xcb-proto) (make)
- qt51-jsbackend (requires xcb-proto) (make)
- qt51-multimedia (requires xcb-proto) (make)
- qt51-quick1 (requires xcb-proto) (make)
- qt51-quickcontrols (requires xcb-proto) (make)
- qt51-script (requires xcb-proto) (make)
- qt51-sensors (requires xcb-proto) (make)
- qt51-serialport (requires xcb-proto) (make)
- qt51-svg (requires xcb-proto) (make)
- qt51-tools (requires xcb-proto) (make)
- qt51-translations (requires xcb-proto) (make)
- qt51-webkit (requires xcb-proto) (make)
- qt51-x11extras (requires xcb-proto) (make)
- qt51-xmlpatterns (requires xcb-proto) (make)
- unagi (requires xcb-proto)
- vkd3d-git (requires xcb-proto) (make)
- vkd3d-valve (requires xcb-proto) (make)
- vkd3d-valve-git (requires xcb-proto) (make)
- waffle (requires xcb-proto) (make)
- waffle-git (requires xcb-proto) (make)
- xpyb-git (requires xcb-proto)
Latest Comments
TheGoliath commented on 2020-09-22 12:05
No problem :)
shoober420 commented on 2020-09-20 17:04
Thank you for this package.
quequotion commented on 2014-06-05 16:50
Scratch that, this line:
sed -i 's/\t/ /g' "$pkgdir/usr/lib/python3.3/site-packages/xcbgen/xtypes.py"
Would work as:
sed -i 's/\t/ /g' "$pkgdir/usr/lib/python3.4/site-packages/xcbgen/xtypes.py"
Perhaps replace python3.x with a variable that's assigned the currently installed python version?
quequotion commented on 2014-06-05 16:47
Had to comment this line to get the package built:
sed -i 's/\t/ /g' "$pkgdir/usr/lib/python3.3/site-packages/xcbgen/xtypes.py"
It seems this file no longer exists. Is this line unnecessary?
cmr commented on 2013-11-23 07:23
(To clarify, it includes 'xcb.rproto' at the start, which is probably shouldn't. add more to the sed, maybe?)
cmr commented on 2013-11-23 07:18
The pkgver makes it impossible to use instead of xcb-proto. Intended?
lowfatcomputing commented on 2013-11-08 15:12
Thanks Scimmia, package updated.
Scimmia commented on 2013-11-08 07:23
Here is a working, modern PKGBUILD: http://paste.debian.net/64622/
Scimmia commented on 2013-11-08 06:16
This desperately needs updated. If you're not going to do it, please orphan it so someone else can.
techlive commented on 2013-05-27 13:45
Please stop using `$startdir/src`, use `$srcdir` instead, otherwise, it will break the building process in some conditions, i.e. with `BUILDDIR` set to another location.