Browse Source

system/slapt-update-service: Updated for version 0.5.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/289/head
Vijay Marcel 6 months ago
committed by Willy Sudiarto Raharjo
parent
commit
c0c33402eb
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 6
      system/slapt-update-service/changelog
  2. 21
      system/slapt-update-service/slapt-update-service.SlackBuild
  3. 6
      system/slapt-update-service/slapt-update-service.info

6
system/slapt-update-service/changelog

@ -1,6 +0,0 @@
Changelog for slapt-update-service SlackBuild Script
--------------------------------------------------------------------
24/05/2023:
Submitted to slackbuilds.org

21
system/slapt-update-service/slapt-update-service.SlackBuild

@ -2,7 +2,7 @@
# Slackware build script for slapt-update-service
# Copyright 2023 Vijay Marcel
# Copyright 2023-2025 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -22,10 +22,18 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Changelog for slapt-update-service SlackBuild Script
# ------------------------------------------------------------------------------
# 24/05/2023: Submitted to slackbuilds.org
# 14/04/2025: updated to version 0.5.4
# -------------------------------------------------------------------------------
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slapt-update-service
VERSION=${VERSION:-0.5.3}
VERSION=${VERSION:-0.5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -39,9 +47,6 @@ aarch64*) ARCH=aarch64 ;;
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
@ -66,6 +71,7 @@ else
fi
set -e
trap 'echo "$0 FAILED at line $LINENO!" | tee -a $OUTPUT/error-${PRGNAM}.log' ERR
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -85,13 +91,12 @@ ninja -C build
DESTDIR=$PKG ninja -C build install
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
| cut -f 1 -d : | xargs strip --strip-unneeded --remove-section=.comment --remove-section=.note 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
mv -v $PKG/usr/share/doc/* $PKG/usr/doc/$PRGNAM-$VERSION
rm -rvf $PKG/usr/share/doc
rm -rvf $PKG/usr/doc/slapt-update-service-0.5.3/slapt-update-service/NEWS
rm -rvf $PKG/usr/doc/$PRGNAM-$VERSION/slapt-update-service/NEWS
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

6
system/slapt-update-service/slapt-update-service.info

@ -1,8 +1,8 @@
PRGNAM="slapt-update-service"
VERSION="0.5.3"
VERSION="0.5.4"
HOMEPAGE="https://software.jaos.org"
DOWNLOAD="https://github.com/jaos/slapt-update-service/archive/0.5.3/slapt-update-service-0.5.3.tar.gz"
MD5SUM="4c0badc7c8f5b915b77c3db44181f315"
DOWNLOAD="https://github.com/jaos/slapt-update-service/archive/0.5.4/slapt-update-service-0.5.4.tar.gz"
MD5SUM="1879bc287bcd4eb77b776e9a056f9af0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gslapt"

Loading…
Cancel
Save