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>
This commit is contained in:
parent
0d787c1c6e
commit
2d152e1498
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue