Closed timofeika closed 2 years ago
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.
Cannot build, got an error (meson)
this is exactly the same bug as described here: https://github.com/vagnum08/cpupower-gui/issues/71