[Commits] [SCM] claws-win32-installer branch, master, updated. 4.3.0-1-32-gf58fdff
jonathan at claws-mail.org
jonathan at claws-mail.org
Mon Sep 30 06:04:09 UTC 2024
The branch, master has been updated
via f58fdff228c09a558e71c6c0989cb3a112261a48 (commit)
from 11d93963bba244c82fcd53c2e3ae3f48b07d14a0 (commit)
Summary of changes:
patches/glib/01-pkgconfig.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 patches/glib/01-pkgconfig.patch
- Log -----------------------------------------------------------------
commit f58fdff228c09a558e71c6c0989cb3a112261a48
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date: Sun Sep 29 21:52:12 2024 -0700
Fix pkgconfig paths for build system
diff --git a/patches/glib/01-pkgconfig.patch b/patches/glib/01-pkgconfig.patch
new file mode 100644
index 0000000..536810e
--- /dev/null
+++ b/patches/glib/01-pkgconfig.patch
@@ -0,0 +1,13 @@
+--- a/gio/meson.build 2024-09-29 21:46:24.265103220 -0700
++++ b/gio/meson.build 2024-09-29 21:46:48.013172212 -0700
+@@ -888,8 +888,8 @@
+ 'giomoduledir=' + pkgconfig_giomodulesdir,
+ 'gio=' + '${bindir}' / 'gio',
+ 'gio_querymodules=' + pkgconfig_multiarch_bindir / 'gio-querymodules',
+- 'glib_compile_schemas=' + pkgconfig_multiarch_bindir / 'glib-compile-schemas',
+- 'glib_compile_resources=' + '${bindir}' / 'glib-compile-resources',
++ 'glib_compile_schemas=' + '/usr/bin/glib-compile-schemas',
++ 'glib_compile_resources=' + '/usr/bin/glib-compile-resources',
+ 'gdbus=' + '${bindir}' /'gdbus',
+ 'gdbus_codegen=' + '${bindir}' / 'gdbus-codegen',
+ 'gresource=' + '${bindir}' / 'gresource',
-----------------------------------------------------------------------
hooks/post-receive
--
Installer sources for Claws Mail Windows port
More information about the Commits
mailing list