office/lout: Updated for version 3.42.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Zhu Qun-Ying 2022-03-20 20:46:24 -07:00 committed by Willy Sudiarto Raharjo
parent 7858c62bc9
commit 9c23cf96bf
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 4 additions and 25 deletions

View file

@ -1,3 +0,0 @@
( /usr/bin/lout -x -s /usr/share/lout/include/init;
chmod 644 /usr/share/lout/data/*;
chmod 644 /usr/share/lout/hyph/* )

View file

@ -1,15 +0,0 @@
--- lout-3.42/makefile 2020-12-27 16:45:43.000000000 -0800
+++ lout-3.42-slackware/makefile 2021-01-08 10:42:01.398114307 -0800
@@ -402,12 +402,6 @@
$(MKDIR) $(LOUTLIBDIR)/$(LIBLOCA)
chmod 755 $(LOUTLIBDIR)/$(LIBLOCA)
@echo ""
- @echo "(c) Initializing run (should be silent, no errors expected)"
- $(BINDIR)/lout -x -s $(LOUTLIBDIR)/$(LIBINCL)/init -I $(LOUTLIBDIR)/$(LIBINCL) -H $(LOUTLIBDIR)/$(LIBHYPH) -D $(LOUTLIBDIR)/$(LIBDATA)
- @echo ""
- @echo "(d) Changing mode of files just created by initializing run"
- chmod 644 $(LOUTLIBDIR)/$(LIBDATA)/*
- chmod 644 $(LOUTLIBDIR)/$(LIBHYPH)/*
installman:
@echo ""

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lout
VERSION=${VERSION:-3.42}
VERSION=${VERSION:-3.42.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -80,8 +80,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
patch -p1 < $CWD/install-fix.patch
# fixed man page content
sed -i "s/local\/lib/share/g" man/$PRGNAM.1
@ -128,7 +126,6 @@ cp $CWD/$PRGNAM.SlackBuild $PKG/usr/doc/$PRGNAM-$VERSION/
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

View file

@ -1,8 +1,8 @@
PRGNAM="lout"
VERSION="3.42"
VERSION="3.42.1"
HOMEPAGE="https://github.com/william8000/lout"
DOWNLOAD="https://github.com/william8000/lout/archive/3.42/lout-3.42.tar.gz"
MD5SUM="f69866918f309bed399fae1822f26bf0"
DOWNLOAD="https://github.com/william8000/lout/archive/3.42.1/lout-3.42.1.tar.gz"
MD5SUM="5ff9b535604945d3e670d70b6e2beb6b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""