[neon/kde/spectacle/Neon/release_jammy] debian: use clang 14, llvm and ninja

Carlos De Maine null at kde.org
Wed Jun 5 12:26:33 BST 2024


Git commit 05aa684cdad3aa00442c31077e93d1978089d205 by Carlos De Maine.
Committed on 05/06/2024 at 11:26.
Pushed by carlosdem into branch 'Neon/release_jammy'.

use clang 14, llvm and ninja

M  +4    -2    debian/control
M  +0    -2    debian/rules

https://invent.kde.org/neon/kde/spectacle/-/commit/05aa684cdad3aa00442c31077e93d1978089d205

diff --git a/debian/control b/debian/control
index 7f2d941..17542c9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,8 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
+               clang-14,
                debhelper-compat (= 13),
-               gcc-13,
-               g++-13,
                kf6-extra-cmake-modules,
                kf6-kcolorscheme-dev,
                kf6-kconfig-dev,
@@ -25,6 +24,7 @@ Build-Depends: cmake,
                kf6-kxmlgui-dev,
                kf6-purpose-dev,
                kwayland-dev,
+               libc++-14-dev,
                libkf6screen-dev,
                libkpipewire-dev,
                liblayershellqtinterface-dev,
@@ -37,6 +37,8 @@ Build-Depends: cmake,
                libxcb-util0-dev,
                libxcb-xfixes0-dev,
                libzxing-dev,
+               llvm-14-dev,
+               ninja-build,
                pkg-config,
                pkg-kde-tools-neon,
                plasma-wayland-protocols,
diff --git a/debian/rules b/debian/rules
index fcc23a2..5e871ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,6 @@
 #!/usr/bin/make -f
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-export gcc=13
-export g++=13
 
 %:
 	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list