libraries/spread-sheet-widget: Updated for version 0.10.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vitor Borrego 2023-12-10 22:19:38 +07:00 committed by Willy Sudiarto Raharjo
parent accb5cb6b6
commit 537ec9cb4b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 9 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=spread-sheet-widget
VERSION=${VERSION:-0.8}
VERSION=${VERSION:-0.10}
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
@ -102,7 +99,7 @@ rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*.info*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog COPYING README AUTHORS INSTALL NEWS TODO $PKG/usr/doc/$PRGNAM-$VERSION
cp -a ChangeLog COPYING README AUTHORS NEWS TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
rm -f $PKG/usr/lib*/*.la

View file

@ -1,10 +1,10 @@
PRGNAM="spread-sheet-widget"
VERSION="0.8"
VERSION="0.10"
HOMEPAGE="https://savannah.gnu.org/projects/ssw/"
DOWNLOAD="http://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.8.tar.gz"
MD5SUM="429ab7326a95f237c680d770c226a7c0"
DOWNLOAD="http://alpha.gnu.org/gnu/ssw/spread-sheet-widget-0.10.tar.gz"
MD5SUM="df5f0dbb29da0a8fb573d0dc52aead59"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Vitor Borrego"
EMAIL="vitor@bitarus.allowed.org"
EMAIL="vitor@bitarus.mooo.com"