diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2022-03-20 20:46:24 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-26 01:20:13 +0700 |
commit | 9c23cf96bfc1c986c758f274a82a8c4fc43788ac (patch) | |
tree | ca662edbcf239a886feeb1f941b0bb425df37925 /office | |
parent | 7858c62bc96ec16046f73cc49849584cb7dbd38e (diff) |
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>
Diffstat (limited to 'office')
-rw-r--r-- | office/lout/doinst.sh | 3 | ||||
-rw-r--r-- | office/lout/install-fix.patch | 15 | ||||
-rw-r--r-- | office/lout/lout.SlackBuild | 5 | ||||
-rw-r--r-- | office/lout/lout.info | 6 |
4 files changed, 4 insertions, 25 deletions
diff --git a/office/lout/doinst.sh b/office/lout/doinst.sh deleted file mode 100644 index 832dd6e9c092..000000000000 --- a/office/lout/doinst.sh +++ /dev/null @@ -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/* ) diff --git a/office/lout/install-fix.patch b/office/lout/install-fix.patch deleted file mode 100644 index 9a2148480eb7..000000000000 --- a/office/lout/install-fix.patch +++ /dev/null @@ -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 "" diff --git a/office/lout/lout.SlackBuild b/office/lout/lout.SlackBuild index c3b6cdb8d69b..13cff210323a 100644 --- a/office/lout/lout.SlackBuild +++ b/office/lout/lout.SlackBuild @@ -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 diff --git a/office/lout/lout.info b/office/lout/lout.info index 83ad97f70b37..992bd76aaba1 100644 --- a/office/lout/lout.info +++ b/office/lout/lout.info @@ -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="" |