@xAsh good catch, fixed, thanks
Search Criteria
Package Details: auto-cpufreq-git 2.3.0.r16.ga7df94d-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/auto-cpufreq-git.git (read-only, click to copy) |
---|---|
Package Base: | auto-cpufreq-git |
Description: | Automatic CPU speed & power optimizer |
Upstream URL: | https://github.com/AdnanHodzic/auto-cpufreq |
Licenses: | LGPL-3.0 |
Conflicts: | auto-cpufreq |
Provides: | auto-cpufreq |
Submitter: | crian |
Maintainer: | matthewq337 |
Last Packager: | matthewq337 |
Votes: | 20 |
Popularity: | 0.021068 |
First Submitted: | 2020-01-07 09:54 (UTC) |
Last Updated: | 2024-09-05 22:06 (UTC) |
Dependencies (11)
- dmidecode (dmidecode-gitAUR)
- python-click
- python-distro
- python-poetry (python-poetry-gitAUR)
- python-psutil
- git (git-gitAUR, git-glAUR) (make)
- python-pip (make)
- python-setuptools (make)
- cpufreqctlAUR (cpufreqctlAUR) (optional) – CPU Power Manager
- gnome-shell-extension-cpufreqAUR (optional) – CPU Power Manager for GNOME Shell
- thermald (thermald-gitAUR) (optional) – Thermal Daemon - recommended by upstream
Required by (0)
Sources (2)
matthewq337 commented on 2024-09-05 22:07 (UTC)
xAsh commented on 2024-09-05 21:01 (UTC)
the pkgbuild is a srcinfo file?
matthewq337 commented on 2024-06-13 21:27 (UTC)
@hsantanna should build now
hsantanna commented on 2023-10-20 00:11 (UTC) (edited on 2023-10-20 00:11 (UTC) by hsantanna)
New version (2.0.0.r17.g98cd5dd) doesn't have setup.py anymore.
python: can't open file '/home/user/.cache/pikaur/build/auto-cpufreq-git/src/auto-cpufreq/setup.py': [Errno 2] No such file or directory
teetest commented on 2023-03-23 23:32 (UTC)
If anyone want to change governors use command "sudo auto-cpufreq --force=governor". You must create a folder in /opt name as auto-cpufreq.
sh1sh1n11 commented on 2022-11-12 08:23 (UTC)
@crian, thanks much for clarifying that. That makes a lot of sense. Please ignore my previous comment in that case, and sorry for the trouble!
crian commented on 2022-11-12 08:21 (UTC)
@sh1sh1n11 this is the git version of this package. It is build straight from git with all the new changes. The battery indicator is fixed in upstream but not yet released in a new version.
sh1sh1n11 commented on 2022-11-12 06:02 (UTC) (edited on 2022-11-12 06:05 (UTC) by sh1sh1n11)
Hi @crian,
Thank you very much for creating and maintaining a package build for this downstream version of auto-cpufreq! I had a question regarding commit "a345eb5924a2" the one made on 2022-10-21 at 16:32:28 +0200 hrs with the title Fix and package version 1.9.6.r3.gff72e1e.
The upstream release version v1.9.6 has a battery indicator issue that prevents the program from running. As noted below.
https://github.com/AdnanHodzic/auto-cpufreq/issues/441#issuecomment-1312372453
Did you make any changes in that regard to fix that issue? Because your patched version mentioned above seems to be working fine with the new Battery Percentage Indicator feature. Also depending on your availability would you be so kind to share the patch with the upstream team on the above mentioned GitHub issue. That would be super helpful. Thanks again!
crian commented on 2022-10-21 15:03 (UTC)
everything is up to date!
Pinned Comments
OlexandrCh commented on 2020-08-13 20:44 (UTC) (edited on 2020-08-13 20:44 (UTC) by OlexandrCh)
Currently, we don't need to run
--install
on AURAfter installing from AUR, we need to start the systemd service.
systemctl enable auto-cpufreq
systemctl start auto-cpufreq
and check if it
enabled
andrunning
withsystemctl status auto-cpufreq