Search Criteria
Package Details: solaar-git 1.1.13.r2.g9d2cedbe-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/solaar-git.git (read-only, click to copy) |
---|---|
Package Base: | solaar-git |
Description: | Linux device manager for a wide range of Logitech devices |
Upstream URL: | https://pwr-solaar.github.io/Solaar/ |
Licenses: | GPL-2.0-or-later |
Conflicts: | python-hid-parser, solaar |
Provides: | python-hid-parser, solaar |
Replaces: | python-hid-parser |
Submitter: | Max-P |
Maintainer: | Max-P |
Last Packager: | Max-P |
Votes: | 44 |
Popularity: | 0.025771 |
First Submitted: | 2015-10-02 22:37 (UTC) |
Last Updated: | 2024-05-13 07:11 (UTC) |
Dependencies (19)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- gobject-introspection-runtime
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libnotify (libnotify-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-dbus
- python-evdev
- python-gobject
- python-psutil
- python-pyudev
- python-xlib
- python-yaml (python-yaml-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- libayatana-appindicator (optional) – Display tray icon
Required by (2)
- input-devices-support (requires solaar) (optional)
- input-devices-support-gnome (requires solaar) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
Max-P commented on 2024-04-21 10:20 (UTC)
Added necessary provides/conflicts. I feel like this should have been vendored in as
solaar.hid_parser
, because it's kind of weird forsolaar
to provide an HID parsing library for Python but ¯_(ツ)_/¯ I don't think anything other than Solaar was using it so it's probably fine, and one less dependency to maintain.DexterHaxxor commented on 2024-04-21 09:38 (UTC)
a5a0d7e80e5163f59698a7e7046fc88e22ac2b7f causes:
error: failed to commit transaction (conflicting files) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__init__.py exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__pycache__/__init__.cpython-311.opt-1.pyc exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__pycache__/__init__.cpython-311.pyc exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__pycache__/data.cpython-311.opt-1.pyc exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/__pycache__/data.cpython-311.pyc exists in filesystem (owned by python-hid-parser-git) solaar-git: /usr/lib/python3.11/site-packages/hid_parser/data.py exists in filesystem (owned by python-hid-parser-git) Errors occurred, no packages were upgraded.
ragusa87 commented on 2024-03-15 19:25 (UTC)
The changelog file has been renamed. You need to edit the PKGBUILD and use
CHANGELOG.md
to fix the package.class101 commented on 2022-11-07 18:52 (UTC) (edited on 2022-11-07 18:57 (UTC) by class101)
@Max-P
In case you haven't seen my report
python-hid-parser-git
needs to be fixed to get ride of the endless update0.0.3 > 0.0.4=0.0.3 > 0.0.4=0.0.3 etc...
the
pkgver()
method produces a different version0.0.3
than what you set in PKGBUILD0.0.4
Nor there is a missing Git tag
0.0.4
at github.com, nor you have to go back to0.0.3
in the PKGBUILDMax-P commented on 2022-10-31 02:10 (UTC)
@lgm This makes more sense as a separate package, so I've created python-hid-parser-git and added it as a dependency.
It seems to be optional for now, but I imagine this might not be the case forever if this is a recent introduction so I made it a required dependency to ensure full support for features that may depend on it.
lgm commented on 2022-10-17 18:49 (UTC) (edited on 2022-10-17 18:50 (UTC) by lgm)
solaar now contains a submodule
https://github.com/usb-tools/python-hid-parser.git
. As per https://wiki.archlinux.org/title/VCS_package_guidelines#Git_submodules, I think a patch should look as follows:EDIT: I tested this patch and it works for me
crypt0ninja commented on 2022-04-22 10:42 (UTC) (edited on 2022-04-22 18:38 (UTC) by crypt0ninja)
Getting the following error during build as of yesterday:
install: cannot stat 'ChangeLog': No such file or directory 'README.md' -> '/var/tmp/pamac-build-crypt0ninja/solaar-git/pkg/solaar-git/usr/share/doc/solaar-git/README.md' ==> ERROR: A failure occurred in package(). Aborting...
UPDATE: changing ChangeLog to ChangeLog.md in PKGBUILD resolves the issue.
HC6505 commented on 2022-03-27 10:53 (UTC)
Latest version needs python-evdev
solaar: error: Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/solaar/gtk.py", line 158, in main import solaar.ui as ui File "/usr/lib/python3.10/site-packages/solaar/ui/init.py", line 101, in <module> from . import diversion_rules, notify, tray, window # isort:skip # noqa: E402 File "/usr/lib/python3.10/site-packages/solaar/ui/diversion_rules.py", line 30, in <module> from logitech_receiver import diversion as _DIV File "/usr/lib/python3.10/site-packages/logitech_receiver/diversion.py", line 28, in <module> import evdev ModuleNotFoundError: No module named 'evdev'
lgm commented on 2021-12-20 17:39 (UTC)
The name of the changelog file changed from
ChangeLog
toChangeLog.md
, causing the package build to fail.jose1711 commented on 2021-08-23 20:44 (UTC)
please ship with language files (https://bugs.archlinux.org/task/71766). thanks
« First ‹ Previous 1 2 3 4 5 Next › Last »