diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2022-05-12 23:37:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:28:00 +0700 |
commit | 2d152e1498a82482fd1823dda812062e2fba4f4b (patch) | |
tree | b4f47754e98b0520ca8ccdc749d0d0b84e04a997 /office | |
parent | 0d787c1c6ec87915fb688d33cd6c653cf35ca0ee (diff) | |
download | slackbuilds-2d152e1498a82482fd1823dda812062e2fba4f4b.tar.gz |
office/gummi: Updated for version 0.8.3. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r-- | office/gummi/gummi.SlackBuild | 15 | ||||
-rw-r--r-- | office/gummi/gummi.info | 10 | ||||
-rw-r--r-- | office/gummi/slack-desc | 4 |
3 files changed, 14 insertions, 15 deletions
diff --git a/office/gummi/gummi.SlackBuild b/office/gummi/gummi.SlackBuild index ecdf22e1c8..9972bb5fba 100644 --- a/office/gummi/gummi.SlackBuild +++ b/office/gummi/gummi.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for gummi -# Copyright 2011-2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2011-2016 Larry Hajali +# Copyright 2022 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,22 +26,19 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gummi -VERSION=${VERSION:-0.8.1} +VERSION=${VERSION:-0.8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; 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 @@ -50,8 +48,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -96,6 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS ChangeLog COPYING $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/office/gummi/gummi.info b/office/gummi/gummi.info index 8c866c4ba4..81d12882c6 100644 --- a/office/gummi/gummi.info +++ b/office/gummi/gummi.info @@ -1,10 +1,10 @@ PRGNAM="gummi" -VERSION="0.8.1" +VERSION="0.8.3" HOMEPAGE="https://github.com/alexandervdm/gummi/" -DOWNLOAD="https://github.com/alexandervdm/gummi/releases/download/0.8.1/gummi-0.8.1.tar.gz" -MD5SUM="3f2b9ce10b53681c41f22793641afe2c" +DOWNLOAD="https://github.com/alexandervdm/gummi/releases/download/0.8.3/gummi-0.8.3.tar.gz" +MD5SUM="096a2c6c9306fc9b22b0a898d6712e1b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtkspell3" -MAINTAINER="Larry Hajali" -EMAIL="larryhaja[at]gmail[dot]com" +MAINTAINER="Johannes Schoepfer" +EMAIL="slackbuilds@schoepfer.info" diff --git a/office/gummi/slack-desc b/office/gummi/slack-desc index 1e2fcd8698..189749a22f 100644 --- a/office/gummi/slack-desc +++ b/office/gummi/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -gummi: gummi (Lightweight Latex editor written in PyGTK) +gummi: gummi (Lightweight Latex editor) gummi: gummi: Gummi is a lightweight Latex editor written in Python/GTK released as gummi: open source under a dual MIT/Beerware license. Latex is a powerful gummi: mark-up language that is widely used for academic and professional gummi: documents. gummi: -gummi: Homepage: https://github.com/alexandervdm/gummi/ +gummi: https://github.com/alexandervdm/gummi/ gummi: gummi: gummi: |