[neon/plasma/kscreen/Neon/unstable_noble] debian: use gcc-14 for new utility
Carlos De Maine
null at kde.org
Sun Jul 26 12:12:49 BST 2026
Git commit 5f83335f90d22d78a8c16a6d1dbe61ab60489278 by Carlos De Maine.
Committed on 26/07/2026 at 11:12.
Pushed by carlosdem into branch 'Neon/unstable_noble'.
use gcc-14 for new utility
M +2 -0 debian/control
M +7 -0 debian/rules
https://invent.kde.org/neon/plasma/kscreen/-/commit/5f83335f90d22d78a8c16a6d1dbe61ab60489278
diff --git a/debian/control b/debian/control
index 467a1e8..5df83de 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,8 @@ Uploaders: Felix Geyer <fgeyer at debian.org>,
Rohan Garg <rohan at kde.org>
Build-Depends: cmake,
debhelper-compat (= 13),
+ gcc-14,
+ g++-14,
kf6-extra-cmake-modules,
kf6-kauth-dev,
kf6-kcmutils-dev,
diff --git a/debian/rules b/debian/rules
index 3d69b0d..f7c7105 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,12 @@
# SPDX-License-Identifier: LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+# need gcc 14
+export CC=gcc-14
+export CXX=g++-14
+
%:
dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_CXX_STANDARD=23
More information about the Neon-commits
mailing list