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.148407 |
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 (gobject-introspection-runtime-gitAUR)
- 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-gobject-gitAUR)
- python-psutil
- python-pyudev
- python-xlib
- python-yaml (python-yaml-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (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
1 2 3 4 5 Next › Last »
intelfx commented on 2024-05-13 09:44 (UTC)
@Max-P: Please do not litter PKGBUILDs with ad-hoc cleanup code. The proper way to do this is to use
makepkg --cleanbuild
to build your packages.Max-P commented on 2024-05-13 08:05 (UTC)
No you were right, it still didn't build because of line 58, just because my fix didn't work and not because I just unflagged it for no reason. Should be resolved now (hopefully, this package is cursed). I was trying to delete the bare minimum to avoid an rm-rf incident.
When I unflag packages with no changes I usually comment or email the reason. Just check the change history next time before assuming a maintainer didn't, sometimes we just mess up the fixes ^^"
Also removing the line entirely would break the package next update as most AUR helpers reuse the directory as-is, and this creates two distribution wheels and fails to package. It's there for a reason, hopefully now it builds for everyone correctly.
DexterHaxxor commented on 2024-05-13 07:21 (UTC)
I apologise for any confusion caused, this issue was on my end (I think) but it appeared vaguely similar to the first one, so I assumed it still wasn't fixed. I'll let you know if any more issues pop up.
stef204 commented on 2024-05-11 14:19 (UTC)
Looks like one needs to comment out line 58 for package to build.
Max-P commented on 2024-05-01 04:19 (UTC)
Alright this is getting ridiculous. I've rebuilt the PKGBUILD on top of the one from [extra] fresh, so it should be good now.
class101 commented on 2024-04-30 11:07 (UTC)
It looks like the package now wantw python-wheel as dependencies but it should be in a make dependencies because if I'm not wrong, it is used to produce a .whl package only part of the installation
Max-P commented on 2024-04-29 23:42 (UTC)
@npreining Solaar now bundles that library and installs it system-wide, so it no longer needs python-hid-parser and also conflicts with it.
I just added the missing Python makedepends and a replaces array to mark it as replacing python-hid-parser.
npreining commented on 2024-04-29 23:06 (UTC)
What is going on with hid-parser versus solaar? I see a lot of comments in this thread, but it seems that the two are in conflict. I tried removing/reinstalling solaar, to no avail.
Spiker985 commented on 2024-04-28 03:28 (UTC)
It appears that
python-build
andpython-installer
should ALSO be marked as make dependencies.After installing
python-build
andpython-installer
this package installed fine.The problem: neither are in the AUR and are instead in Extra.
warigan commented on 2024-04-24 12:15 (UTC) (edited on 2024-04-24 12:20 (UTC) by warigan)
I got an error during install:
Build error (click to expand)
I fixed it by installing
python-setuptools
. Should setuptools be added as a (make) dependency?1 2 3 4 5 Next › Last »