diff --git a/mac/Info.plist b/mac/Info.plist
index e118f32aa..8bb824fe3 100755
--- a/mac/Info.plist
+++ b/mac/Info.plist
@@ -7,7 +7,7 @@
CFBundleExecutable
Gramps
CFBundleGetInfoString
- Gramps-5.1.3-1, (C) 1997-2020 The Gramps Team http://www.gramps-project.org
+ Gramps-5.1.4-1, (C) 1997-2021 The Gramps Team http://www.gramps-project.org
CFBundleIconFile
gramps.icns
CFBundleIdentifier
@@ -17,13 +17,13 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- Gramps-5.1.3-1
+ Gramps-5.1.4-1
CFBundleSignature
????
CFBundleVersion
- Gramps-5.1.3-1
+ Gramps-5.1.4-1
NSHumanReadableCopyright
- Copyright 1997 - 2020 The Gramps Team, GNU General Public License.
+ Copyright 1997 - 2021 The Gramps Team, GNU General Public License.
LSMinimumSystemVersion
10.9
GtkOSXLaunchScriptFile
diff --git a/mac/gramps.bundle b/mac/gramps.bundle
index 7edaffa16..9fee92c1e 100644
--- a/mac/gramps.bundle
+++ b/mac/gramps.bundle
@@ -96,6 +96,10 @@
${prefix}/lib/libgeocode-glib.dylib
+
+ ${prefix}/lib/gio/modules/libgiognutls.so
+
+
${prefix}/share/gir-1.0/*.gir
diff --git a/mac/gramps.modules b/mac/gramps.modules
index 7151bcbd5..c811b9b38 100644
--- a/mac/gramps.modules
+++ b/mac/gramps.modules
@@ -55,9 +55,9 @@ gtk-mac-bundler gtk-osx-build/projects/gramps/gramps.bundle
-
+
@@ -145,7 +145,7 @@ https://files.pythonhosted.org/packages/
-
+
@@ -161,7 +161,7 @@ https://files.pythonhosted.org/packages/
-
+
@@ -184,7 +184,6 @@ https://files.pythonhosted.org/packages/
-
diff --git a/mac/gramps_launcher.py b/mac/gramps_launcher.py
index d787df5fe..e9e79eb88 100644
--- a/mac/gramps_launcher.py
+++ b/mac/gramps_launcher.py
@@ -24,6 +24,7 @@ environ['GTK_PATH'] = bundle_res
environ['PANGO_RC_FILE'] = join(bundle_etc, 'pango', 'pangorc')
environ['PANGO_SYSCONFDIR'] = bundle_etc
environ['PANGO_LIBDIR'] = bundle_lib
+environ['GIO_MODULE_DIR'] = join(bundle_lib, 'gio', 'modules')
environ['GDK_PIXBUF_MODULE_FILE'] = join(bundle_lib, 'gdk-pixbuf-2.0',
'2.10.0', 'loaders.cache')
environ['GI_TYPELIB_PATH'] = join(bundle_lib, 'girepository-1.0')