From dba2771e932227541afc45ae9b231c132c349508 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Tue, 30 Jun 2020 18:56:59 +0000 Subject: Tue Jun 30 18:56:59 UTC 2020 a/kernel-firmware-20200629_1a0c0c2-noarch-1.txz: Upgraded. ap/mariadb-10.5.4-x86_64-2.txz: Rebuilt. rc.mysqld: stop the database by PID to avoid improperly stopping other instances that were not started by this script. Thanks to denydias. d/vala-0.48.7-x86_64-1.txz: Upgraded. l/opusfile-0.12-x86_64-1.txz: Upgraded. n/ca-certificates-20200630-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. x/libwacom-1.4.1-x86_64-1.txz: Upgraded. --- source/x/libwacom/libwacom.SlackBuild | 4 +--- .../libwacom.joystick_property_matching.patch | 27 ---------------------- 2 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 source/x/libwacom/libwacom.joystick_property_matching.patch (limited to 'source/x') diff --git a/source/x/libwacom/libwacom.SlackBuild b/source/x/libwacom/libwacom.SlackBuild index e4e18737..207b2374 100755 --- a/source/x/libwacom/libwacom.SlackBuild +++ b/source/x/libwacom/libwacom.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libwacom VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -79,8 +79,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+ -zcat $CWD/libwacom.joystick_property_matching.patch.gz | patch -p1 --verbose || exit 1 - CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ diff --git a/source/x/libwacom/libwacom.joystick_property_matching.patch b/source/x/libwacom/libwacom.joystick_property_matching.patch deleted file mode 100644 index 84360dc9..00000000 --- a/source/x/libwacom/libwacom.joystick_property_matching.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 9bacf5a1bf079c972abd66b3bd8bca923ae6ecb1 Mon Sep 17 00:00:00 2001 -From: Sebastian Keller -Date: Sat, 27 Jun 2020 17:21:53 +0200 -Subject: [PATCH] tools: Fix joystick property matching in udev rule - -This was not doing actual matching of the property, but assigning it, -which resulted in no device being assigned this property. This broke -gamepad/joystick permissions. - -Fixes #271 ---- - tools/65-libwacom.rules.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tools/65-libwacom.rules.in b/tools/65-libwacom.rules.in -index e7ce4aa..04f2bf3 100644 ---- a/tools/65-libwacom.rules.in -+++ b/tools/65-libwacom.rules.in -@@ -20,6 +20,6 @@ KERNELS=="input*", \ - - # We can't unset properties through the hwdb but we can set them to zero. - # So let's have a rule that converts the 0 properties to unset ones. --ENV{ID_INPUT_JOYSTICK}="0", ENV{ID_INPUT_JOYSTICK}="" -+ENV{ID_INPUT_JOYSTICK}=="0", ENV{ID_INPUT_JOYSTICK}="" - - LABEL="libwacom_end" - -- cgit v1.2.3