[gnome-continuous] manifest: Add pycairo (version 3)
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] manifest: Add pycairo (version 3)
- Date: Fri, 22 Jan 2016 15:55:02 +0000 (UTC)
commit 689a7c47052d745da5a680f9fb74b023acee3555
Author: Colin Walters <walters verbum org>
Date: Fri Jan 22 10:54:33 2016 -0500
manifest: Add pycairo (version 3)
It's a builddep for pygobject3, which is a builddep for orca.
manifest.json | 3 +++
patches/pycairo-buildsys.patch | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 5735ceb..7e53764 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1114,6 +1114,9 @@
{"src": "git:git://git.cairographics.org/git/py2cairo",
"patches": ["py2cairo-autogen.patch"]},
+ {"src": "fd:pycairo",
+ "patches": "pycairo-buildsys.patch"},
+
{"src": "gnome:pygobject",
"config-opts": ["--with-python=python2"]},
diff --git a/patches/pycairo-buildsys.patch b/patches/pycairo-buildsys.patch
new file mode 100644
index 0000000..b908e8c
--- /dev/null
+++ b/patches/pycairo-buildsys.patch
@@ -0,0 +1,38 @@
+From 8802bba2f1b270c8f303c35e056a0ce68b88ab31 Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters verbum org>
+Date: Fri, 22 Jan 2016 10:50:30 -0500
+Subject: [PATCH] Implement cgwalters/build-api
+
+https://github.com/cgwalters/build-api/
+---
+ Makefile | 6 ++++++
+ configure | 4 ++++
+ 2 files changed, 10 insertions(+)
+ create mode 100644 Makefile
+ create mode 100755 configure
+
+diff --git a/Makefile b/Makefile
+new file mode 100644
+index 0000000..b83299a
+--- /dev/null
++++ b/Makefile
+@@ -0,0 +1,6 @@
++all:
++ python setup.py build
++
++install:
++ python setup.py install --root=$(DESTDIR)
++
+diff --git a/configure b/configure
+new file mode 100755
+index 0000000..1c8e45f
+--- /dev/null
++++ b/configure
+@@ -0,0 +1,4 @@
++#!/bin/bash
++# http://people.gnome.org/~walters/docs/build-api.txt
++#buildapi-variable-no-builddir
++exec python3 setup.py build
+--
+1.8.3.1
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]