Сравнение thermald-2.5.3 с thermald-2.5.4
/usr/portage/sys-power/thermald/thermald-2.5.4.ebuild 2023-10-09 14:52:35.572368503 +0300 | ||
---|---|---|
31 | 31 |
CONFIG_CHECK="~PERF_EVENTS_INTEL_RAPL ~X86_INTEL_PSTATE ~INTEL_POWERCLAMP ~INT340X_THERMAL ~ACPI_THERMAL_REL ~INT3406_THERMAL" |
32 | 32 | |
33 | 33 |
src_prepare() { |
34 |
sed -i -e "/group=/s/power/wheel/g" \ |
|
35 |
data/org.freedesktop.thermald.conf || die |
|
36 | ||
37 | 34 |
sed -i -e '/tdrundir/s@\$localstatedir/run@\$runstatedir@' \ |
38 | 35 |
configure.ac || die |
39 | 36 | |
... | ... | |
45 | 42 |
ECONF_SOURCE="${S}" econf \ |
46 | 43 |
--disable-werror \ |
47 | 44 |
--runstatedir="${EPREFIX}"/run \ |
45 |
--with-dbus-power-group=wheel \ |
|
48 | 46 |
--with-systemdsystemunitdir="$(systemd_get_systemunitdir)" |
49 | 47 |
} |
50 | 48 |