mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/Solaar: Updated for version 1.1.11.
Signed-off-by: Erich Ritz <erich.public@protonmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e3ce182e5c
commit
02aaa79ef6
2 changed files with 6 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Solaar
|
||||
|
||||
# Copyright 2019-2023 Erich Ritz, Jenks, Oklahoma, USA
|
||||
# Copyright 2019-2024 Erich Ritz, Jenks, Oklahoma, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=Solaar
|
||||
VERSION=${VERSION:-1.1.10}
|
||||
VERSION=${VERSION:-1.1.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -68,9 +68,7 @@ find -L . \
|
|||
|
||||
python3 setup.py install --root=$PKG
|
||||
|
||||
mkdir -p $PKG/lib/udev/rules.d
|
||||
mv $PKG/usr/share/solaar/udev-rules.d/42-logitech-unify-permissions.rules $PKG/lib/udev/rules.d
|
||||
rmdir $PKG/usr/share/solaar/udev-rules.d
|
||||
mv $PKG/usr/lib $PKG/
|
||||
sed -i 's/#MODE="0660", GROUP="plugdev"/MODE="0660", GROUP="plugdev"/g' $PKG/lib/udev/rules.d/42-logitech-unify-permissions.rules
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Solaar"
|
||||
VERSION="1.1.10"
|
||||
VERSION="1.1.11"
|
||||
HOMEPAGE="https://pwr-solaar.github.io/Solaar/"
|
||||
DOWNLOAD="https://github.com/pwr-Solaar/Solaar/archive/1.1.10/Solaar-1.1.10.tar.gz"
|
||||
MD5SUM="a46694107814f46eb0bbc69003081d0a"
|
||||
DOWNLOAD="https://github.com/pwr-Solaar/Solaar/archive/1.1.11/Solaar-1.1.11.tar.gz"
|
||||
MD5SUM="00c5238277ef60d8a091ba28f3220b9e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-evdev pyudev python3-xlib python3-psutil"
|
||||
|
|
Loading…
Reference in a new issue