From 7e84d3f7aa999a8408aa30df85c8c54d19e09aa7 Mon Sep 17 00:00:00 2001
From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org>
Date: Sun, 8 Sep 2024 03:16:19 +0000
Subject: [PATCH] main/texinfo: upgrade to 7.1.1

---
 main/texinfo/APKBUILD                    | 11 ++++-------
 main/texinfo/fix-build-without-NLS.patch | 12 ------------
 2 files changed, 4 insertions(+), 19 deletions(-)
 delete mode 100644 main/texinfo/fix-build-without-NLS.patch

diff --git a/main/texinfo/APKBUILD b/main/texinfo/APKBUILD
index 1a9f4dc40b5d..7bfae223e928 100644
--- a/main/texinfo/APKBUILD
+++ b/main/texinfo/APKBUILD
@@ -1,8 +1,8 @@
 # Contributor: Natanael Copa <ncopa@alpinelinux.org>
 # Maintainer: Celeste <cielesti@protonmail.com>
 pkgname=texinfo
-pkgver=7.1
-pkgrel=3
+pkgver=7.1.1
+pkgrel=0
 pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
 url="https://www.gnu.org/software/texinfo/"
 arch="all"
@@ -12,9 +12,7 @@ makedepends="ncurses-dev perl-dev"
 install="texinfo.pre-deinstall"
 triggers="texinfo.trigger=/usr/share/info"
 subpackages="$pkgname-doc"
-source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz
-	fix-build-without-NLS.patch
-	"
+source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz"
 options="!check" # Test dependencies are not packaged
 
 build() {
@@ -34,6 +32,5 @@ package() {
 }
 
 sha512sums="
-ceab03e8422d800b08c7b44e8263b0a1f35bb7758d83a81136df6f3304a14daecda98a12a282afb85406d2ca2f665b2295e10b6f4064156ea1285d80d5d355db  texinfo-7.1.tar.xz
-4e81263afa0d3c58316e8104f9c155f0c11946fae7a9fa98ff3d86637e56be377fe584ca82df0786f4c74a180813cbcf87f25e0ee7bbbea9073eac20660f08d9  fix-build-without-NLS.patch
+05d605fba810f2939cab16ed5ddb341e22d397370648e6e0271c807fa573267e933c75ed7ae682c3c9cfecb568311a8df7abeb8c0556a94ef7169737d5b9c52a  texinfo-7.1.1.tar.xz
 "
diff --git a/main/texinfo/fix-build-without-NLS.patch b/main/texinfo/fix-build-without-NLS.patch
deleted file mode 100644
index cc14808a2567..000000000000
--- a/main/texinfo/fix-build-without-NLS.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/tp/Texinfo/XS/parsetexi/api.c
-+++ b/tp/Texinfo/XS/parsetexi/api.c
-@@ -25,7 +25,9 @@
- 
- #undef context
- 
-+#if defined(HAVE_LIBINTL_H)
- #include <libintl.h>
-+#endif
- 
- #include <stdlib.h>
- #include <stdio.h>
-- 
GitLab