texinfo: Update to 7.1
simple patch refresh
This commit is contained in:
parent
1a2a1e35d8
commit
5de5ead154
@ -17,9 +17,9 @@
|
||||
+ </v3:security>
|
||||
+ </v3:trustInfo>
|
||||
+</assembly>
|
||||
--- texinfo-5.1/install-info/Makefile.am.orig 2013-02-23 00:11:25.000000000 +0000
|
||||
+++ texinfo-5.1/install-info/Makefile.am 2013-07-27 05:03:44.534508200 +0000
|
||||
@@ -28,10 +28,17 @@
|
||||
--- texinfo-7.1/install-info/Makefile.am.orig 2023-10-24 08:24:39.228826000 +0200
|
||||
+++ texinfo-7.1/install-info/Makefile.am 2023-10-24 08:25:53.541198400 +0200
|
||||
@@ -27,6 +27,8 @@
|
||||
# user-specified name transformations.
|
||||
transform = s/ginstall-info/install-info/; $(program_transform_name)
|
||||
|
||||
@ -28,16 +28,18 @@
|
||||
localedir = $(datadir)/locale
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/gnulib/lib \
|
||||
@@ -34,7 +36,10 @@
|
||||
-I$(top_builddir)/gnulib/lib \
|
||||
-DLOCALEDIR=\"$(localedir)\"
|
||||
|
||||
-LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(LIBINTL) $(LIBTHREAD)
|
||||
+LDADD = $(top_builddir)/gnulib/lib/libgnu.a $(LIBINTL) $(LIBTHREAD) $(install_info_DEPENDENCIES)
|
||||
+
|
||||
|
||||
# for mkstemp gnulib module
|
||||
LDADD += $(GETRANDOM_LIB) $(CLOCK_TIME_LIB)
|
||||
+
|
||||
+install-info.res: install-info.rc install-info.manifest
|
||||
+ $(WINDRES) --input $< --output $@ --output-format=coff
|
||||
+
|
||||
--- texinfo-5.1/configure.ac.orig 2013-03-12 22:56:34.000000000 +0000
|
||||
+++ texinfo-5.1/configure.ac 2013-07-27 05:07:52.543001200 +0000
|
||||
@@ -93,6 +93,8 @@
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=('texinfo' 'info' 'texinfo-tex')
|
||||
pkgver=7.0.3
|
||||
pkgrel=3
|
||||
pkgver=7.1
|
||||
pkgrel=1
|
||||
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.gnu.org/software/texinfo/"
|
||||
msys2_repository_url="https://git.savannah.gnu.org/cgit/texinfo.git"
|
||||
license=('spdx:GPL-3.0-or-later')
|
||||
makedepends=('ncurses-devel' 'libxcrypt-devel' 'gettext-devel' 'findutils' 'gzip' 'perl-devel' 'autotools' 'gcc' 'help2man')
|
||||
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
|
||||
@ -15,12 +16,12 @@ source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig
|
||||
0002-manifest.all.patch
|
||||
0004-no-w32-stuff.msys2.patch
|
||||
0005-fix-makeinfo-exeext.msys2.patch)
|
||||
sha256sums=('74b420d09d7f528e84f97aa330f0dd69a98a6053e7a4e01767eed115038807bf'
|
||||
sha256sums=('deeec9f19f159e046fdf8ad22231981806dac332cc372f1c763504ad82b30953'
|
||||
'SKIP'
|
||||
'c62f9c072d0c91531a557585c7b6cd6ef92e547de72da918ef3fb399182883fa'
|
||||
'e910ebddab9d3c82300caf1e3449960eb5cae756f6c708efd6ad51fc508feb7b'
|
||||
'8ce031fd118de2a5325ccf63dc21d9dd26dde9a61566dd269a27ea570494e75e'
|
||||
'db2c67546da5f11dc8e374dbf70269227a0df15045dc3456f7a9e74c353083d5'
|
||||
'868d4b405b37e6c457defc096853fab88c8735208f0b2d85bb288cfcfd8139de'
|
||||
'ccf696f2777ebd2c85c4cb311a4735957ffa40952ecbe50c7031b9f05dc6cdee'
|
||||
'e5b18f11d9a5d99f96f9228266e6204cfb2e076e2d9c336db0eceb72e2252873')
|
||||
validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user