From 5fb4954ced66e554f77799e718dc6289a011ecf2 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 6 Sep 2021 18:55:54 +0000 Subject: Mon Sep 6 18:55:54 UTC 2021 ap/mpg123-1.29.0-x86_64-1.txz: Upgraded. ap/texinfo-6.8-x86_64-2.txz: Rebuilt. Regenerate /usr/info/dir.new. d/python-setuptools-58.0.1-x86_64-1.txz: Upgraded. d/rinutils-0.10.0-x86_64-1.txz: Upgraded. kde/plasma-wayland-protocols-1.4.0-x86_64-1.txz: Upgraded. l/gegl-0.4.32-x86_64-1.txz: Upgraded. l/imagemagick-7.1.0_6-x86_64-1.txz: Upgraded. l/libgtop-2.40.0-x86_64-4.txz: Rebuilt. Remove /usr/info/dir that shouldn't have been included. Upgrade the texinfo package after this one to restore the correct file. Thanks to elyk. l/libsamplerate-0.2.2-x86_64-1.txz: Upgraded. l/mozilla-nss-3.70-x86_64-1.txz: Upgraded. xap/gimp-2.10.26-x86_64-1.txz: Upgraded. xap/mozilla-firefox-91.1.0esr-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/firefox/91.1.0/releasenotes/ xfce/libxfce4ui-4.16.1-x86_64-1.txz: Upgraded. --- source/ap/texinfo/texinfo.SlackBuild | 2 +- source/d/rinutils/rinutils.SlackBuild | 2 +- source/l/libgtop/libgtop.SlackBuild | 12 ++++++++++-- source/l/libsamplerate/libsamplerate.SlackBuild | 11 +++++++---- source/l/mozilla-nss/mozilla-nss.SlackBuild | 2 +- source/xfce/libxfce4ui/libxfce4ui.SlackBuild | 8 ++++---- source/xfce/libxfce4ui/libxfce4ui.url | 1 + 7 files changed, 25 insertions(+), 13 deletions(-) create mode 100644 source/xfce/libxfce4ui/libxfce4ui.url (limited to 'source') diff --git a/source/ap/texinfo/texinfo.SlackBuild b/source/ap/texinfo/texinfo.SlackBuild index a9e81875d..5698a1f72 100755 --- a/source/ap/texinfo/texinfo.SlackBuild +++ b/source/ap/texinfo/texinfo.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=texinfo VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/d/rinutils/rinutils.SlackBuild b/source/d/rinutils/rinutils.SlackBuild index 232b88da8..23e3c3058 100755 --- a/source/d/rinutils/rinutils.SlackBuild +++ b/source/d/rinutils/rinutils.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rinutils VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/l/libgtop/libgtop.SlackBuild b/source/l/libgtop/libgtop.SlackBuild index f1761772c..d1a9a8237 100755 --- a/source/l/libgtop/libgtop.SlackBuild +++ b/source/l/libgtop/libgtop.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libgtop VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -112,6 +112,14 @@ for i in $( find $PKG/usr/man -type l ) ; do rm $i done +# Compress info files, if any: +if [ -d $PKG/usr/info ]; then + ( cd $PKG/usr/info + rm -f dir + gzip -9 * + ) +fi + # Add a documentation directory: mkdir -p $PKG/usr/doc/${PKGNAM}-$VERSION cp -a \ diff --git a/source/l/libsamplerate/libsamplerate.SlackBuild b/source/l/libsamplerate/libsamplerate.SlackBuild index 2de9a4431..9778bcbab 100755 --- a/source/l/libsamplerate/libsamplerate.SlackBuild +++ b/source/l/libsamplerate/libsamplerate.SlackBuild @@ -1,6 +1,7 @@ #!/bin/bash # Copyright 2018 paul wisehart +# Copyright 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libsamplerate -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -64,11 +65,13 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then exit 0 fi +NUMJOBS=${NUMJOBS:-" -j $(expr $(nproc) + 1) "} + rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . chmod -R u+w,go+r-w,a-s . @@ -87,7 +90,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --build=$ARCH-slackware-linux || exit 1 -make -j4 || exit 1 +make $NUMJOBS || make || exit 1 make install DESTDIR=$PKG || exit 1 # Don't ship .la files: diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild index 88edaa90a..cb2f2efd6 100755 --- a/source/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/source/l/mozilla-nss/mozilla-nss.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.69.1} +VERSION=${VERSION:-3.70} NSPR=${NSPR:-4.32} BUILD=${BUILD:-1} diff --git a/source/xfce/libxfce4ui/libxfce4ui.SlackBuild b/source/xfce/libxfce4ui/libxfce4ui.SlackBuild index 8e80a9b9c..bc4a7910c 100755 --- a/source/xfce/libxfce4ui/libxfce4ui.SlackBuild +++ b/source/xfce/libxfce4ui/libxfce4ui.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2012, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA +# Copyright 2012, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, Minnesota, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libxfce4ui -VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-3} +VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: MARCH=$( uname -m ) @@ -70,7 +70,7 @@ mkdir -p $TMP $PKG cd $TMP rm -rf $PKGNAM-$VERSION -tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 +tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1 cd $PKGNAM-$VERSION || exit 1 chown -R root:root . diff --git a/source/xfce/libxfce4ui/libxfce4ui.url b/source/xfce/libxfce4ui/libxfce4ui.url new file mode 100644 index 000000000..5feb71406 --- /dev/null +++ b/source/xfce/libxfce4ui/libxfce4ui.url @@ -0,0 +1 @@ +https://archive.xfce.org/src/xfce/libxfce4ui/4.16/libxfce4ui-4.16.1.tar.bz2 -- cgit v1.2.3-80-g2a13