Merge pull request #4197 from lazka/gettext-0.22.4

gettext: Update to 0.22.4
This commit is contained in:
Christoph Reiter 2023-11-21 20:47:48 +01:00 committed by GitHub
commit 74e9449dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 3 deletions

View File

@ -2,7 +2,7 @@
pkgbase=gettext
pkgname=('gettext' 'gettext-devel' 'libgettextpo' 'libasprintf' 'libintl')
pkgver=0.22.3
pkgver=0.22.4
pkgrel=1
pkgdesc="GNU internationalization library"
arch=('i686' 'x86_64')
@ -22,7 +22,7 @@ source=(https://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig}
gettext-0.22-disable-libtextstyle.patch
gettext-0.19.8.1-msys2.patch
gettext-0.19.7-archive.patch)
sha256sums=('839a260b2314ba66274dae7d245ec19fce190a3aa67869bf31354cb558df42c7'
sha256sums=('c1e0bb2a4427a9024390c662cd532d664c4b36b8ff444ed5e54b115fdb7a1aea'
'SKIP'
'a83c2e89aa799232847d120ce3da856fbee2fda87245233d336c5de044465321'
'2a8ea083abf7278b3b6157e6f3eed4e6a90b803308396e30b1302085b840c8e9'
@ -34,7 +34,7 @@ sha256sums=('839a260b2314ba66274dae7d245ec19fce190a3aa67869bf31354cb558df42c7'
'42edf54a3d63a57ba80ae7e65c641dd13276141ae4657002e70da1078ade354f'
'a28a27192f336f0b0908bdbf840d3b19d7b587c4ac52cad635cb43e95eb3c78d'
'1f6d2a340676543f1565416307ecf00d0c4ce68b2b3519f4ba9499d37c045a91'
'b60984e4c010046657086a2a9123a2511291a9a5c0333979c7fe732505d5f6f0')
'180ae8287158fd11214fa79c65f0b0880057fa8361f0055090218a0730927cbc')
validpgpkeys=('462225C3B46F34879FC8496CD605848ED7E69871' # Daiki Ueno
'9001B85AF9E1B83DF1BDA942F5BE8B267C6A406D') # Bruno Haible (Open Source Development)

View File

@ -2289,3 +2289,14 @@ diff -Nur archive-orig/gettext-0.21/config.rpath archive/gettext-0.21/config.rpa
case "$host_os" in
mingw*)
gl_final_[$1]=`cygpath -w "$gl_final_[$1]"` ;;
--- archive-orig/gettext-0.22.4/m4/build-to-host.m4.orig 2023-06-29 21:38:02.580298900 +0200
+++ archive/gettext-0.22.4/m4/build-to-host.m4 2023-06-29 21:38:13.957674100 +0200
@@ -39,7 +39,7 @@
gl_final_[$1]="$[$1]"
dnl Translate it from build syntax to host syntax.
case "$build_os" in
- cygwin*)
+ cygwin* | msys*)
case "$host_os" in
mingw*)
gl_final_[$1]=`cygpath -w "$gl_final_[$1]"` ;;