summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Erich Ritz2020-09-03 19:35:21 +0200
committer Willy Sudiarto Raharjo2020-09-05 03:26:43 +0200
commit32e3f3dbf114302f6e518ae926d491430e928f11 (patch)
tree25ce8849c2f55849b2490948628748a78b33a1ff /system
parentb848bd9d3963fec959a8747d89c5755685fb51a3 (diff)
downloadslackbuilds-32e3f3dbf114302f6e518ae926d491430e928f11.tar.gz
system/Solaar: Updated for version 1.0.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/Solaar/README3
-rw-r--r--system/Solaar/Solaar.SlackBuild4
-rw-r--r--system/Solaar/Solaar.info8
3 files changed, 9 insertions, 6 deletions
diff --git a/system/Solaar/README b/system/Solaar/README
index 9c6b8509f9..cb67a12858 100644
--- a/system/Solaar/README
+++ b/system/Solaar/README
@@ -21,3 +21,6 @@ usermod -a -G plugdev <username>
After installation, you must physically remove the Unifying Receiver and
re-insert it for the device node permissions to take effect for the
first time.
+
+NOTE: As of 1.0.2 Solaar has moved to python3, so all of its
+dependencies must be built with python3 support.
diff --git a/system/Solaar/Solaar.SlackBuild b/system/Solaar/Solaar.SlackBuild
index 360cf018f8..f59f7f1b1a 100644
--- a/system/Solaar/Solaar.SlackBuild
+++ b/system/Solaar/Solaar.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=Solaar
-VERSION=${VERSION:-1.0.1}
+VERSION=${VERSION:-1.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,7 +59,7 @@ 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 {} \;
-python setup.py install --root=$PKG
+python3 setup.py install --root=$PKG
mkdir -p $PKG/etc/udev/rules.d
cp -a rules.d/42-logitech-unify-permissions.rules $PKG/etc/udev/rules.d
diff --git a/system/Solaar/Solaar.info b/system/Solaar/Solaar.info
index dc37e41ca4..6f9fd9d7cf 100644
--- a/system/Solaar/Solaar.info
+++ b/system/Solaar/Solaar.info
@@ -1,10 +1,10 @@
PRGNAM="Solaar"
-VERSION="1.0.1"
+VERSION="1.0.3"
HOMEPAGE="https://pwr-solaar.github.io/Solaar/"
-DOWNLOAD="https://github.com/pwr-Solaar/Solaar/archive/1.0.1/Solaar-1.0.1.tar.gz"
-MD5SUM="1464f68e000b2f93897ccc5736bfb61a"
+DOWNLOAD="https://github.com/pwr-Solaar/Solaar/archive/1.0.3/Solaar-1.0.3.tar.gz"
+MD5SUM="0fb26e93f4fe5022809e6fdf25dddbd6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pyudev"
+REQUIRES="python3 pyudev"
MAINTAINER="Erich Ritz"
EMAIL="erich.public@protonmail.com"