[neon/extras/gammaray/Neon/experimental] debian: more cmake variables and various deps

Carlos De Maine null at kde.org
Thu Aug 3 00:29:06 BST 2023


Git commit 63755cdc8eaf8f9545be4efae6c0b6c9cda28499 by Carlos De Maine.
Committed on 03/08/2023 at 01:29.
Pushed by carlosdem into branch 'Neon/experimental'.

more cmake variables and various deps

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

https://invent.kde.org/neon/extras/gammaray/-/commit/63755cdc8eaf8f9545be4efae6c0b6c9cda28499

diff --git a/debian/control b/debian/control
index 4cc20626..b004102e 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,13 @@ Build-Depends: cmake,
                debhelper-compat (= 13),
                doxygen,
                gdb,
+               graphviz,
+               libbfd-dev,
                libdw-dev,
                libdwarf-dev,
+               libelf-dev,
                libgraphviz-dev,
+               libiberty-dev,
                libproj-dev,
                libwayland-dev,
                kf6-extra-cmake-modules,
diff --git a/debian/rules b/debian/rules
index 2eb57c22..4527e6cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,10 @@ override_dh_auto_configure:
 		--log-level=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE \
-		-DQT_VERSION_MAJOR=6 
+		-DQT_VERSION_MAJOR=6 \
+		-DGAMMARAY_INSTALL_QT_LAYOUT=true \
+		-DECM_MKSPECS_INSTALL_DIR=/usr/lib/*/qt6/mkspecs/modules \
+		-DPLUGIN_INSTALL_DIR=/usr/lib/*/qt6/plugins/gammaray
 		
 override_dh_auto_test:
     :


More information about the Neon-commits mailing list