Skip to content

Commit

Permalink
glib2: update to version 2.74.7
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Eckert <[email protected]>
  • Loading branch information
feckert committed Feb 16, 2024
1 parent 71b7b44 commit 5618854
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions libs/glib2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=glib2
PKG_VERSION:=2.74.0
PKG_RELEASE:=6
PKG_VERSION:=2.74.7
PKG_RELEASE:=1

PKG_SOURCE:=glib-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/glib/$(basename $(PKG_VERSION))
PKG_HASH:=3652c7f072d7b031a6b5edd623f77ebc5dcd2ae698598abcc89ff39ca75add30
PKG_HASH:=196ab86c27127a61b7a70c3ba6af7b97bdc01c07cd3b21abd5e778b955eccb1b

PKG_MAINTAINER:=Peter Wagner <[email protected]>
PKG_LICENSE:=LGPL-2.1-or-later
Expand Down
2 changes: 1 addition & 1 deletion libs/glib2/patches/006-c99.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/meson.build
+++ b/meson.build
@@ -1045,7 +1045,7 @@ if host_system == 'windows' and (cc.get_
@@ -1062,7 +1062,7 @@ if host_system == 'windows' and (cc.get_
glib_conf.set('HAVE_C99_SNPRINTF', false)
glib_conf.set('HAVE_C99_VSNPRINTF', false)
glib_conf.set('HAVE_UNIX98_PRINTF', false)
Expand Down
2 changes: 1 addition & 1 deletion libs/glib2/patches/010-pcre.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -365,6 +365,7 @@ pcre2_static_args = []
@@ -366,6 +366,7 @@ pcre2_static_args = []

if use_pcre2_static_flag
pcre2_static_args = ['-DPCRE2_STATIC']
Expand Down
6 changes: 3 additions & 3 deletions libs/glib2/patches/020-locale.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2797

--- a/gobject/glib-mkenums.in
+++ b/gobject/glib-mkenums.in
@@ -19,6 +19,9 @@ import errno
import codecs
import locale
@@ -22,6 +22,9 @@ import locale
# Non-english locale systems might complain to unrecognized character
sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding='utf-8')

+# Non-english locale systems might complain to unrecognized character
+sys.stdout = io.TextIOWrapper(sys.stdout.detach(), encoding='utf-8')
Expand Down

0 comments on commit 5618854

Please sign in to comment.