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:41:46 +0900 |
commit | 9fa6391b3fb8853c6cd7f717f117c62189e266ec (patch) | |
tree | aecd1928da21a2f62bab3fe5ff344026bd072c7b /src | |
parent | ef18cc16faccdac7bee9a7e2c2cbaf4a0eaf30f1 (diff) | |
download | kstreamripper-9fa6391b3fb8853c6cd7f717f117c62189e266ec.tar.gz kstreamripper-9fa6391b3fb8853c6cd7f717f117c62189e266ec.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>
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' ) |