[Commits] [SCM] claws-win32-installer branch, gtk2, updated. 3.19.1-1-21-g06f2939
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Mar 13 05:38:11 UTC 2023
The branch, gtk2 has been updated
via 06f2939e387a84277cc85b66f1c514dffe93428c (commit)
from bdf2913280b9f94871033487c7baa97939ec6108 (commit)
Summary of changes:
patches/gdk_pixbuf/01-no-docs.patch | 10 ++++++++++
src/Makefile.am | 3 ++-
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 patches/gdk_pixbuf/01-no-docs.patch
- Log -----------------------------------------------------------------
commit 06f2939e387a84277cc85b66f1c514dffe93428c
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sun Mar 12 17:17:16 2023 -0700
Disable doc generation for gdk-pixbuf
diff --git a/patches/gdk_pixbuf/01-no-docs.patch b/patches/gdk_pixbuf/01-no-docs.patch
new file mode 100644
index 0000000..41c972f
--- /dev/null
+++ b/patches/gdk_pixbuf/01-no-docs.patch
@@ -0,0 +1,10 @@
+--- a/meson.build 2023-03-12 17:53:26.117629012 -0700
++++ b/meson.build 2023-03-12 17:53:48.173946806 -0700
+@@ -378,7 +378,6 @@
+
+ # Documentation
+ build_docs = get_option('gtk_doc') or get_option('docs')
+-subdir('docs')
+
+ if not meson.is_cross_build()
+ meson.add_install_script('build-aux/post-install.py',
diff --git a/src/Makefile.am b/src/Makefile.am
index 62a5704..2efe57d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -85,7 +85,8 @@ cm_pkg_gdk_pixbuf_configure = \
-Dnative_windows_loaders=true \
-Dinstalled_tests=false \
-Dman=false \
- -Dintrospection=disabled
+ -Dintrospection=disabled \
+ -Dgtk_doc=false
cm_pkg_gdk_pixbuf_meson_cppflags = -I$(idir)/include
cm_pkg_gdk_pixbuf_meson_ldflags = -L$(idir)/lib
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list