[utilities/kdebugsettings] /: Add support for snap-snapcraft
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 50054c4366e31e42601da1edafc60a2328ea3274 by Laurent Montel.
Committed on 17/07/2026 at 11:37.
Pushed by mlaurent into branch 'master'.
Add support for snap-snapcraft
M +1 -0 .gitlab-ci.yml
M +1 -1 CMakeLists.txt
https://invent.kde.org/utilities/kdebugsettings/-/commit/50054c4366e31e42601da1edafc60a2328ea3274
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75fac9d7..0b218ba2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,7 @@ include:
- /gitlab-templates/alpine-qt6.yml
- /gitlab-templates/linux-qt6-next.yml
- /gitlab-templates/pre-commit.yml
+ - /gitlab-templates/snap-snapcraft-lxd.yml
build_clazy:
extends:
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 10bf7c36..7e2fbcc4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2015-2026 Laurent Montel <[email protected]>
# SPDX-License-Identifier: BSD-3-Clause
# KDE Application Version, managed by release script
-cmake_minimum_required(VERSION 3.29.0)
+cmake_minimum_required(VERSION 3.28.0)
set(RELEASE_SERVICE_VERSION_MAJOR "26")
set(RELEASE_SERVICE_VERSION_MINOR "11")
set(RELEASE_SERVICE_VERSION_MICRO "70")