]> git.t-rg.ws Git - slackbuilds.git/commitdiff
Removed NUMJOBS. Use MAKEFLAGS instead
authorfsLeg <fsleg@t-rg.ws>
Wed, 1 Jan 2025 12:07:06 +0000 (15:07 +0300)
committerfsLeg <fsleg@t-rg.ws>
Wed, 1 Jan 2025 12:07:06 +0000 (15:07 +0300)
13 files changed:
dart-sass/dart-sass.SlackBuild
dumptorrent/dumptorrent.SlackBuild
fdpowermon/fdpowermon.SlackBuild
gxkb/gxkb.SlackBuild
pyotherside/pyotherside.SlackBuild
pyscard/pyscard.SlackBuild
python-fido2/python-fido2.SlackBuild
saflashplayer-legacy/saflashplayer-legacy.SlackBuild
saflashplayer/saflashplayer.SlackBuild
shadowsocks-rust/shadowsocks-rust.SlackBuild
yubikey-manager-qt/yubikey-manager-qt.SlackBuild
yubikey-manager/yubikey-manager.SlackBuild
yubioath-desktop/yubioath-desktop.SlackBuild

index 5a107cd4eaa5977010a104831c394e1623365f25..53a42d3b256fda51c6a3651169779e204b30fedc 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for dart-sass
 
-# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2022-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
index 51b6bcebd81d9c864e8d3193c840b483bf18db2b..0e3dd8d3954a9cbcde86469977dfadf6372e5b41 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for dumptorrent
 
-# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2015-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -30,11 +30,6 @@ 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 ;;
@@ -80,7 +75,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 -j${NUMJOBS} dumptorrent CFLAGS="${SLKCFLAGS}"
+make dumptorrent CFLAGS="${SLKCFLAGS}"
 
 # There's no 'install' target and no documentation, so we just copy the binary
 # to a correct location and package it.
index 0419bf1e8875ff5a2d55b7658a7cfa50f75adcc0..6b9b2fbf8f42e1f6c80ea6c87f6e8b2d546c5710 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for dart-sass
 
-# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2022-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -74,8 +74,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
 
 # Create and package the man page
 mkdir -p $PKG/usr/man/man1
-/usr/bin/pod2man < fdpowermon | gzip -9 -c > $PKG/usr/man/man1/fdpowermon.1.gz
-
+pod2man < fdpowermon | gzip -9 -c > $PKG/usr/man/man1/fdpowermon.1.gz
 
 # Copy the slack-desc into ./install
 mkdir -p $PKG/install
index 784cc586467930ce38574eb9e183a6ec09bd11fe..0c5ab0bce754e72898f7798252b2c9b6bf79f0f6 100755 (executable)
@@ -3,7 +3,7 @@
 # Slackware build script for gxkb
 
 # Copyright 2015-21 NK
-# Copyright 2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2024-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -31,11 +31,6 @@ 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 ;;
@@ -108,7 +103,7 @@ CXXFLAGS="$SLKCFLAGS" \
   --build=$ARCH-slackware-linux \
   --enable-appindicator=no
 
-make -j${NUMJOBS}
+make
 make install DESTDIR=$PKG
 
 find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
index a9310dc2b2d20f76d28f2097acb5bc925b666707..785053be8c017878b84885bd9c7aea2093eca8f1 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for pyotherside
 
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -30,11 +30,6 @@ 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 ;;
@@ -85,7 +80,7 @@ find -L . \
 qmake
 CFLAGS="$SLKCFLAGS" \
 CXXFLAGS="$SLKCFLAGS" \
-make -j${NUMJOBS}
+make
 make install INSTALL_ROOT=$PKG
 rm -rf $PKG/usr/tests
 
index 5354ae5d4883309fe9f22e85812c8be8c0266cd8..6ea385d09a8905a51aa39405e038b3e099ac4c65 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for pyscard
 
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
index a9b14b27008c25e101e4a79839a5631949751805..b3bc17405c18363def42a567349fcef120fabce0 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for python-fido2
 
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
index 36801fd5ee0d93892366d7c0e0ca27d5a07814a4..f3aa00f2847694bbc6e42316aba94aecd339cf5f 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for saflashplayer-legacy
 
-# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2024-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
index a0cc2d46a9c80afa9c9a99f6e09d58dcbf735113..41278999dac61590c46c9642d6d5b41ee7afc025 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for saflashplayer
 
-# Copyright 2015-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2015-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
index dcc8ce1b5f51d721a52f7237c49236eac923576c..45c41f230ce4a68481340fa037aaf87c937ff861 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for shadowsocks-rust
 
-# Copyright 2022-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2022-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
index 0b3db8e099a6d99897e7f10749336ca8afd1b837..d7c43ac56dbe148f28de42911bb5a3733d95b414 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for yubikey-manager-qt
 
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
@@ -30,11 +30,6 @@ BUILD=${BUILD:-2}
 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 ;;
@@ -89,7 +84,7 @@ patch -p1 < $CWD/363.patch
 qmake
 CFLAGS="$SLKCFLAGS" \
 CXXFLAGS="$SLKCFLAGS" \
-make -j${NUMJOBS}
+make
 make install INSTALL_ROOT=$PKG
 
 # Strip binaries and libraries
index ed788feace3362452c0bdd441cedf03c49b06820..122a72e3e344d3fd1e16a5dc11d551d43077d290 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for yubikey-manager
 
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is
index 6496d4f88129f8700694a68398c4d96a8dc4ecea..f77a73247aa850413c5be1a313d1b219475f05ff 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Slackware build script for yubioath-desktop
 
-# Copyright 2023-2024 Vladislav 'fsLeg' Borisov, Moscow, Russia
+# Copyright 2023-2025 Vladislav 'fsLeg' Borisov, Moscow, Russia
 # All rights reserved.
 #
 # Redistribution and use of this script, with or without modification, is