]> git.t-rg.ws Git - slackbuilds.git/commitdiff
Various cleanups
authorfsLeg <fsleg@t-rg.ws>
Sat, 13 Jul 2024 21:33:44 +0000 (00:33 +0300)
committerfsLeg <fsleg@t-rg.ws>
Sat, 13 Jul 2024 21:33:44 +0000 (00:33 +0300)
25 files changed:
dart-sass/dart-sass.SlackBuild
dart-sass/dart-sass.info
dumptorrent/dumptorrent.SlackBuild
dumptorrent/dumptorrent.info
fdpowermon/fdpowermon.SlackBuild
fdpowermon/fdpowermon.info
gxkb/gxkb.SlackBuild
gxkb/gxkb.info
pyotherside/pyotherside.SlackBuild
pyotherside/pyotherside.info
pyscard/pyscard.SlackBuild
pyscard/pyscard.info
python-fido2/python-fido2.SlackBuild
python-fido2/python-fido2.info
saflashplayer/saflashplayer.SlackBuild
saflashplayer/saflashplayer.desktop
saflashplayer/saflashplayer.info
shadowsocks-rust/shadowsocks-rust.SlackBuild
shadowsocks-rust/shadowsocks-rust.info
yubikey-manager-qt/yubikey-manager-qt.SlackBuild
yubikey-manager-qt/yubikey-manager-qt.info
yubikey-manager/yubikey-manager.SlackBuild
yubikey-manager/yubikey-manager.info
yubioath-desktop/yubioath-desktop.SlackBuild
yubioath-desktop/yubioath-desktop.info

index 4d06a6cc440b4e2a2eab1dae95117429b0c6be51..a5e73d8aac35541e53407efa27a1407f414b47fb 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
 
 # Slackware build script for dart-sass
 
-# Copyright 2022 Vladislav Borisov Moscow, Russia
+# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
 #  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+cd $(dirname $0) ; CWD=$(pwd)
+
 PRGNAM="dart-sass"
 VERSION=${VERSION:-1.77.4}
 BUILD=${BUILD:-1}
 TAG=${TAG:-fsleg}
+PKGTYPE=${PKGTYPE:-txz}
 
 # Automatically determine the architecture we're building on:
 if [ -z "$ARCH" ]; then
@@ -37,7 +40,14 @@ if [ -z "$ARCH" ]; then
   esac
 fi
 
-CWD=$(pwd)
+# 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
index 18b135baf7d73f475771c4e5237d13f33b4296d8..bbb9abadfaa9dd6a16f91ff54dde2c5c0cedbebb 100644 (file)
@@ -6,5 +6,5 @@ MD5SUM="9d0728da69d5f7f38da7f21b0129e619"
 DOWNLOAD_x86_64="https://github.com/sass/dart-sass/releases/download/1.77.4/dart-sass-1.77.4-linux-x64.tar.gz"
 MD5SUM_x86_64="25fcb6502c283713907bb92fa81863b4"
 REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index 76dd887a765391354600eeb586da88e7423cdbb0..68e81133cfb720b62a04cf0fa8c5a53000e35e5b 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
 
 # Slackware build script for dumptorrent
 
-# Copyright 2015 Vladislav Borisov, Moscow, Russia
+# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
 #  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+cd $(dirname $0) ; CWD=$(pwd)
+
 PRGNAM=dumptorrent
 VERSION=${VERSION:-1.2}
 BUILD=${BUILD:-1}
 TAG=${TAG:-fsleg}
+PKGTYPE=${PKGTYPE:-txz}
+
+# Use parallel building if possible
+if [ -z "$NUMJOBS" ]; then
+  NUMJOBS=$(nproc)
+fi
 
 # Automatically determine the architecture we're building on:
 if [ -z "$ARCH" ]; then
@@ -37,7 +45,14 @@ if [ -z "$ARCH" ]; then
   esac
 fi
 
-CWD=$(pwd)
+# 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
@@ -67,7 +82,7 @@ find -L . \
  \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
   -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
 
-make dumptorrent CFLAGS="${SLKFLAGS}"
+make -j${NUMJOBS} dumptorrent CFLAGS="${SLKFLAGS}"
 
 # There's no 'install' target and no documentation, so we just copy the binary
 # to a correct location and package it.
