diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-05-25 18:12:04 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-05-25 18:12:04 -0500 |
commit | 660237e9a8cfcf0201ecdc569d3bfe117f1d95ff (patch) | |
tree | de175471422e86721e86148f7c0d175798f81a23 /libre/epiphany | |
parent | 49dd6cb51055e59c9a7bfb4bc3f28d2486d53d08 (diff) | |
download | abslibre-660237e9a8cfcf0201ecdc569d3bfe117f1d95ff.tar.gz abslibre-660237e9a8cfcf0201ecdc569d3bfe117f1d95ff.tar.bz2 abslibre-660237e9a8cfcf0201ecdc569d3bfe117f1d95ff.zip |
epiphany-3.24.2-1.parabola1: Updating pluginsdir.diff
Diffstat (limited to 'libre/epiphany')
-rw-r--r-- | libre/epiphany/pluginsdir.diff | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/libre/epiphany/pluginsdir.diff b/libre/epiphany/pluginsdir.diff index f91ee4527..64c091d45 100644 --- a/libre/epiphany/pluginsdir.diff +++ b/libre/epiphany/pluginsdir.diff @@ -1,23 +1,5 @@ - embed/Makefile.am | 1 + - embed/ephy-embed-shell.c | 1 + - 2 files changed, 2 insertions(+) - -diff --git c/embed/Makefile.am i/embed/Makefile.am -index 8969e1b59e252c19..7c3225b02c2ec5fb 100644 ---- c/embed/Makefile.am -+++ i/embed/Makefile.am -@@ -65,6 +65,7 @@ libephyembed_la_CPPFLAGS = \ - libephyembed_la_CFLAGS = \ - -DDATADIR="\"$(datadir)\"" \ - -DSHARE_DIR=\"$(pkgdatadir)\" \ -+ -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \ - -DEPHY_WEB_EXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/web-extensions"\" \ - $(DEPENDENCIES_CFLAGS) \ - $(CODE_COVERAGE_CFLAGS) \ -diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c -index cd74f7d144b37ed3..624020f3c39383c6 100644 ---- c/embed/ephy-embed-shell.c -+++ i/embed/ephy-embed-shell.c +--- a/embed/ephy-embed-shell.c ++++ b/embed/ephy-embed-shell.c @@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell) g_free (cache_dir); @@ -26,3 +8,13 @@ index cd74f7d144b37ed3..624020f3c39383c6 100644 g_object_unref (manager); } +--- a/embed/Makefile.am.orig 2017-04-08 12:22:50.192861523 +0000 ++++ b/embed/Makefile.am 2017-04-08 12:23:13.926290709 +0000 +@@ -61,6 +61,7 @@ + -I$(top_srcdir)/lib/widgets \ + -I$(top_srcdir)/libgd \ + -DPKGDATADIR=\"$(pkgdatadir)\" \ ++ -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \ + -DEPHY_WEB_EXTENSIONS_DIR=\"$(pkglibdir)/web-extensions\" \ + $(GDK_CFLAGS) \ + $(GIO_CFLAGS) \ |