https://bugs.kde.org/show_bug.cgi?id=374463
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/pla | |sma-framework/642db25fb9eef | |5913b592e5435fe3f4a6c8fc732 Status|UNCONFIRMED |RESOLVED --- Comment #4 from Marco Martin <notm...@gmail.com> --- Git commit 642db25fb9eef5913b592e5435fe3f4a6c8fc732 by Marco Martin. Committed on 03/01/2017 at 12:25. Pushed by mart into branch 'master'. search/replace old hardcoded types from plasmapkg2 there is a single difference between command line parameters of plasmapkg2 and kpackagetool5: plasmapkg2 had some hardcoded names like "theme", "plasmoid" etc. kpackagetool5 requires the servicetype name to be passed instead. in order to stay compatible convert those parameter with the proper servicetype name. it's parsing parameters by hand in order to just pass anything else without further parsing REVIEW:129753 Change-Id: I6adece9b3dd351331d747505c455e0f79cd0ecf7 M +2 -0 src/plasma/packagestructure/plasmathemepackage.cpp M +58 -1 src/plasmapkg/main.cpp https://commits.kde.org/plasma-framework/642db25fb9eef5913b592e5435fe3f4a6c8fc732 -- You are receiving this mail because: You are watching all bug changes.