index 30ad04335ef5fe4c6cb7c3868c155214b0161a38..59bd74b0cac3228b94132446109ef377d9ab03ba 100644 (file)
@@ -6,5 +6,5 @@ MD5SUM="90c68a0889bd0eae2ed3392bd5e1fb03"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index d63ee62ff6f67a4cd86850fc9a10f89cfa24a5d0..4d26a36a9de90726d31f3c9b40a49707434997aa 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
 
 # Slackware build script for dart-sass
 
-# Copyright 2022 Vladislav Borisov Moscow, Russia
+# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
 #  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+cd $(dirname $0) ; CWD=$(pwd)
+
 PRGNAM="fdpowermon"
 VERSION=${VERSION:-1.20}
 BUILD=${BUILD:-1}
 TAG=${TAG:-fsleg}
-TARNAM=$PRGNAM-$PRGNAM-$VERSION
+PKGTYPE=${PKGTYPE:-txz}
 
 # It's a Perl script, so arch doesn't matter
 ARCH="noarch"
 
-CWD=$(pwd)
+# 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
@@ -44,8 +53,8 @@ rm -rf $PKG
 mkdir -p $TMP $PKG $OUTPUT
 cd $TMP
 
-tar xvf $CWD/$TARNAM.tar.gz
-cd $TARNAM
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
 mkdir -p $PKG/usr/bin $PKG/etc/$PRGNAM $PKG/usr/share/icons/oxygen/base/22x22/status
 cp fdpowermon $PKG/usr/bin/
 cp theme.cfg $PKG/etc/$PRGNAM/
index 84f1cd56d4140d9b195dd7b0bd7c463c7b8f04ab..bd7625c29b79a3ec29215c1395b8a38176df7f19 100644 (file)
@@ -6,5 +6,5 @@ MD5SUM="9e1fcebcdc655e66bc0310ca40a7572b"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="acpi perl-Gtk3"
-MAINTAINER="Vladislav Borisov"
-EMAIL="fsleg@t-rg.ws"
\ No newline at end of file
+MAINTAINER="Vladislav 'fsLeg' Borisov"
+EMAIL="fsleg@t-rg.ws"
index 843fa71c1b747d76850f1149d2caec3b47a928c6..8fddd585cf84046f4da61603f752c7298d7d3ce1 100755 (executable)
@@ -3,7 +3,7 @@
 # Slackware build script for gxkb
 
 # Copyright 2015-21 NK
-# Copyright 2024 Vladislav Borisov Moscow, Russia
+# Copyright 2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -31,6 +31,11 @@ BUILD=${BUILD:-1}
 TAG=${TAG:-fsleg}
 PKGTYPE=${PKGTYPE:-txz}
 
+# Use parallel building if possible
+if [ -z "$NUMJOBS" ]; then
+  NUMJOBS=$(nproc)
+fi
+
 if [ -z "$ARCH" ]; then
   case "$( uname -m )" in
     i?86) ARCH=i586 ;;
@@ -103,7 +108,7 @@ CXXFLAGS="$SLKCFLAGS" \
   --build=$ARCH-slackware-linux \
   --enable-appindicator=no
 
-make
+make -j${NUMJOBS}
 make install DESTDIR=$PKG
 
 find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
index 6e694f2dc3873eeb3c3f11dce9e57f9dfdbbc855..346fe06324897227eb75c637a0f5b1f7d689e89d 100755 (executable)
@@ -6,5 +6,5 @@ MD5SUM="597a1c052156a878aa252fca10c985c6"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index f6229d8a3241628cb944a764aae7265324222e6b..c4cfffd741be32b8fd1dbacdd99044f5d395074e 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for pyotherside
 
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -45,6 +45,14 @@ 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
index 0914c5d73d726b83f2902ccd876534b50f45cfae..70dce50bdfbb0ac1b30efda5316964be6908d54e 100644 (file)
@@ -1,10 +1,10 @@
 PRGNAM="pyotherside"
 VERSION="1.6.1"
 HOMEPAGE="https://thp.io/2011/pyotherside/"
