summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-02-28 03:53:37 +0000
committer Eric Hameleers <alien@slackware.com>2020-02-28 08:59:25 +0100
commit12288ddb432a0c9be4a35169185fd4052cb48bff (patch)
tree9334ba481add1b7e5514bf3f7703f442e8cd88ab /source
parent1cf05f4286bd37d67068b93d38cc26a1e337fee1 (diff)
downloadcurrent-12288ddb432a0c9be4a35169185fd4052cb48bff.tar.gz
current-12288ddb432a0c9be4a35169185fd4052cb48bff.tar.xz
Fri Feb 28 03:53:37 UTC 202020200228035337
ap/hplip-3.20.2-x86_64-1.txz: Upgraded. d/meson-0.53.2-x86_64-1.txz: Upgraded. d/python3-3.8.2-x86_64-1.txz: Upgraded. d/rust-1.41.1-x86_64-1.txz: Upgraded. l/libnotify-0.7.9-x86_64-1.txz: Upgraded. l/libsoup-2.68.4-x86_64-1.txz: Upgraded. n/libqmi-1.24.6-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source')
-rwxr-xr-xsource/ap/hplip/hplip.SlackBuild2
-rwxr-xr-xsource/d/rust/rust.SlackBuild2
-rw-r--r--source/d/rust/rust.url2
-rwxr-xr-xsource/l/libnotify/libnotify.SlackBuild1
-rwxr-xr-xsource/l/libsoup/libsoup.SlackBuild2
5 files changed, 5 insertions, 4 deletions
diff --git a/source/ap/hplip/hplip.SlackBuild b/source/ap/hplip/hplip.SlackBuild
index a68820407..4d4f143e7 100755
--- a/source/ap/hplip/hplip.SlackBuild
+++ b/source/ap/hplip/hplip.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=hplip
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild
index 2aa966387..faaf7661b 100755
--- a/source/d/rust/rust.SlackBuild
+++ b/source/d/rust/rust.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rust
SRCNAM="${PKGNAM}c"
-VERSION=${VERSION:-1.41.0}
+VERSION=${VERSION:-1.41.1}
BUILD=${BUILD:-1}
# Set this to YES to build with the system LLVM, or NO to use the bundled LLVM.
diff --git a/source/d/rust/rust.url b/source/d/rust/rust.url
index 970613e78..46f33529c 100644
--- a/source/d/rust/rust.url
+++ b/source/d/rust/rust.url
@@ -1,5 +1,5 @@
# Source code (repacked to .tar.xz):
-lftpget https://static.rust-lang.org/dist/rustc-1.41.0-src.tar.gz
+lftpget https://static.rust-lang.org/dist/rustc-1.41.1-src.tar.gz
gzip -d rustc-*tar.gz
plzip -9 -v rustc-*tar
diff --git a/source/l/libnotify/libnotify.SlackBuild b/source/l/libnotify/libnotify.SlackBuild
index 3e4204c9a..c82ae7acf 100755
--- a/source/l/libnotify/libnotify.SlackBuild
+++ b/source/l/libnotify/libnotify.SlackBuild
@@ -92,6 +92,7 @@ meson setup \
--buildtype=release \
-Ddocbook_docs=disabled \
-Dtests=false \
+ -Dman=false \
.. || exit 1
"${NINJA:=ninja}" $NUMJOBS || exit 1
DESTDIR=$PKG $NINJA install || exit 1
diff --git a/source/l/libsoup/libsoup.SlackBuild b/source/l/libsoup/libsoup.SlackBuild
index 9881d8b98..63d04f5a5 100755
--- a/source/l/libsoup/libsoup.SlackBuild
+++ b/source/l/libsoup/libsoup.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libsoup
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-1}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in