summarylogtreecommitdiffstats
path: root/0001_Use_cpupower.patch
diff options
context:
space:
mode:
authorPedro Gabriel Drumond Pereira2015-07-26 19:16:21 -0300
committerPedro Gabriel Drumond Pereira2015-07-26 19:16:21 -0300
commite14ec91050dfe038716672f01564ef8de8d9ee32 (patch)
treec48e77c28cac95db1d73893a0be929879ff03ee8 /0001_Use_cpupower.patch
downloadaur-e14ec91050dfe038716672f01564ef8de8d9ee32.tar.gz
Initial import
Diffstat (limited to '0001_Use_cpupower.patch')
-rw-r--r--0001_Use_cpupower.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/0001_Use_cpupower.patch b/0001_Use_cpupower.patch
new file mode 100644
index 000000000000..73c2588caace
--- /dev/null
+++ b/0001_Use_cpupower.patch
@@ -0,0 +1,12 @@
+diff -Nru indicator-cpufreq-0.1.4.orig/indicator_cpufreq/cpufreq.py indicator-cpufreq-0.1.4/indicator_cpufreq/cpufreq.py
+--- indicator-cpufreq-0.1.4.orig/indicator_cpufreq/cpufreq.py 2012-10-23 17:26:18.919464853 -0400
++++ indicator-cpufreq-0.1.4/indicator_cpufreq/cpufreq.py 2012-10-23 17:26:44.372792374 -0400
+@@ -17,7 +17,7 @@
+ from ctypes import *
+ from ctypes.util import find_library
+
+-_libcpufreq = cdll.LoadLibrary(find_library("cpufreq"))
++_libcpufreq = cdll.LoadLibrary(find_library("cpupower"))
+
+ class _cpufreq_policy(Structure):
+ _fields_ = [