-DOWNLOAD="https://github.com/thp/pyotherside/archive/1.6.1.tar.gz"
+DOWNLOAD="https://github.com/thp/pyotherside/archive/1.6.1/pyotherside-1.6.1.tar.gz"
 MD5SUM="1400e7501911d9b261ea3a9b47cddd5c"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index da0c8df80866569b103f72ec367b5e9ec0ab491a..c7f0e44859ca81a637650b8635dd060d54ecf54b 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for pyscard
 
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -40,6 +40,14 @@ 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
index 4044aa9bdd3c273393f62b2b61a9768627acfe5c..d45bf7fdd21768a15e07f0af86edf94040dbb7d4 100644 (file)
@@ -1,10 +1,10 @@
 PRGNAM="pyscard"
 VERSION="2.0.10"
 HOMEPAGE="https://pyscard.sourceforge.io/"
-DOWNLOAD="https://github.com/LudovicRousseau/pyscard/archive/refs/tags/2.0.10.tar.gz"
+DOWNLOAD="https://github.com/LudovicRousseau/pyscard/archive/2.0.10/pyscard-2.0.10.tar.gz"
 MD5SUM="96ea193949b739b6e3e7e65dbc41c4dd"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="pcsc-lite"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index 5f85029420251216f6010e1d8df7a6d3923da4eb..657b4ad99484930043f481c5832a0c3454bab7fe 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for python-fido2
 
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -41,6 +41,14 @@ 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
index b0410b7579ab368a11fb65b7427a1de9291bb828..eba42bc8db378792f73b2158e4b3e9a296cbacea 100644 (file)
@@ -6,5 +6,5 @@ MD5SUM="88c5e54dfb19f5371eba49d73c4620c4"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="cryptography python3-poetry-core"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index 4bef8f45f0d27ea6995b927662f3b5f217fc9299..e37f5320e6d8adc96b4b7c4021396d2c660fe8fe 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
 
 # Slackware build script for saflashplayer
 
-# Copyright 2015-2022 Vladislav Borisov Moscow, Russia
+# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
 #  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+cd $(dirname $0) ; CWD=$(pwd)
+
 PRGNAM=saflashplayer
 VERSION=${VERSION:-32.0.0.465}
 BUILD=${BUILD:-1}
 TAG=${TAG:-fsleg}
+PKGTYPE=${PKGTYPE:-txz}
 
 # Automatically determine the architecture we're building on:
 if [ -z "$ARCH" ]; then
@@ -47,7 +50,14 @@ if [ "i486" == "${ARCH}" ]; then
   exit 1
 fi
 
-CWD=$(pwd)
+# 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
@@ -64,7 +74,7 @@ tar xvf $CWD/flash_player_sa_linux.x86_64.tar.gz
 mkdir -p $PKG/usr/bin $PKG/usr/share/applications
 mv flashplayer $PKG/usr/bin/saflashplayer.bin
 cp -a $CWD/saflashplayer.sh $PKG/usr/bin/saflashplayer
-cp -a $CWD/saflashplayer.desktop $PKG/usr/share/applications
+cp -a $CWD/saflashplayer.desktop $PKG/usr/share/applications/com.adobe.flashplayer.desktop
 chown -R root:root $PKG
 find -L $PKG \
  \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
index 84384844ec233d09c63bfc2769cbce8c902b5638..232c754a888bda700483812b1a44e8d4c60c0e40 100644 (file)
@@ -2,6 +2,7 @@
 Version=1.0
 Type=Application
 GenericName=FlashPlayer StandAlone
+Name=FlashPlayer StandAlone
 Comment=Open SWF files
 Exec=saflashplayer %U
 Icon=flash
index 72065cb5c4def9b738984210f5d593a53ac2cd21..a3c8596950a98bff64eb1055528e12ea269958c1 100644 (file)
@@ -6,5 +6,5 @@ MD5SUM=""
 DOWNLOAD_x86_64="https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flash_player_sa_linux.x86_64.tar.gz"
 MD5SUM_x86_64="88f0b2ecf4ed6866a00b6575d5f8b596"
 REQUIRES=""
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index 7b74aba6bc171f12ea783df2b4dcfde1c6e11c25..8b06d363f6ab1214993337bf57c3c0ce18de5fc3 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
 
 # Slackware build script for shadowsocks-rust
 
