vagnum08 / cpupower-gui

cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build

timofeika opened this issue · comments

commented

Cannot build, got an error (meson)

this is exactly the same bug as described here: #71

Same here.

Same Error like in #71

Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Configuring org.rnd2.cpupower_gui.desktop.in using configuration

cpupower-gui/data/meson.build:14:0: ERROR: Function does not take positional arguments.

A full log can be found at /home/user/.cache/yay/cpupower-gui-git/src/build/meson-logs/meson-log.txt
==> FEHLER: Ein Fehler geschah in build().
Breche ab...
-> Fehler beim Ausführen: cpupower-gui-git

For both. cpupower-gui and cpupower-gui-git

i18n.merge_file had been ignoring positional arguments but since meson 0.60.0 it explicitly rejects it.

If you remove line 15 from cpupower-gui/data/meson.build that says 'desktop' , it should work.

Removed the offending line from meson.build in master.