Texinfo 6.7

This commit is contained in:
Andrius Štikonas 2021-05-29 01:05:21 +01:00
parent 1857439ddd
commit c7a716d661
7 changed files with 73 additions and 0 deletions

View file

@ -54,6 +54,8 @@ build patch-2.7.6
build gettext-0.21
build texinfo-6.7
if [ "$FORCE_TIMESTAMPS" = True ] ; then
echo 'Forcing all files timestamps to be 0 unix time.'
canonicalise_all_files_timestamp

View file

@ -0,0 +1,8 @@
d5dcae13f6e5032aaf2249bf6203c865169df9f58ad9be7a21ac90115a37c36c /after/bin/install-info
53a13847fbb74d21d48cce69a502845d1dce1d432af94aba6898aad5369d453d /after/bin/makeinfo
93fafa11310722900c521df7a831faa5827b542bad7feebbf2b3d67dc2c01ffe /after/bin/pdftexi2dvi
41939e8d9b153a638e8697f88ff58dbd28f66a59a0464af5f5d1b061bacd000d /after/bin/pod2texi
53a13847fbb74d21d48cce69a502845d1dce1d432af94aba6898aad5369d453d /after/bin/texi2any
0f0a456c939940453e30668f23f5dbf9151d56088117ef03eec817d3e229f29d /after/bin/texi2dvi
93fafa11310722900c521df7a831faa5827b542bad7feebbf2b3d67dc2c01ffe /after/bin/texi2pdf
1e4e15a785542de48565d0c78fb1da2445e56a5f1a6d624ded0b8b0d8d9e4334 /after/bin/texindex

View file

@ -0,0 +1,37 @@
#!/bin/sh
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
../gnulib-b81ec69/gnulib-tool --import \
--lib=libgnu \
--source-base=gnulib/lib \
--m4-base=gnulib/m4 \
--doc-base=doc \
--tests-base=tests \
--aux-dir=build-aux \
--conditional-dependencies \
--no-libtool \
--macro-prefix=gl \
--no-vc-files \
argz \
getopt-gnu \
gettext-h \
iconv \
mbchar \
mbiter \
mbscasecmp \
mbschr \
mbslen \
mbsncasecmp \
mbsstr \
mbswidth \
memrchr \
regex \
stdarg \
strcasestr \
strdup-posix \
strerror \
vasprintf \
xalloc

15
sysa/texinfo-6.7/texinfo-6.7.sh Executable file
View file

@ -0,0 +1,15 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
find . -name '*.mo' -delete
find . -name '*.gmo' -delete
../../import-gnulib.sh
autoreconf -fi
}
src_configure() {
./configure --prefix="${PREFIX}"
}