[neon/extras/gammaray/Neon/experimental] debian: redrop patch and QT_LAYOUT=TRUE

Carlos De Maine null at kde.org
Wed Aug 2 05:50:14 BST 2023


Git commit 169e2269d552f53cb36a6596037bcad8348757a7 by Carlos De Maine.
Committed on 02/08/2023 at 06:50.
Pushed by carlosdem into branch 'Neon/experimental'.

redrop patch and QT_LAYOUT=TRUE

M  +1    -1    debian/patches/series
M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/gammaray/-/commit/169e2269d552f53cb36a6596037bcad8348757a7

diff --git a/debian/patches/series b/debian/patches/series
index a6e8cfcc..5e9c9787 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 #debian-archs-fix-build.patch
-qt-system-paths.patch
+#qt-system-paths.patch
diff --git a/debian/rules b/debian/rules
index f76f86c4..a13bcbcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE -DQT_VERSION_MAJOR=6 -DCMAKE_PREFIX_PATH=/usr/lib/qt6/bin/ 
+	dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH) -DCMAKE_INSTALL_RPATH_USE_LINK_PATH=FALSE -DQT_VERSION_MAJOR=6 -DGAMMARAY_INSTALL_QT_LAYOUT=TRUE
 
 override_dh_auto_test:
     :


More information about the Neon-commits mailing list