summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rwxr-xr-xsource/a/smartmontools/smartmontools.SlackBuild2
-rw-r--r--source/a/smartmontools/smartmontools.url1
-rwxr-xr-xsource/l/LibRaw/LibRaw.SlackBuild2
-rwxr-xr-xsource/l/mozilla-nss/mozilla-nss.SlackBuild2
-rwxr-xr-xsource/x/libinput/libinput.SlackBuild8
-rw-r--r--source/x/libinput/libinput.less.lag.complaining.diff10
-rw-r--r--source/x/libinput/libinput.url2
7 files changed, 14 insertions, 13 deletions
diff --git a/source/a/smartmontools/smartmontools.SlackBuild b/source/a/smartmontools/smartmontools.SlackBuild
index 600138c07..4d9726ab7 100755
--- a/source/a/smartmontools/smartmontools.SlackBuild
+++ b/source/a/smartmontools/smartmontools.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=smartmontools
VERSION=${VERSION:-$(echo smartmontools-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/a/smartmontools/smartmontools.url b/source/a/smartmontools/smartmontools.url
new file mode 100644
index 000000000..30829e65e
--- /dev/null
+++ b/source/a/smartmontools/smartmontools.url
@@ -0,0 +1 @@
+https://sourceforge.net/projects/smartmontools/files/smartmontools
diff --git a/source/l/LibRaw/LibRaw.SlackBuild b/source/l/LibRaw/LibRaw.SlackBuild
index 64a358cc3..b6e553632 100755
--- a/source/l/LibRaw/LibRaw.SlackBuild
+++ b/source/l/LibRaw/LibRaw.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=LibRaw
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-4}
+BUILD=${BUILD:-5}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/l/mozilla-nss/mozilla-nss.SlackBuild b/source/l/mozilla-nss/mozilla-nss.SlackBuild
index fbb20b06e..c8225d01f 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.75}
+VERSION=${VERSION:-3.76}
NSPR=${NSPR:-4.32}
BUILD=${BUILD:-1}
diff --git a/source/x/libinput/libinput.SlackBuild b/source/x/libinput/libinput.SlackBuild
index 531de3ff3..df669fbc8 100755
--- a/source/x/libinput/libinput.SlackBuild
+++ b/source/x/libinput/libinput.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for libinput
# Copyright 2015 Robby Workman, Tuscaloosa, Alabama, USA
-# Copyright 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2017, 2018, 2022 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,8 +26,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libinput
-VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | 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
@@ -70,7 +70,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
-tar xvf $CWD/$PKGNAM-$VERSION.tar.xz || exit 1
+tar xvf $CWD/$PKGNAM-$VERSION.tar.?z || exit 1
cd $PKGNAM-$VERSION || exit 1
chown -R root:root .
find -L . \
diff --git a/source/x/libinput/libinput.less.lag.complaining.diff b/source/x/libinput/libinput.less.lag.complaining.diff
index 5c1ec03b8..51fbfa4b4 100644
--- a/source/x/libinput/libinput.less.lag.complaining.diff
+++ b/source/x/libinput/libinput.less.lag.complaining.diff
@@ -1,6 +1,6 @@
---- ./src/evdev.c.orig 2021-04-29 23:25:41.531076400 -0500
-+++ ./src/evdev.c 2021-04-30 12:39:02.636755868 -0500
-@@ -1028,7 +1028,7 @@
+--- ./src/evdev.c.orig 2022-02-19 06:32:09.000000000 -0600
++++ ./src/evdev.c 2022-03-04 00:16:00.850979376 -0600
+@@ -1105,7 +1105,7 @@
/* if we have a current libinput_dispatch() snapshot, compare our
* event time with the one from the snapshot. If we have more than
@@ -9,11 +9,11 @@
* where there is no steady event flow and thus SYN_DROPPED may not
* get hit by the kernel despite us being too slow.
*/
-@@ -1037,7 +1037,7 @@
+@@ -1114,7 +1114,7 @@
return;
tdelta = us2ms(libinput->dispatch_time - eventtime);
-- if (tdelta > 10) {
+- if (tdelta > 20) {
+ if (tdelta > 75) {
evdev_log_bug_client_ratelimit(device,
&device->delay_warning_limit,
diff --git a/source/x/libinput/libinput.url b/source/x/libinput/libinput.url
index f50e5e120..ab3293ccf 100644
--- a/source/x/libinput/libinput.url
+++ b/source/x/libinput/libinput.url
@@ -1 +1 @@
-http://www.freedesktop.org/software/libinput/
+https://gitlab.freedesktop.org/libinput/libinput