diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-02-22 21:38:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-23 16:29:27 +0700 |
commit | bc4909d99a9e5409769cd8eb34502b551909eb56 (patch) | |
tree | 43956fd588bf059950fdd9c6db85125385551e89 | |
parent | 7a5c5929f4c121ded607904829df1e6c45118490 (diff) |
system/xdg-ninja: Updated for version 0.2.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/xdg-ninja/changelog | 4 | ||||
-rw-r--r-- | system/xdg-ninja/xdg-ninja.SlackBuild | 9 | ||||
-rw-r--r-- | system/xdg-ninja/xdg-ninja.info | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/system/xdg-ninja/changelog b/system/xdg-ninja/changelog index 2ce013532897b..bd32a1dddb558 100644 --- a/system/xdg-ninja/changelog +++ b/system/xdg-ninja/changelog @@ -4,3 +4,7 @@ Changelog for xdg-ninja SlackBuild Script 27/05/2023: Submitted to slackbuilds.org + +20/02/2024: + +Updated to version 0.2.0.2 diff --git a/system/xdg-ninja/xdg-ninja.SlackBuild b/system/xdg-ninja/xdg-ninja.SlackBuild index 99185ac586ce8..8a92dad0434bf 100644 --- a/system/xdg-ninja/xdg-ninja.SlackBuild +++ b/system/xdg-ninja/xdg-ninja.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xdg-ninja -# Copyright 2023 Vijay Marcel +# Copyright 2023-2024 Vijay Marcel # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,15 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xdg-ninja -VERSION=${VERSION:-0.2.0.1} +VERSION=${VERSION:-0.2.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# 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,7 +63,7 @@ install -vm0755 xdg-ninja.sh -T $PKG/opt/$PRGNAM-$VERSION/xdg-ninja install -vDm0644 programs/* -t $PKG/opt/$PRGNAM-$VERSION/programs 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 cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/system/xdg-ninja/xdg-ninja.info b/system/xdg-ninja/xdg-ninja.info index f2a66e86c7076..de8dd32453a3a 100644 --- a/system/xdg-ninja/xdg-ninja.info +++ b/system/xdg-ninja/xdg-ninja.info @@ -1,8 +1,8 @@ PRGNAM="xdg-ninja" -VERSION="0.2.0.1" +VERSION="0.2.0.2" HOMEPAGE="https://github.com/b3nj5m1n/xdg-ninja/" -DOWNLOAD="https://github.com/b3nj5m1n/xdg-ninja/archive/v0.2.0.1/xdg-ninja-0.2.0.1.tar.gz" -MD5SUM="5790f1d0cdad46bb84bdd89ec2d0629b" +DOWNLOAD="https://github.com/b3nj5m1n/xdg-ninja/archive/v0.2.0.2/xdg-ninja-0.2.0.2.tar.gz" +MD5SUM="9d68d889b98be229282e83bf40a51d0e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jq glow" |