From fac5b6d772c60874886c0fdd1ceb2b71bdff960d Mon Sep 17 00:00:00 2001 From: Erik Falor Date: Wed, 3 Jan 2024 17:52:04 +0700 Subject: system/xstow: Updated for version 1.1.0. Signed-off-by: Willy Sudiarto Raharjo --- system/xstow/xstow.SlackBuild | 10 +++------- system/xstow/xstow.info | 6 +++--- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/system/xstow/xstow.SlackBuild b/system/xstow/xstow.SlackBuild index 015f3648e1..8eb44de2b7 100644 --- a/system/xstow/xstow.SlackBuild +++ b/system/xstow/xstow.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xstow -# Copyright 2014 Erik Falor, West Valley City, Utah, USA +# Copyright 2024 Erik Falor, Logan, Utah, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xstow -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -52,16 +52,12 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e @@ -98,7 +94,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION mv $PKG/usr/share/doc/xstow/* $PKG/usr/doc/$PRGNAM-$VERSION rm -rf $PKG/usr/share -cp -a AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \ +cp -a AUTHORS COPYING ChangeLog NEWS README TODO \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/system/xstow/xstow.info b/system/xstow/xstow.info index 36efb1738b..4965394893 100644 --- a/system/xstow/xstow.info +++ b/system/xstow/xstow.info @@ -1,8 +1,8 @@ PRGNAM="xstow" -VERSION="1.0.2" +VERSION="1.1.0" HOMEPAGE="http://xstow.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/xstow/xstow-1.0.2.tar.bz2" -MD5SUM="685fe4f3db3c363191e836082dc0d512" +DOWNLOAD="https://github.com/majorkingleo/xstow/releases/download/1.1.0/xstow-1.1.0.tar.bz2" +MD5SUM="c9d5a3203ee7648f0ac10f2de417b58f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3-65-gdbad