Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/epiphany/files: epiphany-3.12.0-missing-symbol.patch
Date: Sun, 27 Apr 2014 21:47:49
Message-Id: 20140427214745.CAA892004C@flycatcher.gentoo.org
1 eva 14/04/27 21:47:45
2
3 Added: epiphany-3.12.0-missing-symbol.patch
4 Log:
5 Version bump for Gnome 3.12.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
8
9 Revision Changes Path
10 1.1 www-client/epiphany/files/epiphany-3.12.0-missing-symbol.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/files/epiphany-3.12.0-missing-symbol.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/epiphany/files/epiphany-3.12.0-missing-symbol.patch?rev=1.1&content-type=text/plain
14
15 Index: epiphany-3.12.0-missing-symbol.patch
16 ===================================================================
17 From 267ec3e2d7ca0f1881cb76d702ac673727f7507a Mon Sep 17 00:00:00 2001
18 From: Gilles Dartiguelongue <eva@g.o>
19 Date: Tue, 22 Apr 2014 21:15:42 +0200
20 Subject: [PATCH] Add missing files to webextension library
21
22 Otherwise, results in:
23
24 avril 22 21:09:36 kanae epiphany.desktop[32013]: Error loading module
25 '/usr/lib64/epiphany/3.12/web-extensions/libephywebextension.so':
26 /usr/lib64/epiphany/3.12/web-extensions/libephywebextension.so:
27 undefined symbol: ephy_profile_utils_set_migration_version
28 ---
29 embed/web-extension/Makefile.am | 3 +++
30 1 file changed, 3 insertions(+)
31
32 diff --git a/embed/web-extension/Makefile.am b/embed/web-extension/Makefile.am
33 index 5bdb174..be4b08f 100644
34 --- a/embed/web-extension/Makefile.am
35 +++ b/embed/web-extension/Makefile.am
36 @@ -22,6 +22,8 @@ libephywebextension_la_SOURCES = \
37 $(top_srcdir)/lib/ephy-file-helpers.h \
38 $(top_srcdir)/lib/ephy-form-auth-data.c \
39 $(top_srcdir)/lib/ephy-form-auth-data.h \
40 + $(top_srcdir)/lib/ephy-profile-utils.c \
41 + $(top_srcdir)/lib/ephy-profile-utils.h \
42 $(top_srcdir)/lib/ephy-settings.c \
43 $(top_srcdir)/lib/ephy-settings.h \
44 $(top_srcdir)/lib/ephy-string.c \
45 @@ -39,6 +41,7 @@ libephywebextension_la_CPPFLAGS = \
46 libephywebextension_la_CFLAGS = \
47 -DSHARE_DIR=\"$(pkgdatadir)\" \
48 -DTOP_SRC_DATADIR=\"$(top_srcdir)/data\" \
49 + -DABS_TOP_BUILD_DIR=\"$(abs_top_builddir)\" \
50 $(WEB_EXTENSION_CFLAGS)
51
52 libephywebextension_la_LIBADD = \
53 --
54 1.9.0