Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Unified Diff: net-libs/libsoup/files/libsoup-2.30.1-fix-build-without-gnome-with-doc.patch

Issue 6905158: net-libs/libsoup: backport 2.32.2 from upstream tree. (Closed) Base URL: http://git.chromium.org/git/portage-stable.git@master
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net-libs/libsoup/libsoup-2.32.2.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net-libs/libsoup/files/libsoup-2.30.1-fix-build-without-gnome-with-doc.patch
diff --git a/net-libs/libsoup/files/libsoup-2.30.1-fix-build-without-gnome-with-doc.patch b/net-libs/libsoup/files/libsoup-2.30.1-fix-build-without-gnome-with-doc.patch
new file mode 100644
index 0000000000000000000000000000000000000000..2b5a39d83e417c5a939143dbcd259bd073a85ea0
--- /dev/null
+++ b/net-libs/libsoup/files/libsoup-2.30.1-fix-build-without-gnome-with-doc.patch
@@ -0,0 +1,58 @@
+From c8ff78e489ccf5becd1ae309222b7977510558e6 Mon Sep 17 00:00:00 2001
+From: Priit Laes <plaes@plaes.org>
+Date: Thu, 25 Feb 2010 20:59:51 +0200
+Subject: [PATCH] Split docs into libsoup and libsoup-gnome.
+
+Fixes Gentoo Bug 268592, patch adapted from upstream patch.
+
+Modified to apply to a release tarball (no libsoup-2.4-docs.sgml.in)
+Hence, to be applied ONLY when !gnome && doc
+---
+ docs/reference/Makefile.am | 5 ++++-
+ docs/reference/libsoup-2.4-docs.sgml | 2 ++
+ 2 files changed, 6 insertions(+), 1 deletions(-)
+
+diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
+index 64d3cf8..8b91b7f 100644
+--- a/docs/reference/Makefile.am
++++ b/docs/reference/Makefile.am
+@@ -38,6 +38,9 @@ IGNORE_HFILES= soup.h soup-marshal.h soup-enum-types.h \
+ soup-proxy-resolver.h soup-proxy-resolver-gnome.h \
+ soup-proxy-resolver-static.h
+
++IGNORE_HFILES += soup-cookie-jar-sqlite.h \
++ soup-gnome.h soup-gnome-features.h
++
+ # Images to copy into HTML directory.
+ HTML_IMAGES =
+
+@@ -62,7 +65,7 @@ GTKDOC_CFLAGS = \
+ $(GNUTLS_CFLAGS) \
+ $(LIBPROXY_LIBS)
+
+-GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-gnome-2.4.la
++GTKDOC_LIBS = $(top_builddir)/libsoup/libsoup-2.4.la
+
+ # include common portion ...
+ include $(top_srcdir)/gtk-doc.make
+diff --git a/docs/reference/libsoup-2.4-docs.sgml b/docs/reference/libsoup-2.4-docs.sgml
+index 3cb3d11..707e525 100644
+--- a/docs/reference/libsoup-2.4-docs.sgml
++++ b/docs/reference/libsoup-2.4-docs.sgml
+@@ -52,11 +52,13 @@
+ <xi:include href="xml/soup-value-utils.xml"/>
+ </chapter>
+
++<!--
+ <chapter>
+ <title>GNOME integration</title>
+ <xi:include href="xml/soup-gnome-features.xml"/>
+ <xi:include href="xml/soup-cookie-jar-sqlite.xml"/>
+ </chapter>
++-->
+
+ <chapter>
+ <title>Low-level Networking API</title>
+--
+1.7.0
+
« no previous file with comments | « no previous file | net-libs/libsoup/libsoup-2.32.2.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698