- Status Closed
- Percent Complete
- Task Type Implementation Request
- Category Any
-
Assigned To
Emulatorman tobias - Operating System Hyperbola GNU/Linux-libre
- Severity Low
- Priority Very Low
- Reported Version Any
- Due in Version Milky Way v0.5
-
Due Date
Undecided
- Votes
- Private
FS#135 - [thinkfan] add package
Could it be possible to add this package :
thinkfan
“A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi”
License : GPL
to the repo ?
Thanks
Closed by tobias
22.01.2022 02:45
Reason for closing: Won't implement
Additional comments about closing:
22.01.2022 02:45
Reason for closing: Won't implement
Additional comments about closing:
Not possible to be added as using
problematic dependencies (note of the
last comment).
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Also need an OpenRC start/stop/status script
I compiled it myself meanwhile (really needed it), I used the openrc script provided by Gentoo.
This works fine :
#!/usr/bin/openrc-run # Copyright 2018 Hyperbola Project # Distributed under the terms of the GNU General Public License v2 extra_started_commands="reload" depend() { after modules } start() { ebegin "Starting thinkfan" start-stop-daemon --start --exec /usr/bin/thinkfan -- -q -s5 -c /etc/thinkfan.conf eend $? } stop() { ebegin "Stopping thinkfan" start-stop-daemon --stop --exec /usr/bin/thinkfan eend $? } reload() { PID=$(<@PID_FILE@) ebegin "Sending SIGHUP to thinkfan($PID)" kill -HUP $PID eend $? }Thanks for the input, but this package cannot be added as it depends on libatasmart and this library is a complete problem of its own. Sorry, but adding won't be possible.