main/texinfo: upgrade to 7.1.1

This commit is contained in:
Celeste 2024-09-08 03:16:19 +00:00
parent ac0ac1c3cf
commit 7e84d3f7aa
2 changed files with 4 additions and 19 deletions

View file

@ -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
"

View file

@ -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>