Search Criteria
Package Details: ryzen-ppd 0.4.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ryzen-ppd.git (read-only, click to copy) |
---|---|
Package Base: | ryzen-ppd |
Description: | Power management daemon for AMD Ryzen Mobile processors |
Upstream URL: | https://github.com/xsmile/ryzen-ppd |
Licenses: | GPL3 |
Submitter: | xsmile |
Maintainer: | xsmile |
Last Packager: | xsmile |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-07-28 15:34 (UTC) |
Last Updated: | 2024-05-12 14:39 (UTC) |
Dependencies (9)
- python-dbus-next (python-dbus-next-gitAUR)
- python-gobject
- ryzenadjAUR (ryzenadj-gitAUR)
- upower (upower-gitAUR, upower-nocriticalAUR, upower-nosystemd-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- acpi_call (acpi_call-dkms, acpi_call-lts) (optional) – for setting ACPI platform profiles
Latest Comments
xsmile commented on 2024-05-12 14:36 (UTC)
Same here. I don't see the issue with the current Python version and the package from the official repositories anymore.
I will revert to the non git variant.
dreieck commented on 2024-05-08 22:59 (UTC) (edited on 2024-05-08 23:35 (UTC) by dreieck)
I tested with python-dbus-next, and I do not see any issue/ error coming up:
ryzen-ppd -v
:So it seems a "sometimes only"-issue?
(I think you mean issue #138 of python-dbus-next.)
Maybe a versioned dependency is better:
depends=('python-dbus-next>=0.2.3.r32')
-- this will for now be only satisfied bypython-dbus-next-git
, but also by a new release ofpython-dbus-next
, or by whatever maybe patched release somebody comes up with.I reported by email to the maintainer of python-dbus-next about the issue and that upstream has fixed it in their git repository, but failed to provide a release, and asked if he can make a newer version of the Arch Linux package
python-dbus-next
based on a specific git commit.xsmile commented on 2024-05-06 15:40 (UTC)
The git variant is needed due to upstream issue #138 and the package from the official repositories will not work in this case.
Technically you are right, though. The
python-dbus-next
dependency will be satisfied either way.dreieck commented on 2024-05-06 11:45 (UTC)
Do you you really need to depend on the
-git
variant ofpython-dbus-next
?Otherwise, please change the dependency
python-dbus-next-git
topython-dbus-next
-- so the user is not forced to use the (orphaned)-git
package from the AUR but can also use the package from the official Arch Linux repositories: The user has a choice then which variant to use.Regards!