mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 14:27:10 +02:00
main/texinfo: upgrade to 7.1.1
This commit is contained in:
parent
ac0ac1c3cf
commit
7e84d3f7aa
@ -1,8 +1,8 @@
|
|||||||
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||||
pkgname=texinfo
|
pkgname=texinfo
|
||||||
pkgver=7.1
|
pkgver=7.1.1
|
||||||
pkgrel=3
|
pkgrel=0
|
||||||
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
|
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/"
|
url="https://www.gnu.org/software/texinfo/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -12,9 +12,7 @@ makedepends="ncurses-dev perl-dev"
|
|||||||
install="texinfo.pre-deinstall"
|
install="texinfo.pre-deinstall"
|
||||||
triggers="texinfo.trigger=/usr/share/info"
|
triggers="texinfo.trigger=/usr/share/info"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz
|
source="https://ftp.gnu.org/gnu/texinfo/texinfo-$pkgver.tar.xz"
|
||||||
fix-build-without-NLS.patch
|
|
||||||
"
|
|
||||||
options="!check" # Test dependencies are not packaged
|
options="!check" # Test dependencies are not packaged
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -34,6 +32,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
ceab03e8422d800b08c7b44e8263b0a1f35bb7758d83a81136df6f3304a14daecda98a12a282afb85406d2ca2f665b2295e10b6f4064156ea1285d80d5d355db texinfo-7.1.tar.xz
|
05d605fba810f2939cab16ed5ddb341e22d397370648e6e0271c807fa573267e933c75ed7ae682c3c9cfecb568311a8df7abeb8c0556a94ef7169737d5b9c52a texinfo-7.1.1.tar.xz
|
||||||
4e81263afa0d3c58316e8104f9c155f0c11946fae7a9fa98ff3d86637e56be377fe584ca82df0786f4c74a180813cbcf87f25e0ee7bbbea9073eac20660f08d9 fix-build-without-NLS.patch
|
|
||||||
"
|
"
|
||||||
|
@ -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>
|
|
Loading…
Reference in New Issue
Block a user