Package Details: xcb-proto-git 1.8.r70.g29beba6-3

Package Base: xcb-proto-git
Description: XML-XCB protocol descriptions
Upstream URL: http://xcb.freedesktop.org/
Category: x11
Licenses: custom
Submitter: ilikenwf
Maintainer: lowfatcomputing
Last Packager: None
Votes: 13
First Submitted: 2008-08-08 02:03
Last Updated: 2013-11-08 15:11

Dependencies (0)

Required by (2)

Sources

Latest Comments

Comment by quequotion

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?

Comment by cmr

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?)

Comment by cmr

2013-11-23 07:18

The pkgver makes it impossible to use instead of xcb-proto. Intended?

Comment by lowfatcomputing

2013-11-08 15:12

Thanks Scimmia, package updated.

Comment by Scimmia

2013-11-08 07:23

Here is a working, modern PKGBUILD: http://paste.debian.net/64622/

Comment by Scimmia

2013-11-08 06:16

This desperately needs updated. If you're not going to do it, please orphan it so someone else can.

Comment by techlive

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.