]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
gettext-full: update to 0.24.1
authorMichael Pratt <mcpratt@pm.me>
Sat, 31 May 2025 20:16:10 +0000 (16:16 -0400)
committerRobert Marko <robimarko@gmail.com>
Sat, 26 Jul 2025 12:38:09 +0000 (14:38 +0200)
Update to a newer bugfix release of gettext.
Include gnulib-l10n as a new dependency.

All patches are automatically refreshed.

Signed-off-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/gettext-full/Makefile
package/libs/gettext-full/patches/200-libunistring-missing-link.patch

index 0a7782c1f1e4f66d2d6636f1e945b713b06d60da..405243240f6687bbc9195c21ea05821e3b57cb90 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gettext-full
-PKG_VERSION:=0.22.5
+PKG_VERSION:=0.24.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/gettext
-PKG_HASH:=fe10c37353213d78a5b83d48af231e005c4da84db5ce88037d88355938259640
+PKG_HASH:=6164ec7aa61653ac9cdfb41d5c2344563b21f707da1562712e48715f1d2052a6
 PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION)
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION)
 
@@ -27,7 +27,7 @@ PKG_BUILD_PARALLEL:=0
 
 PKG_FIXUP:=autoreconf
 
-HOST_BUILD_DEPENDS:=gperf/host libiconv-full/host libunistring/host libxml2/host
+HOST_BUILD_DEPENDS:=gnulib-l10n/host gperf/host libiconv-full/host libunistring/host libxml2/host
 HOST_BUILD_PARALLEL:=0
 
 PKG_SUBDIRS:= \
index 19a1ae177fb38fef412d323139ac4fa6934988a3..32c100519c522bd1456f5717832b82c2a87ed167 100644 (file)
@@ -1,6 +1,6 @@
 --- a/autogen.sh
 +++ b/autogen.sh
-@@ -81,6 +81,7 @@ if ! $skip_gnulib; then
+@@ -104,6 +104,7 @@ if ! $skip_gnulib; then
      getopt-gnu
      gettext-h
      havelib
@@ -18,4 +18,4 @@
 +LDADD = ../gnulib-lib/libgrt.a $(LTLIBUNISTRING) @LTLIBINTL@ @LTLIBICONV@ $(WOE32_LDADD)
  
  # Specify installation directory, for --enable-relocatable.
- gettext_CFLAGS = -DINSTALLDIR=\"$(bindir)\"
+ gettext_CFLAGS = -DINSTALLDIR=$(bindir_c_make)