diff options
Diffstat (limited to 'package/glib')
| -rw-r--r-- | package/glib/Makefile | 33 | ||||
| -rw-r--r-- | package/glib/patches/patch-glib_gnulib_meson_build | 6 | ||||
| -rw-r--r-- | package/glib/patches/patch-meson_build | 10 | 
3 files changed, 26 insertions, 23 deletions
diff --git a/package/glib/Makefile b/package/glib/Makefile index 188f1fc2e..51276ee1a 100644 --- a/package/glib/Makefile +++ b/package/glib/Makefile @@ -4,16 +4,16 @@  include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		glib -PKG_VERSION:=		2.78.4 +PKG_VERSION:=		2.84.3  PKG_RELEASE:=		1 -PKG_EXTRAVER:=		2.78 -PKG_HASH:=		24b8e0672dca120cc32d394bccb85844e732e04fe75d18bb0573b2dbc7548f63 +PKG_EXTRAVER:=		2.84 +PKG_HASH:=		aa4f87c3225bf57ca85f320888f7484901a17934ca37023c3bd8435a72db863e  PKG_DESCR:=		low-level core library that forms the basis of gtk+  PKG_SECTION:=		libs/misc -PKG_DEPENDS:=		pcre2 zlib libffi libiconv -PKG_BUILDDEP:=		glib-host util-linux libffi zlib dbus pcre2 libiconv -HOST_BUILDDEP:=		pkgconf-host libiconv-host libffi-host python3-host gettext-host util-linux-host -HOST_BUILDDEP+=		pcre2-host meson-host zlib-host +PKG_DEPENDS:=		pcre2 zlib libffi +PKG_BUILDDEP:=		glib-host util-linux libffi zlib dbus pcre2 +HOST_BUILDDEP:=		pkgconf-host libffi-host python3-host gettext-host util-linux-host +HOST_BUILDDEP+=		pcre2-host meson-host zlib-host libiconv-host  PKG_NEEDS:=		threads intl iconv  PKG_URL:=		http://www.gtk.org/  PKG_SITES:=		http://ftp.gnome.org/pub/GNOME/sources/glib/$(PKG_EXTRAVER)/ @@ -35,11 +35,23 @@ CONFIG_STYLE:=		meson  BUILD_STYLE:=		meson  INSTALL_STYLE:=		meson -HOST_MESON_FLAGS:=	--default-library static -Dtests=false -Dxattr=false -Doss_fuzz=disabled -MESON_FLAGS:=		-Dtests=false -Dxattr=false -Doss_fuzz=disabled +HOST_MESON_FLAGS:=	-Dintrospection=disabled \ +			-Dnls=disabled \ +			-Dtests=false \ +			-Dxattr=false \ +		       	-Doss_fuzz=disabled \ +			-Dsysprof=disabled \ +			--default-library=static +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/glib-2.0.pc \ +	$(CP) $(HOSTWRKBUILD)/../glib-obj/meson-private/*.pc \  		$(STAGING_HOST_DIR)/usr/lib/pkgconfig  	$(INSTALL_BIN) $(HOSTWRKBUILD)/../glib-obj/gobject/glib-mkenums \  		$(STAGING_HOST_DIR)/usr/bin @@ -53,6 +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  	# workaround for dev subpackage  	$(INSTALL_DIR) $(IDIR_GLIB_DEV)/usr/include  	$(INSTALL_DIR) $(IDIR_GLIB_DEV)/usr/lib/glib-2.0/include diff --git a/package/glib/patches/patch-glib_gnulib_meson_build b/package/glib/patches/patch-glib_gnulib_meson_build index 4039f468f..bd37116c2 100644 --- a/package/glib/patches/patch-glib_gnulib_meson_build +++ b/package/glib/patches/patch-glib_gnulib_meson_build @@ -1,6 +1,6 @@ ---- glib-2.75.2.orig/glib/gnulib/meson.build	2023-01-06 13:49:52.000000000 +0100 -+++ glib-2.75.2/glib/gnulib/meson.build	2023-01-22 14:08:55.068305964 +0100 -@@ -312,9 +312,6 @@ endif +--- glib-2.84.0.orig/glib/gnulib/meson.build	2025-03-06 14:09:13.000000000 +0100 ++++ glib-2.84.0/glib/gnulib/meson.build	2025-03-30 06:00:21.051043526 +0200 +@@ -315,9 +315,6 @@ endif   if not gl_cv_func_frexp_works and gl_cv_func_frexp_broken_beyond_repair     error ('frexp() is missing or broken beyond repair, and we have nothing to replace it with')   endif diff --git a/package/glib/patches/patch-meson_build b/package/glib/patches/patch-meson_build deleted file mode 100644 index dbc6c7457..000000000 --- a/package/glib/patches/patch-meson_build +++ /dev/null @@ -1,10 +0,0 @@ ---- glib-2.78.4.orig/meson.build	2024-01-21 20:48:20.000000000 +0100 -+++ glib-2.78.4/meson.build	2024-08-30 10:20:24.877632538 +0200 -@@ -527,6 +527,7 @@ if cc.get_id() == 'gcc' or cc.get_id() = -     '-Werror=missing-include-dirs', -     '-Werror=pointer-arith', -     '-Werror=unused-result', -+    '-Wno-error=format-nonliteral', -   ] -  -   warning_c_args = warning_common_args + [  | 
