Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 930153

Summary: [guru] gnome-extra/iio-sensor-proxy: support non-systemd systems
Product: GURU Reporter: Avraham Hollander <anhollander516>
Component: Package issuesAssignee: GURU project <guru-bugs>
Status: UNCONFIRMED ---    
Severity: enhancement CC: mailgentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Avraham Hollander 2024-04-17 17:06:46 UTC
iio-sensor-proxy can be built without systemd by simply commenting out the systemd dependency  in meson.build and supplying an appropriate initscript. Void Linux does this, for example. It just works as expected.

It would be worth letting non-systemd users install iio-sensor-proxy from GURU rather than having to do the above manually.
Comment 1 Erwin Kaats 2024-05-11 18:53:50 UTC
I've committed an update based on a forum post I found:
https://forums.gentoo.org/viewtopic-t-1115254-start-0.html

Commit: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?h=dev&id=b3679440310877c861685630fb986c35e2171653

This is my first contribution, so I'd be happy to receive feedback.