diff options
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 |
commit | 12288ddb432a0c9be4a35169185fd4052cb48bff (patch) | |
tree | 9334ba481add1b7e5514bf3f7703f442e8cd88ab /source | |
parent | 1cf05f4286bd37d67068b93d38cc26a1e337fee1 (diff) | |
download | current-12288ddb432a0c9be4a35169185fd4052cb48bff.tar.gz |
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-x | source/ap/hplip/hplip.SlackBuild | 2 | ||||
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 2 | ||||
-rw-r--r-- | source/d/rust/rust.url | 2 | ||||
-rwxr-xr-x | source/l/libnotify/libnotify.SlackBuild | 1 | ||||
-rwxr-xr-x | source/l/libsoup/libsoup.SlackBuild | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/source/ap/hplip/hplip.SlackBuild b/source/ap/hplip/hplip.SlackBuild index a6882040..4d4f143e 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 2aa96638..faaf7661 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 970613e7..46f33529 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 3e4204c9..c82ae7ac 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 9881d8b9..63d04f5a 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 |