Package Details: thinkfan-git 1.0_beta3.r35.1aa6ea0-2

Git Clone URL: https://aur.archlinux.org/thinkfan-git.git (read-only, click to copy)
Package Base: thinkfan-git
Description: The minimalist fan control program
Upstream URL: https://github.com/vmatare/thinkfan/
Licenses: GPL3
Conflicts: thinkfan
Provides: thinkfan
Submitter: None
Maintainer: rdoursenaud
Last Packager: rdoursenaud
Votes: 15
Popularity: 0.000000
First Submitted: 2015-12-15 02:51 (UTC)
Last Updated: 2021-08-24 15:59 (UTC)

Dependencies (6)

Required by (1)

Sources (1)

Latest Comments

1 2 Next › Last »

addohm commented on 2025-06-03 12:07 (UTC)

When I run this I get the little bouncy doodad but after a few seconds nothing.

Linux ai04 6.14.7-zen2-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Thu, 22 May 2025 05:37:13 +0000 x86_64 GNU/Linu Running KDE Plasma

Also, do you know if these thinkfan packages include GPU fan speed control?

rdoursenaud commented on 2021-08-24 15:58 (UTC)

@xsmile Thanks for the great suggestion! Patch incoming :)

xsmile commented on 2021-08-22 20:18 (UTC)

Please add etc/systemd/system/thinkfan.service.d/override.conf to the backup array, otherwise the file is overwritten when installing updates, thanks.

rdoursenaud commented on 2019-01-04 10:59 (UTC) (edited on 2019-01-04 11:00 (UTC) by rdoursenaud)

@memorious-fumes pkgconfig is part of the base-devel package group which is an all-time requirement for building packages on Arch Linux. Its installation is always assumed, along with base.

See, for reference:
https://wiki.archlinux.org/index.php/Makepkg#Usage
https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started
https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites
https://wiki.archlinux.org/index.php/Arch_User_Repository#Foo_in_the_AUR_does_not_compile_when_I_run_makepkg;_what_should_I_do?

memorious-fumes commented on 2019-01-04 01:47 (UTC)

I think pkgconfig is a dependency; I couldn't get it to work until I installed it.

rdoursenaud commented on 2017-09-25 08:21 (UTC)

Since I'm now the proud owner of a P51 and this package is essential to keep it cool and mostly noiseless, I adopted the package. Please let me know if anything's missing.

xduugu commented on 2017-04-16 11:59 (UTC)

I fixed the dependencies, thanks. However, I also disowned the package since I do not use it anymore.

xorly commented on 2017-04-15 18:10 (UTC)

There is new dependency: yaml-cpp

xduugu commented on 2017-03-25 21:40 (UTC)

Fixed systemd services files' location, thanks for pointing out.

xorly commented on 2017-03-25 12:14 (UTC)

please cleanup and modify cmake flags to fix install paths on 64bit systems: -DUSE_ATASMART:BOOL=ON \ -DCMAKE_BUILD_TYPE:STRING="Release" \ -DCMAKE_INSTALL_PREFIX:PATH=/usr \ -DCMAKE_INSTALL_SBINDIR=bin \ -DCMAKE_INSTALL_LIBDIR=lib \ .