Bug 301038

Summary: the publisher dialog doesn't connect to the right slot and the cmake option pollutes the package
Product: [Plasma] Plasma SDK Reporter: Giorgos Tsiapaliokas <giorgos.tsiapaliokas>
Component: GeneralAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: giorgos.tsiapaliokas
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Giorgos Tsiapaliokas 2012-06-02 09:16:20 UTC
Hello,

those are some issues which plasmate's publisher has

problem 1: the publisher's combobox wasn't aware for the right slot. When currentIndex was emitted both slots(doPlasmaPkg and doCMake was called.)
problem 2: publisher's cmake process was trying to install a projectName.plasmoid file and not projectPath/CMakeLists.txt. I fixed that.
problem 3: when the cmake slot is called, cmake creates the known temporary files in directory like ~/.kde4/share/apps/plasmate/projectName. 

this is the output of ls
$ ls ~/.kde4/share/apps/plasmate/test1
CMakeCache.txt  CMakeFiles  cmake_install.cmake  CMakeLists.txt  CMakeTmp  cmake_uninstall.cmake  contents  CTestTestfile.cmake  Makefile  metadata.desktop



Reproducible: Always
Comment 1 Giorgos Tsiapaliokas 2012-06-02 09:18:17 UTC
the bug has been fixed