-# Copyright 2022 Vladislav Borisov, Moscow, Russia
+# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
 #  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+cd $(dirname $0) ; CWD=$(pwd)
+
 PRGNAM=shadowsocks-rust
 VERSION=${VERSION:-1.19.2}
 BUILD=${BUILD:-1}
 TAG=${TAG:-fsleg}
+PKGTYPE=${PKGTYPE:-txz}
 
 # Automatically determine the architecture we're building on:
 if [ -z "$ARCH" ]; then
@@ -36,7 +39,14 @@ if [ -z "$ARCH" ]; then
   esac
 fi
 
-CWD=$(pwd)
+# 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
index f4c3a2c8fbd291ff250fe0c22edc03c0167b595b..ac0ce32ca90f9182ec0884be0f694c8b98410f69 100644 (file)
@@ -1,10 +1,10 @@
 PRGNAM="shadowsocks-rust"
 VERSION="1.19.2"
 HOMEPAGE="https://github.com/shadowsocks/shadowsocks-rust"
-DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/refs/tags/v1.19.2.tar.gz"
+DOWNLOAD="https://github.com/shadowsocks/shadowsocks-rust/archive/v1.19.2/shadowsocks-rust-1.19.2.tar.gz"
 MD5SUM="f400861f0b4baa14a09914cca9057710"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="rust16"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index 90897e06afa3b334b278c969631c1f1b0e4f9d69..a1b2120bcfdfac4404825a5937f260e72324c6ec 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for yubikey-manager-qt
 
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -45,6 +45,14 @@ 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
index 8d7655847c5829a7341b126091cf6952ed75a36e..923891cbbd0fc7d4c1011bfdcd8e8b19b11bf6ff 100644 (file)
@@ -6,5 +6,5 @@ MD5SUM="036dd3f0cf2b77c68edef4c471d19c66"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="yubikey-manager pyotherside"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index c30610b7f187d44e2b515ad2ea1b48b715da24b4..4635655650d0148dc547a394fa5dc0956bec14cc 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for yubikey-manager
 
-# Copyright 2023 Vladislav Borisov, Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -41,6 +41,14 @@ 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
index a167707fd4c6c46f78278cbd2c60def592f2a66b..bab1fbff550e9e2051bc897d8dfa464b7c247235 100644 (file)
@@ -6,5 +6,5 @@ MD5SUM="66bf30c173e9b959a9e8428d4d427003"
 DOWNLOAD_x86_64=""
 MD5SUM_x86_64=""
 REQUIRES="ccid click python-fido2 python-keyring pyscard"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"
index 349058a8a420bdc595685ac815d424b46360a1bc..c2b0412dc57a43378a2369976348b26edbb6bebb 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
 
 # Slackware build script for yubioath-desktop
 
-# Copyright 2023 Vladislav Borisov Moscow, Russia
+# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -22,6 +22,8 @@
 #  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 #  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
+cd $(dirname $0) ; CWD=$(pwd)
+
 PRGNAM=yubioath-desktop
 TARNAM=yubico-authenticator
 VERSION=${VERSION:-7.0.0}
@@ -39,7 +41,14 @@ if [ -z "$ARCH" ]; then
   esac
 fi
 
-CWD=$(pwd)
+# 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
+fi
+
 TMP=${TMP:-/tmp/SBo}
 PKG=$TMP/package-$PRGNAM
 OUTPUT=${OUTPUT:-/tmp}
index d91d7a7dbcc2c1ece5554e6e0e46988002d8e027..2781b429acbd599cf3b6a84189ec69b50c472423 100644 (file)
@@ -6,5 +6,5 @@ MD5SUM=""
 DOWNLOAD_x86_64="https://developers.yubico.com/yubioath-flutter/Releases/yubico-authenticator-7.0.0-linux.tar.gz"
 MD5SUM_x86_64="f33ba1dd06e700913eb5221150484087"
 REQUIRES="pcsc-lite"
-MAINTAINER="Vladislav Borisov"
+MAINTAINER="Vladislav 'fsLeg' Borisov"
 EMAIL="fsleg@t-rg.ws"