summaryrefslogtreecommitdiff
path: root/libre/epiphany/pluginsdir.diff
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2017-10-15 10:15:04 -0500
committerIsaac David <isacdaavid@isacdaavid.info>2017-10-15 10:15:04 -0500
commit9071b3c79de04c579d426b0970669ec2c14ab1c7 (patch)
tree0860fd9ed215cacd4462061e2a28d9770d2d45b5 /libre/epiphany/pluginsdir.diff
parent1f886ae4ec34af85b66b85ab92254196ec45cd65 (diff)
downloadabslibre-9071b3c79de04c579d426b0970669ec2c14ab1c7.tar.gz
abslibre-9071b3c79de04c579d426b0970669ec2c14ab1c7.tar.bz2
abslibre-9071b3c79de04c579d426b0970669ec2c14ab1c7.zip
epiphany: update to 3.26.1
Diffstat (limited to 'libre/epiphany/pluginsdir.diff')
-rw-r--r--libre/epiphany/pluginsdir.diff20
1 files changed, 10 insertions, 10 deletions
diff --git a/libre/epiphany/pluginsdir.diff b/libre/epiphany/pluginsdir.diff
index 64c091d45..f2b0bb03f 100644
--- a/libre/epiphany/pluginsdir.diff
+++ b/libre/epiphany/pluginsdir.diff
@@ -8,13 +8,13 @@
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) \
+--- a/meson.build 2017-09-18 11:49:28.745287692 +0000
++++ b/meson.build 2017-09-18 11:52:53.432417200 +0000
+@@ -25,6 +25,7 @@
+ conf.set_quoted('BUILD_ROOT', meson.build_root())
+ conf.set_quoted('DISTRIBUTOR_NAME', get_option('distributor_name'))
+ conf.set_quoted('EPHY_WEB_EXTENSIONS_DIR', webextensionsdir)
++conf.set_quoted('EPHY_PLUGINS_DIR', join_paths(pkglibdir, 'plugins'))
+ conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
+ conf.set_quoted('ISO_CODES_PREFIX', iso_codes_prefix)
+ conf.set_quoted('LOCALEDIR', localedir)