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?
Search Criteria
Package Details: xcb-proto-git 1.8.r70.g29beba6-3
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2013-11-23)
| Package Base: | xcb-proto-git |
|---|---|
| Description: | XML-XCB protocol descriptions |
| Upstream URL: | http://xcb.freedesktop.org/ |
| Category: | x11 |
| Licenses: | |
| 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
Comment by cmr
(To clarify, it includes 'xcb.rproto' at the start, which is probably shouldn't. add more to the sed, maybe?)
Comment by cmr
The pkgver makes it impossible to use instead of xcb-proto. Intended?
Comment by lowfatcomputing
Thanks Scimmia, package updated.
Comment by Scimmia
Here is a working, modern PKGBUILD: http://paste.debian.net/64622/
Comment by Scimmia
This desperately needs updated. If you're not going to do it, please orphan it so someone else can.
Comment by techlive
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.