Are there any other not complete CMakeLists.txt traps waiting?
Look in my build scripts, near the top of each, for whether I have the AUTOTOOLS variable enabled:
applications/amarok/amarok.SlackBuild -> I use autotools applications/dolphin/dolphin.SlackBuild -> I use autotools applications/konversation/konversation.SlackBuild applications/kpilot/kpilot.SlackBuild -> I use autotools applications/tde-systemsettings/tde-systemsettings.SlackBuild -> I use autotools tde-i18n/tde-i18n.SlackBuild tdeaddons/tdeaddons.SlackBuild tdemultimedia/tdemultimedia.SlackBuild -> I use autotools tdenetwork/tdenetwork.SlackBuild tdesdk/tdesdk.SlackBuild tdetoys/tdetoys.SlackBuild tdeutils/tdeutils.SlackBuild tdewebdev/tdewebdev.SlackBuild -> I use autotools
Here is what I am building with cmake:
Side note:
tde-knetworkmanager9 -> this is for HAL systems, otherwise use
tdenetworkmanager
tde-kpowersave-> ditto, use tdepowersave
Darrell