summaryrefslogtreecommitdiffstats
path: root/academic
diff options
context:
space:
mode:
author brobr <sborg63@disroot.org>2024-05-04 22:22:49 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-11 06:51:48 +0700
commitf4fc7a043f639393841df0562bb408035fa80279 (patch)
tree358906820c38381cbd5e021b1c99d62d01925bb0 /academic
parent27ea7b67a06071146e73a93d8036a956cd669713 (diff)
downloadslackbuilds-f4fc7a043f639393841df0562bb408035fa80279.tar.gz
slackbuilds-f4fc7a043f639393841df0562bb408035fa80279.tar.xz
academic/gri: Updated for version 2.12.7
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic')
-rw-r--r--academic/gri/UTF8patch.README19
-rw-r--r--academic/gri/gri-texinfo-6.7patch.txt10
-rw-r--r--academic/gri/gri.SlackBuild15
-rw-r--r--academic/gri/gri.info6
-rw-r--r--academic/gri/texinfo-utf8.patch12
5 files changed, 6 insertions, 56 deletions
diff --git a/academic/gri/UTF8patch.README b/academic/gri/UTF8patch.README
deleted file mode 100644
index f30c7c969b..0000000000
--- a/academic/gri/UTF8patch.README
+++ /dev/null
@@ -1,19 +0,0 @@
-Compilation of gri breaks on doc/gri.texi with current tex-info.
-
-"It is because Texinfo 6.7 changed the default input encoding to UTF-8
-and the input is in ISO-8859-1. The easiest way to fix this would be to
-convert the input file to UTF-8, but you could also add
-"@documentencoding ISO-8859-1" to the file."
-(from email correspondence with texinfo developers)
-
-The patchfile 'gri-texinfo-6.7patch.txt' set the whole file to ISO-8859-1
-and does not alter the contributor's name.
-
-
-The other patchfile, 'texinfo-utf8.patch', was generated by Matteo Bernardini
-(http://cgit.ponce.cc/slackbuilds/commit/?h=gri), and changes the accented o in the name.
-
-Either patch allows compilation of gri.
-
-see:
-https://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/page142.html#post6049662 \ No newline at end of file
diff --git a/academic/gri/gri-texinfo-6.7patch.txt b/academic/gri/gri-texinfo-6.7patch.txt
deleted file mode 100644
index f9b2dedf91..0000000000
--- a/academic/gri/gri-texinfo-6.7patch.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -Naur gri-2.12.23/doc/gri.texi gri-2.12.23-new/doc/gri.texi
---- gri-2.12.23/doc/gri.texi 2017-08-24 15:31:52.000000000 +0100
-+++ gri-2.12.23-new/doc/gri.texi 2019-10-22 16:13:33.476840964 +0100
-@@ -1,5 +1,5 @@
- \input texinfo
--
-+@documentencoding ISO-8859-1
- @c
- @comment *** Start of HTML stuff ***
- @comment # HTML support, via comments in texinfo:
diff --git a/academic/gri/gri.SlackBuild b/academic/gri/gri.SlackBuild
index baa6a4e266..a611905cbe 100644
--- a/academic/gri/gri.SlackBuild
+++ b/academic/gri/gri.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for gri
-# Copyright 2018-2019 Rob van Nues
+# Copyright 2018-2024 Rob van Nues
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gri
-VERSION=${VERSION:-2.12.23}
+VERSION=${VERSION:-2.12.27}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -79,10 +76,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-#with thanks to Gavin Smith
-patch -p1 < $CWD/gri-texinfo-6.7patch.txt
-#with thanks to Matteo Bernardini
-#patch -p1 < $CWD/texinfo-utf8.patch
aclocal
autoconf
@@ -96,8 +89,6 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--build=$ARCH-slackware-linux
-#with thanks to Matteo Bernardini
-#see: https://www.linuxquestions.org/questions/slackware-14/sbo-scripts-not-building-on-current-read-1st-post-pls-4175561999/page142.html#post6049662
make -j1
make -j1 install DESTDIR=$PKG
@@ -116,7 +107,7 @@ rm $PKG/usr/info/*.info-[1-3]
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS AUTHOR-NOTES ChangeLog THANKS README NEWS INSTALL DISCUSSION-error-levels COPYING copyright.txt \
+ AUTHORS AUTHOR-NOTES ChangeLog THANKS README NEWS DISCUSSION-error-levels COPYING copyright.txt \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/academic/gri/gri.info b/academic/gri/gri.info
index 6e4ee42dde..df28f646ba 100644
--- a/academic/gri/gri.info
+++ b/academic/gri/gri.info
@@ -1,8 +1,8 @@
PRGNAM="gri"
-VERSION="2.12.23"
+VERSION="2.12.27"
HOMEPAGE="https://sourceforge.net/p/gri/wiki/Home/"
-DOWNLOAD="https://github.com/dankelley/gri/archive/v2.12.23/gri-2.12.23.tar.gz"
-MD5SUM="7594140fdd1ea1ccf890c2d7ede0e1e9"
+DOWNLOAD="https://sourceforge.net/projects/slackbuildsdirectlinks/files/gri/gri-2.12.27.tar.gz"
+MD5SUM="30579bafcfe274939c0c50cb9d66a7d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/academic/gri/texinfo-utf8.patch b/academic/gri/texinfo-utf8.patch
deleted file mode 100644
index b63573de33..0000000000
--- a/academic/gri/texinfo-utf8.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur gri-2.12.23.orig/doc/gri.texi gri-2.12.23/doc/gri.texi
---- gri-2.12.23.orig/doc/gri.texi 2017-08-24 16:31:52.000000000 +0200
-+++ gri-2.12.23/doc/gri.texi 2019-10-22 15:39:51.666151000 +0200
-@@ -19277,7 +19277,7 @@
- Thomas Larsen,
- @cindex Thomas Larsen (contributor)
- @cindex contributor, Thomas Larsen
--Alejandro L�pez-Valencia,
-+Alejandro Lopez-Valencia,
- @cindex Alejandro Lopez-Valencia (contributor)
- @cindex contributor, Alejandro Lopez-Valencia
- Kawamura Masao, \ No newline at end of file