Can I create a complex MeeGo packages structure in the Nokia Store?
Usually I create multiple packages for my applications, for example:
1.Application's shared library package
2.Application's executable, icon, etc. Dependent on 1.
3.Plug-in for the application. It needs 1 and 2.
4.Another plug-in. Requires 1 and 2, but not 3.
----------
5.Another application uses some code from 1.
=====
Is it possible to create such dependency structure in the Nokia Store, or I have to create duplicates and resolve conflicts by myself?
Re: Can I create a complex MeeGo packages structure in the Nokia Store?
All applications must be standalone type. Python might be only exception which can be specified as a dependency since it's coming from Nokia.
Re: Can I create a complex MeeGo packages structure in the Nokia Store?
Will this ever be "fixed" ? Or is the meego OBS repos the only option for these kind of library(ies)/services+application combos?
Re: Can I create a complex MeeGo packages structure in the Nokia Store?
There are currently no plans to support such dependency structures at this time. As mikkovtr said, python is the only exception.
Re: Can I create a complex MeeGo packages structure in the Nokia Store?
That is unfortunate :( What about optional features then ? Let's say I have apps A and B, both can be installed/run independently but if A is installed it can provide some extra features for B (or C,D,etc). Is that possible ?
Re: Can I create a complex MeeGo packages structure in the Nokia Store?
[QUOTE=oniongarlic;876816]That is unfortunate :( What about optional features then ? Let's say I have apps A and B, both can be installed/run independently but if A is installed it can provide some extra features for B (or C,D,etc). Is that possible ?[/QUOTE] then probably you don't need any dependencies between apps and it should be OK for passing QA :)