diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-22 15:04:24 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-22 20:08:51 +0200 |
commit | 47fb9653b86986a76d9a5dd67955ffd598755e17 (patch) | |
tree | d548e48fa0dd79a53d5ab8f2c1c5c56082b94cd1 /share | |
parent | 42b6da1ffe7d489d237a33b73f3d31392a41a856 (diff) | |
download | logdiag-47fb9653b86986a76d9a5dd67955ffd598755e17.tar.gz logdiag-47fb9653b86986a76d9a5dd67955ffd598755e17.tar.xz logdiag-47fb9653b86986a76d9a5dd67955ffd598755e17.zip |
Bump the CMake version requirement, fix Windows
- Add a missing runtime library for gettext-tools.
- Remove the no longer necessary customized FindGettext.cmake,
since the downloaded gettext binaries are new enough.
- Make the installer at least ask to uninstall previous versions.
- Adjust the PATH of tests so that they'll run on Windows directly.
- Fix quoting so that the project will build inside paths with spaces.
- Resolve a GSettings deprecation warning.
- Update the README's build instructions as appropriate.
- Require CMake 3.9 because of the README's suggestion to fix
FindPkgConfig.cmake manually using separate_arguments(UNIX_COMMAND).
Tested build configurations:
- native Arch Linux,
- native Windows XP with the newest NSIS,
- Arch Linux Mingw-w64 i686 Win32Depends.cmake NSIS cross-build + XP,
- Arch Linux Mingw-w64 x86_64 MSYS2 NSIS cross-build + Windows 10.
Detected issues:
- The file save dialog will not add the extension automatically,
seen with MSYS2.
Diffstat (limited to 'share')
-rw-r--r-- | share/org.logdiag.gschema.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/org.logdiag.gschema.xml b/share/org.logdiag.gschema.xml index aed6cb1..71131d4 100644 --- a/share/org.logdiag.gschema.xml +++ b/share/org.logdiag.gschema.xml @@ -1,5 +1,5 @@ <schemalist> - <schema id="org.logdiag" path="/apps/logdiag/" gettext-domain="logdiag"> + <schema id="org.logdiag" path="/org/logdiag/" gettext-domain="logdiag"> <key name="show-main-toolbar" type="b"> <default>true</default> <summary>Whether to show the main toolbar</summary> |