extragear/multimedia/amarok/src/context

Harald Sitter sitter.harald at gmail.com
Fri Feb 29 09:56:01 CET 2008


SVN commit 780473 by sitter:

revert crap
enable for osx
Mark's solution was useless for Linux, since it would have overwritten any existing files and therefore is a possible cause for nasty compability problems wh
en $INSTALLEDPLASMAVERSION differs fundamentally from $PLASMAVERSIONINAMAROKRELEASE
CCMAIL: amarok-devel at kde.org


 M  +3 -0      CMakeLists.txt  


--- trunk/extragear/multimedia/amarok/src/context/CMakeLists.txt #780472:780473
@@ -109,6 +109,8 @@
 set_target_properties(amarokplasma PROPERTIES VERSION 1.0.0 SOVERSION 1)
 install(TARGETS amarokplasma DESTINATION ${LIB_INSTALL_DIR})
 
+# base plasma not compiled under windows and mac, so we need to install these here
+if(WIN32 OR MACOSX)
 install(FILES
     plasma/servicetypes/plasma-animator.desktop
     plasma/servicetypes/plasma-applet.desktop
@@ -116,6 +118,7 @@
     plasma/servicetypes/plasma-runner.desktop
     plasma/servicetypes/plasma-scriptengine.desktop
     DESTINATION ${SERVICETYPES_INSTALL_DIR})
+if(WIN32 OR MACOSX)
 
 ########### install files ###############
 


More information about the Amarok-devel mailing list