Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (ba036e3991e40ccf17f8e0913a15084ec4c39966)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (ba036e3991e40ccf17f8e0913a15084ec4c39966)
  • Date: Thu, 20 Jun 2013 11:34:26 -0500

GIT changes to devel-xorg-modular grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

xorg-lib/libxcb/HISTORY | 3 +++
xorg-lib/libxcb/PRE_BUILD | 8 ++++++++
xorg-proto/xcb-proto/DEPENDS | 2 +-
xorg-proto/xcb-proto/HISTORY | 4 ++++
xorg-proto/xcb-proto/PRE_BUILD | 8 ++++++++
5 files changed, 24 insertions(+), 1 deletion(-)

New commits:
commit ba036e3991e40ccf17f8e0913a15084ec4c39966
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

xcb-proto - fix build with pyhon-3.3

commit 37c5b66ddda247ba14b31aae1552677d32f4098b
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libxcb - fix build with pyhon-3.3

diff --git a/xorg-lib/libxcb/HISTORY b/xorg-lib/libxcb/HISTORY
index a7d8a34..533bffa 100644
--- a/xorg-lib/libxcb/HISTORY
+++ b/xorg-lib/libxcb/HISTORY
@@ -1,3 +1,6 @@
+2013-06-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: added, fix build with python-3.3
+
2013-05-31 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.9.1
SECURITY_PATCH=1 fixes CVE-2013-2064
diff --git a/xorg-lib/libxcb/PRE_BUILD b/xorg-lib/libxcb/PRE_BUILD
new file mode 100755
index 0000000..7441fbd
--- /dev/null
+++ b/xorg-lib/libxcb/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if is_depends_enabled $SPELL python3; then
+ 2to3 -wn --no-diffs src/c_client.py
+fi &&
+
+# fix detection of python-3.3
+sed -i 's/python /python3.3/' configure
diff --git a/xorg-proto/xcb-proto/DEPENDS b/xorg-proto/xcb-proto/DEPENDS
index 9b8b892..f3215b2 100755
--- a/xorg-proto/xcb-proto/DEPENDS
+++ b/xorg-proto/xcb-proto/DEPENDS
@@ -1,5 +1,5 @@
depends libxml2 &&
depends util-macros &&
-depends python &&
+depends PYTHON &&
depends libxau

diff --git a/xorg-proto/xcb-proto/HISTORY b/xorg-proto/xcb-proto/HISTORY
index c6f08b3..30d524a 100644
--- a/xorg-proto/xcb-proto/HISTORY
+++ b/xorg-proto/xcb-proto/HISTORY
@@ -1,3 +1,7 @@
+2013-06-20 Treeve Jelbert <treeve$sourcemage.org>
+ * DEPENDS: python => PYTHON
+ * PRE_BUILD: fix detection of python-3.3
+
2012-10-06 Treeve Jelbert <treeve$sourcemage.org>
* DETAILS: version 1.8

diff --git a/xorg-proto/xcb-proto/PRE_BUILD b/xorg-proto/xcb-proto/PRE_BUILD
new file mode 100755
index 0000000..1c0ddc3
--- /dev/null
+++ b/xorg-proto/xcb-proto/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+if is_depends_enabled $SPELL python3; then
+ 2to3 -wn --no-diffs xcbgen
+fi &&
+
+# fix detection of python-3.3
+sed -i 's/python /python3.3/' configure



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (ba036e3991e40ccf17f8e0913a15084ec4c39966), Treeve Jelbert, 06/20/2013

Archive powered by MHonArc 2.6.24.

Top of Page