diff options
author | François Andriot <albator78@libertysurf.fr> | 2018-07-20 12:41:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-07-20 12:43:17 +0900 |
commit | 19cdd9e7fded073d6a3fcca77d3c07567dc49706 (patch) | |
tree | 23259660497635362db44ce9a0e06f8fb2dd54a7 /src | |
parent | 7ae5fbd1e6d995863805678d85cf4a5fb4ed91bd (diff) | |
download | kstreamripper-19cdd9e7fded073d6a3fcca77d3c07567dc49706.tar.gz kstreamripper-19cdd9e7fded073d6a3fcca77d3c07567dc49706.zip |
Fixed FTBFS in OpenSUSE (all versions) and Fedora 28.
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9fa6391b3fb8853c6cd7f717f117c62189e266ec)
Diffstat (limited to 'src')
-rw-r--r-- | src/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
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' ) |