summaryrefslogtreecommitdiffstats
path: root/source/l/system-config-printer
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-12-25 21:31:29 +0000
committer Eric Hameleers <alien@slackware.com>2020-12-26 08:59:51 +0100
commit3febc9e648f6e4ea429b1a7e51a02c284f886ae2 (patch)
tree2762e64c5e31f45880268cf9e1c02216240c1a6c /source/l/system-config-printer
parent6ca133bba768c73be2f69616014a53d1389b2633 (diff)
downloadcurrent-3febc9e648f6e4ea429b1a7e51a02c284f886ae2.tar.gz
current-3febc9e648f6e4ea429b1a7e51a02c284f886ae2.tar.xz
Fri Dec 25 21:31:29 UTC 202020201225213129
l/keyutils-1.6.3-x86_64-1.txz: Upgraded. l/pulseaudio-14.0-x86_64-3.txz: Rebuilt. Patched to support detecting elogind at compile time when built with meson. This restores PulseAudio exiting upon user logout. Thanks to LuckyCyborg for the bug report and patch. l/system-config-printer-1.5.13-x86_64-1.txz: Upgraded. n/mobile-broadband-provider-info-20201225-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/l/system-config-printer')
-rw-r--r--source/l/system-config-printer/slack-desc2
-rwxr-xr-xsource/l/system-config-printer/system-config-printer.SlackBuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/l/system-config-printer/slack-desc b/source/l/system-config-printer/slack-desc
index c1b638a71..52382f377 100644
--- a/source/l/system-config-printer/slack-desc
+++ b/source/l/system-config-printer/slack-desc
@@ -15,5 +15,5 @@ system-config-printer: CUPS API. It is largely the same as using the CUPS web in
system-config-printer: configuring printers, but has the advantage of being a native
system-config-printer: application rather than a web page.
system-config-printer:
-system-config-printer: Home: https://github.com/zdohnal/system-config-printer
+system-config-printer: Homepage: https://github.com/OpenPrinting/system-config-printer
system-config-printer:
diff --git a/source/l/system-config-printer/system-config-printer.SlackBuild b/source/l/system-config-printer/system-config-printer.SlackBuild
index b5f541bb1..4b8b6ef3c 100755
--- a/source/l/system-config-printer/system-config-printer.SlackBuild
+++ b/source/l/system-config-printer/system-config-printer.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=system-config-printer
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-6}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}