summaryrefslogtreecommitdiff
path: root/package/glib
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-08-08 19:04:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-08-08 19:04:34 +0200
commitefa0f8042258e938227afc7d03aa2610df96fa90 (patch)
tree273c90119c53f2e4ae2fd8860c86e54d33c12a16 /package/glib
parent0074de91341686bf272a918127f20e9f42dd671b (diff)
glib: update to 2.84.3, disable nls for target
Diffstat (limited to 'package/glib')
-rw-r--r--package/glib/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 4dce8b040..51276ee1a 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -4,10 +4,10 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= glib
-PKG_VERSION:= 2.84.0
+PKG_VERSION:= 2.84.3
PKG_RELEASE:= 1
PKG_EXTRAVER:= 2.84
-PKG_HASH:= f8823600cb85425e2815cfad82ea20fdaa538482ab74e7293d58b3f64a5aff6a
+PKG_HASH:= aa4f87c3225bf57ca85f320888f7484901a17934ca37023c3bd8435a72db863e
PKG_DESCR:= low-level core library that forms the basis of gtk+
PKG_SECTION:= libs/misc
PKG_DEPENDS:= pcre2 zlib libffi
@@ -35,11 +35,20 @@ CONFIG_STYLE:= meson
BUILD_STYLE:= meson
INSTALL_STYLE:= meson
-HOST_MESON_FLAGS:= -Dintrospection=disabled -Dnls=disabled -Dtests=false -Dxattr=false \
+HOST_MESON_FLAGS:= -Dintrospection=disabled \
+ -Dnls=disabled \
+ -Dtests=false \
+ -Dxattr=false \
-Doss_fuzz=disabled \
-Dsysprof=disabled \
--default-library=static
-MESON_FLAGS:= -Dintrospection=disabled -Dtests=false -Dxattr=false -Doss_fuzz=disabled -Dsysprof=disabled
+MESON_FLAGS:= -Dintrospection=disabled \
+ -Dnls=disabled \
+ -Dtests=false \
+ -Dxattr=false \
+ -Doss_fuzz=disabled \
+ -Dglib_debug=disabled \
+ -Dsysprof=disabled
hostpost-install:
$(CP) $(HOSTWRKBUILD)/../glib-obj/meson-private/*.pc \
@@ -56,7 +65,7 @@ glib-install:
$(CP) $(WRKINST)/usr/lib/libgobject*.so* $(IDIR_GLIB)/usr/lib
$(CP) $(WRKINST)/usr/lib/libgmodule*.so* $(IDIR_GLIB)/usr/lib
$(CP) $(WRKINST)/usr/lib/libgthread*.so* $(IDIR_GLIB)/usr/lib
- $(CP) $(WRKINST)/usr/lib/libintl*.so* $(IDIR_GLIB)/usr/lib
+ -$(CP) $(WRKINST)/usr/lib/libintl*.so* $(IDIR_GLIB)/usr/lib
# workaround for dev subpackage
$(INSTALL_DIR) $(IDIR_GLIB_DEV)/usr/include
$(INSTALL_DIR) $(IDIR_GLIB_DEV)/usr/lib/glib-2.0/include