@dude ah, that makes sense. Thanks!
Search Criteria
Package Details: thinkfan 1.3.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/thinkfan.git (read-only, click to copy) |
---|---|
Package Base: | thinkfan |
Description: | A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi |
Upstream URL: | https://github.com/vmatare/thinkfan |
Licenses: | GPL-3.0-or-later |
Submitter: | FALKER |
Maintainer: | harmathy |
Last Packager: | harmathy |
Votes: | 190 |
Popularity: | 0.21 |
First Submitted: | 2009-03-02 09:01 (UTC) |
Last Updated: | 2024-07-09 06:52 (UTC) |
Dependencies (4)
- libatasmart (libatasmart-gitAUR)
- yaml-cpp
- cmake (cmake-gitAUR) (make)
- lm_sensors (lm_sensors-gitAUR) (optional) – hwmon support
Required by (1)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 14 Next › Last »
HariSeldon commented on 2021-10-27 03:46 (UTC)
dude commented on 2021-10-27 01:04 (UTC)
@HariSeldon You need to rebuild thinkfan after updating its dependencies.
HariSeldon commented on 2021-10-27 00:49 (UTC)
I'm having the same issue as Github user zijian-x:
bobarch64 commented on 2021-06-21 10:57 (UTC)
@dude, thanks for maintaining this!
dude commented on 2021-01-11 06:54 (UTC)
Thanks for the patch, it is much appreciated. I will apply it and update the package in the morning.
edacval commented on 2021-01-11 06:47 (UTC) (edited on 2021-01-11 06:48 (UTC) by edacval)
Some improvements: http://ix.io/2LCC
Dont fail if BUILDDIR in makepkg.conf is not empty.
Installing "$pkgname".service
once is enough :)
diff --git a/.SRCINFO b/.SRCINFO
index 4417b42..6c419bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thinkfan
pkgdesc = A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi
pkgver = 1.2.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/vmatare/thinkfan
install = thinkfan.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3c99a7e..17905ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=thinkfan
pkgver=1.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="A minimalist fan control program. Supports the sysfs hwmon interface and thinkpad_acpi"
url="https://github.com/vmatare/thinkfan"
arch=('i686' 'x86_64')
@@ -37,10 +37,9 @@ package() {
install -D -m644 examples/* "$pkgdir"/usr/share/doc/"$pkgname"/examples
install -D -m644 src/"$pkgname".1 "$pkgdir"/usr/share/man/man1
install -D -m644 src/"$pkgname".conf.5 "$pkgdir"/usr/share/man/man5
- install -D -m644 ../"$pkgname".service rcscripts/systemd/thinkfan-wakeup.service "$pkgdir"/usr/lib/systemd/system
- install -D -m644 ../"$pkgname".service rcscripts/systemd/thinkfan-sleep.service "$pkgdir"/usr/lib/systemd/system
+ install -D -m644 "$srcdir/$pkgname".service rcscripts/systemd/thinkfan-{sleep,wakeup}.service "$pkgdir"/usr/lib/systemd/system
install -D -m644 rcscripts/systemd/override.conf "$pkgdir"/etc/systemd/system/thinkfan.service.d
- install -D -m644 ../thinkpad_acpi.conf "$pkgdir"/usr/lib/modprobe.d
+ install -D -m644 "$srcdir"/thinkpad_acpi.conf "$pkgdir"/usr/lib/modprobe.d
}
# vim:set ts=2 sw=2 noet:
dude commented on 2021-01-09 21:35 (UTC)
@FirstAirBender silentnoodle has added the service file for thinkfan-sleep. Please let me know if there are any other changes you see that need to be made.
silentnoodle commented on 2021-01-08 21:54 (UTC)
@dude all yours
dude commented on 2021-01-08 21:45 (UTC)
@silentnoodle I can if you don't want to.
silentnoodle commented on 2021-01-08 20:42 (UTC)
@dude do you want to maintain this?
Pinned Comments