[gnome-continuous] manifest: add behave



commit c6a2fc0251fb743ded12ee74e98c32b6d6b087cd
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Fri Jan 17 12:53:20 2014 +0100

    manifest: add behave
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722423

 manifest.json                 |    4 ++++
 patches/behave-buildsys.patch |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 5a1db99..1cd86ee 100644
--- a/manifest.json
+++ b/manifest.json
@@ -978,6 +978,10 @@
                 {"src": "git:git://git.fedorahosted.org/git/dogtail.git",
                 "patches": ["dogtail-buildsys.patch"]},
 
+               {"src": "git:git://github.com/behave/behave.git",
+                "tag": "1.2.3",
+                "patches": ["behave-buildsys.patch"]},
+
                {"src": "gnome:gnome-terminal",
                 "config-opts": ["--without-nautilus-extension"]},
 
diff --git a/patches/behave-buildsys.patch b/patches/behave-buildsys.patch
new file mode 100644
index 0000000..e978eaf
--- /dev/null
+++ b/patches/behave-buildsys.patch
@@ -0,0 +1,38 @@
+From 4624016fcc840e6e3016e4678f306c81be610a9f Mon Sep 17 00:00:00 2001
+From: Vadim Rutkovsky <vrutkovs redhat com>
+Date: Fri, 17 Jan 2014 12:48:32 +0100
+Subject: [PATCH] build-sys: Add configure script and Makefile to
+ implement GNOME Build API
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+---
+ Makefile  | 6 ++++++
+ configure | 3 +++
+ 2 files changed, 9 insertions(+)
+ create mode 100644 Makefile
+ create mode 100755 configure
+
+diff --git a/Makefile b/Makefile
+new file mode 100644
+index 0000000..1945626
+--- /dev/null
++++ b/Makefile
+@@ -0,0 +1,6 @@
++# dogtail *development* Makefile
++all:
++      python setup.py build
++
++install:
++      python setup.py install --root=$(DESTDIR)
+diff --git a/configure b/configure
+new file mode 100755
+index 0000000..1ab3a0c
+--- /dev/null
++++ b/configure
+@@ -0,0 +1,3 @@
++#!/bin/bash
++# http://people.gnome.org/~walters/docs/build-api.txt
++exec python setup.py build
+-- 
+1.8.3.1
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]