From 9fa6391b3fb8853c6cd7f717f117c62189e266ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Fri, 20 Jul 2018 12:41:46 +0900 Subject: Fixed FTBFS in OpenSUSE (all versions) and Fedora 28. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot Signed-off-by: Michele Calgaro --- src/SConscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/SConscript b/src/SConscript index 35bc2d5..97a8595 100644 --- a/src/SConscript +++ b/src/SConscript @@ -44,7 +44,6 @@ myenv.KDEaddpaths_includes( ['./', '../'] ) ## Necessary libraries to link against myenv.KDEaddlibs( ['tqt-mt', 'tqt', 'tdecore', 'tdeio', 'tdeui', 'tdednssd'] ) -if env['KDEm2']>3: myenv.KDEaddlibs( ['tdednssd']) ############################# ## Data to install @@ -57,7 +56,7 @@ myenv.KDEinstall( 'KDEDATA', 'kstreamripper', 'kstreamripperui.rc' ) ## Warning : there is a difference between the normal destop file used for the menu ## and the servicetype desktop file, so they go in different directories ## you will find more information in 'test3' -myenv.KDEinstall( 'KDEMENU', 'Utilities', 'kstreamripper.desktop') +myenv.KDEinstall( 'KDEXDG', '', 'kstreamripper.desktop') ## Use this when you need to install a mimetype file #myenv.KDEinstall( 'KDEMIME', 'application', 'x-test1.desktop' ) -- cgit v1.2.1