summaryrefslogtreecommitdiff
path: root/system/texinfo
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-04-01 23:00:37 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-04-01 23:00:37 -0500
commitdd93879d4e771e3c2d1264563a125182d005d9cd (patch)
tree0ed0bfc14840644dd695b5d47293a0d5b37f485a /system/texinfo
parent7ad68e54dd709208b507811df7310dc4435b18cd (diff)
downloadpackages-dd93879d4e771e3c2d1264563a125182d005d9cd.tar.gz
packages-dd93879d4e771e3c2d1264563a125182d005d9cd.tar.bz2
packages-dd93879d4e771e3c2d1264563a125182d005d9cd.tar.xz
packages-dd93879d4e771e3c2d1264563a125182d005d9cd.zip
system/texinfo: Update to 7.0.3
Diffstat (limited to 'system/texinfo')
-rw-r--r--system/texinfo/APKBUILD11
-rw-r--r--system/texinfo/disable-layout_formatting_plaintext-test.patch11
2 files changed, 4 insertions, 18 deletions
diff --git a/system/texinfo/APKBUILD b/system/texinfo/APKBUILD
index da8723f61..e32cf71d6 100644
--- a/system/texinfo/APKBUILD
+++ b/system/texinfo/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=texinfo
-pkgver=6.8
-pkgrel=1
+pkgver=7.0.3
+pkgrel=0
pkgdesc="Utilities to manage on-line documentation"
url="https://www.gnu.org/software/texinfo/"
arch="all"
@@ -9,9 +9,7 @@ license="GPL-3.0+"
depends="perl"
makedepends="ncurses-dev perl-dev"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
- disable-layout_formatting_plaintext-test.patch
- "
+source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"
build() {
./configure \
@@ -32,5 +30,4 @@ package() {
gzip "$pkgdir"/usr/share/info/*
}
-sha512sums="0ff9290b14e4d83e32b889cfa24e6d065f98b2a764daf6b92c6c895fddbb35258398da6257c113220d5a4d886f7b54b09c4b117ca5eacfee6797f9bffde0f909 texinfo-6.8.tar.xz
-d35b98e57c8a16041dd64c73bfe63775637003c0cb4bbf28e5e4757d3cddf8197c2cae84a83e71d8784b3e43573f683e822f9d8d8c3ad49fce8ad9d1adc53143 disable-layout_formatting_plaintext-test.patch"
+sha512sums="7d14f7458f2b7d0ee0b740e00a5fc2a9d61d33811aa5905d649875ec518dcb4f01be46fb0c46748f7dfe36950597a852f1473ab0648d5add225bc8f35528a8ff texinfo-7.0.3.tar.xz"
diff --git a/system/texinfo/disable-layout_formatting_plaintext-test.patch b/system/texinfo/disable-layout_formatting_plaintext-test.patch
deleted file mode 100644
index 7840cac13..000000000
--- a/system/texinfo/disable-layout_formatting_plaintext-test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ur a/tp/tests/Makefile.in b/tp/tests/Makefile.in
---- a/tp/tests/Makefile.in 2022-04-23 15:20:38.150000000 +0000
-+++ b/tp/tests/Makefile.in 2022-04-23 15:20:58.450000000 +0000
-@@ -1618,7 +1618,6 @@
- test_scripts/layout_formatting_weird_quotes.sh \
- test_scripts/layout_formatting_html.sh \
- test_scripts/layout_formatting_html_nodes.sh \
-- test_scripts/layout_formatting_plaintext.sh \
- test_scripts/layout_formatting_mathjax.sh \
- test_scripts/layout_formatting_html32.sh \
- test_scripts/layout_formatting_regions.sh \