[gnome-continuous] manifest: add gnome-chess



commit 715f4d65660c0710166babc221c2a6243810a1e5
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Wed Mar 25 15:16:37 2015 +0100

    manifest: add gnome-chess

 manifest.json                      |    5 ++++-
 patches/gnome-chess-builddir.patch |   25 +++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 9f288fa..6eb3b7f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1302,7 +1302,10 @@
                {"src": "gnome:quadrapassel"},
 
                {"src": "gnome:bijiben",
-                "patches": ["bijiben-buildsys.patch"]}
+                "patches": ["bijiben-buildsys.patch"]},
+
+               {"src": "gnome:gnome-chess",
+                "patches": ["gnome-chess-builddir.patch"]}
 
        ],
 
diff --git a/patches/gnome-chess-builddir.patch b/patches/gnome-chess-builddir.patch
new file mode 100644
index 0000000..d017565
--- /dev/null
+++ b/patches/gnome-chess-builddir.patch
@@ -0,0 +1,25 @@
+From bf397e724a1c13fb944622685ee59a0d07126f48 Mon Sep 17 00:00:00 2001
+From: Vadim Rutkovsky <vrutkovs redhat com>
+Date: Wed, 25 Mar 2015 15:09:58 +0100
+Subject: [PATCH] Fix builddir!=srcdir issue
+
+---
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 38e3913..b54608f 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -42,7 +42,7 @@ gnome_chess_VALAFLAGS = \
+       $(top_builddir)/lib/libchess.vapi
+ 
+ chess-resources.c: $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies chess.gresource.xml)
+-      $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source 
chess.gresource.xml
++      $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --sourcedir=$(builddir) 
--generate-source $(srcdir)/chess.gresource.xml
+ 
+ CLEANFILES = \
+       $(patsubst %.vala,%.c,$(filter %.vala, $(SOURCES))) \
+-- 
+1.8.3.1
+


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