Fresh clone, applied your PR.
``` cd /home/lex/geany-meson/geany meson --prefix=/home/lex/geany-meson build meson compile -C build meson install -C build ```
Warning while compiling makes geany.pc unusable
``` meson.build:82: WARNING: The variable(s) 'DEPENDENCIES', 'VERSION', 'datadir', 'datarootdir', 'exec_prefix', 'includedir', 'libdir', 'localedir', 'prefix' in the input file 'geany.pc.in' are not present in the given configuration data. ```
Won't run after install ``` ./geany: error while loading shared libraries: libgeany.so.0: cannot open shared object file: No such file or directory ```
Should be at least working in a basic manner before merge.