Help with RPM validator
Hello devs,
I finished my application and now want to put it in the harbour but I get the following errors when doing the RPM check: [http://pastebin.com/iXcXFTru]
Thats a lot. What confuses me is the files in /opt and the QML file related errors like QtGraphicalEffects 1.0 not allowed or even RemoteBox 1.0 allowed, which is a C++ I have written myself.
Is there any guide about this topic anywhere? [solved] see answer 1
Update: Now I came to the following results:
ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'QtQuick 1.1' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/initMeego.qml] Import 'com.nokia.meego 1.0' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/SettingsPage.qml] Import 'Qt.labs.folderlistmodel 1.0' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/MyComponents/Button.qml] Import 'QtGraphicalEffects 1.0' is not allowed
ERROR [/usr/share/harbour-qremotecontrol/qml/JollaImage.qml] Import 'QtGraphicalEffects 1.0' is not allowed
Whereas the first two errors come from a file added for MeeGo support, as already broke MeeGo support with using QtQuick 2.0 this shouldn't be a problem to remove. Qt.labs.folderlistmodel : this annoying but I can understand that you do not want to support Qt.labs libraries, but I have a workaround for that too. QtGraphicalEffects: I can not understand why you do not support this library. Please add it to the allowed imports. Is there any workaround for this?
QtGraphicalEffects see: https://together.jolla.com/question/10366/harbour-allow-importing-qt-graphical-effects/ vote it up, comment there why and it might happen, we have it in discussion, but no verdict yet.
Kontio ( 2014-02-03 14:19:19 +0200 )editIs there a way to add QtGraphicalEffect as library to supply it with the application?
Strahlex ( 2014-02-05 18:27:40 +0200 )editYes, but it's not easy specially if QtGraphicalEffect depends on something not allowed, the following questions/answers are relevant: https://harbour.jolla.com/faq#5.3.0 - https://harbour.jolla.com/faq#6.3.0 - https://harbour.jolla.com/faq#2.6.0 - https://harbour.jolla.com/faq#2.7.0
Kontio ( 2014-02-06 09:17:46 +0200 )edit