extragear/multimedia/amarok/src/context
Maximilian Kossick
maximilian.kossick at googlemail.com
Fri Feb 29 09:58:45 CET 2008
this isn't guaranteed to work on linux. we need a cmake check for plasma
On Fri, Feb 29, 2008 at 9:56 AM, Harald Sitter <sitter.harald at gmail.com> wrote:
> 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 ###############
>
> _______________________________________________
> Amarok-devel mailing list
> Amarok-devel at kde.org
> https://mail.kde.org/mailman/listinfo/amarok-devel
>
More information about the Amarok-devel
mailing list