[Commits] [SCM] claws-win32-installer branch, master, updated. 4.1.1-1-33-g9c64994
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Mar 13 05:37:13 UTC 2023
The branch, master has been updated
via 9c64994692da663e7599e1f34f27d0ef4dccbdb2 (commit)
from 22c2422aa6377ffa203fde2f9a251005add79cdb (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 9c64994692da663e7599e1f34f27d0ef4dccbdb2
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 a4e9bcf..1ee9bdb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -90,7 +90,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