- Sep 28, 2023
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
The build failure on openSUSE is real, but the "fix" switched the internal library accidentally to SHARED, without installing it. It shouldn't be a library at all, really (if STATIC won't do). FIXES #2203
-
- Sep 19, 2023
-
-
Adriaan de Groot authored
Let this run overnight so we can see the appstream-api-change locally. See #2202
-
- Sep 12, 2023
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
- Sep 11, 2023
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Most CalamaresUtils things go to Calamares - YAML support to Calamares::YAML and then remove redundant "yaml" from the function names.
-
- Sep 10, 2023
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
The locale bits were spread over Calamares::Locale and CalamaresUtils::Locale.
-
Adriaan de Groot authored
- Try to build with KF6 - Bodge out the actual loading-of-konsole-part
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
- Don't use the ${kfname} package itself, use it as a prefix for specific components of that package (e.g. ${kfname}CoreAddons) - Use TYPE to indicate required packages, rather than using REQUIRED in the find_package call, to more-helpfully collect missing requirements.
-
Adriaan de Groot authored
1- Need to be careful switching dependencies from REQUIRED to OPTIONAL 2- Don't do ECM REQUIRED all over the place 3- Workaround neon CI not having KCrash (which translated to KF5 not found, which translated to a missing REQUIRED dependency, see 1).
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
Split the install-dependencies off into a shell script instead of being part of the workflow, so that it can be run manually or by other means than the GH workflow.
-
dalto authored
-
- Sep 09, 2023
-
-
dalto authored
-
dalto authored
-
Adriaan de Groot authored
-
- Sep 08, 2023
-
-
Adriaan de Groot authored
x86_64-suse-linux/bin/ld: libusers_internal.a(mocs_compilation.cpp.o): relocation R_X86_64_32 against symbol `_ZN6Config16staticMetaObjectE' can not be used when making a shared object; recompile with -fPIC x86_64-suse-linux/bin/ld: failed to set dynamic section sizes: bad value collect2: error: ld returned 1 exit status
-
Adriaan de Groot authored
add keyboard layout switch selector
-
Adriaan de Groot authored
-
Adriaan de Groot authored
The find_package() in the plasmalnf module seems to mark KF5 as not-found, because one component is not found right then -- after that, CMake-time fails because KF5 is still-required and not-found.
-
- Sep 07, 2023
-
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Adriaan de Groot authored
-
Ivan Borzenkov authored
-
Ivan Borzenkov authored
-
Ivan Borzenkov authored
-
Adriaan de Groot authored
[users] CheckPWQuality.cpp Qt6 correction
-