[neon/neon/pkg-kde-tools-neon/Neon/unstable] usr/share/pkg-kde-tools/lib: use correct libexec var and also set qtplugin dir

Harald Sitter null at kde.org
Tue Mar 14 08:50:36 GMT 2023


Git commit 99f1182da95abf48d4a492bc9fdd8e952de4cd64 by Harald Sitter.
Committed on 14/03/2023 at 08:49.
Pushed by sitter into branch 'Neon/unstable'.

use correct libexec var and also set qtplugin dir

I am not entirely sure why libexec requires such a different format
in any case this is only temporary until we move to /usr

M  +2    -1    usr/share/pkg-kde-tools/lib/kf6_flags

https://invent.kde.org/neon/neon/pkg-kde-tools-neon/commit/99f1182da95abf48d4a492bc9fdd8e952de4cd64

diff --git a/usr/share/pkg-kde-tools/lib/kf6_flags b/usr/share/pkg-kde-tools/lib/kf6_flags
index e0d1d38..20e3c7d 100644
--- a/usr/share/pkg-kde-tools/lib/kf6_flags
+++ b/usr/share/pkg-kde-tools/lib/kf6_flags
@@ -4,5 +4,6 @@
 -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.91.0
 -DKDE_INSTALL_CONFDIR=/usr/kf6/etc/xdg
 -DUDEV_RULES_INSTALL_DIR=/usr/kf6/lib/udev/rules.d
--DKDE_INSTALL_LIBEXECDIR=/usr/kf6/lib/`dpkg-architecture --query DEB_TARGET_MULTIARCH`/libexec
+-DCMAKE_INSTALL_FULL_LIBEXECDIR_KF6=/usr/kf6/lib/`dpkg-architecture --query DEB_TARGET_MULTIARCH`/libexec/kf6
+-DKDE_INSTALL_QTPLUGINDIR=/usr/kf6/lib/`dpkg-architecture --query DEB_TARGET_MULTIARCH`/qt6/plugins
 -DECM_MKSPECS_INSTALL_DIR=/usr/kf6/lib/`dpkg-architecture --query DEB_TARGET_MULTIARCH`/qt6/mkspecs/modules


More information about the Neon-commits mailing list