eva 15/05/01 23:15:40
Modified:
empathy-3.12.7-Fix-parallel-build-in-extensions.patch
Log:
Version bump. Update parallel fix patch to cover missing case.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
C6085806)
Revision Changes Path
1.2
net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch?r1=1.1&r2=1.2
Index: empathy-3.12.7-Fix-parallel-build-in-extensions.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/net-im/empathy/files/empathy-3.12.7-Fix-parallel-build-in-extensions.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- empathy-3.12.7-Fix-parallel-build-in-extensions.patch 30 Nov 2014
22:00:59 -0000 1.1
+++ empathy-3.12.7-Fix-parallel-build-in-extensions.patch 1 May 2015
23:15:40 -0000 1.2
@@ -1,4 +1,4 @@
-From 24e4480421483685dfc493ad38089c286a8c5f4a Mon Sep 17 00:00:00 2001
+From 7af14d9ca148e4d1ec2eb70d7b655bb2fc5a052f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Cardona?= <[email protected]>
Date: Sun, 30 Nov 2014 22:10:59 +0100
Subject: [PATCH] Fix parallel build in extensions/
@@ -32,12 +32,14 @@
https://bugs.gentoo.org/show_bug.cgi?id=515894
https://bugzilla.gnome.org/show_bug.cgi?id=685837
+
+Signed-off-by: Gilles Dartiguelongue <[email protected]>
---
- extensions/Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ extensions/Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
-index 79622d4..ebe5fac 100644
+index 79622d4..9082496 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -66,7 +66,7 @@ extensions.html: _gen/all.xml $(tools_dir)/doc-generator.xsl
@@ -49,6 +51,15 @@
$(top_srcdir)/tools/glib-gtypes-generator.py
$(AM_V_GEN)$(PYTHON) $(top_srcdir)/tools/glib-gtypes-generator.py \
$< _gen/gtypes Emp
+@@ -82,7 +82,7 @@ _gen/enums.h: _gen/all.xml \
+ Emp \
+ $< _gen/enums
+
+-_gen/interfaces-body.h _gen/interfaces.h: _gen/all.xml \
++_gen/int%rfaces-body.h _gen/int%rfaces.h: _gen/all.xml \
+ $(tools_dir)/glib-interfaces-gen.py
+ $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-interfaces-gen.py \
+ Emp _gen/interfaces-body.h _gen/interfaces.h $<
--
-2.1.3
+2.3.6