maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle! (https://talk.maemo.org/showthread.php?t=84482)

Mohammed Muid 2012-05-31 05:48

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
i got an update of meecolay-core which will fetch 11 mb and take around 30 mb of space. should i update it?

laren0 2012-05-31 06:21

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
marmistrz why new meecolay-core 0.9.0-2 is install with qt-components? as not with qt-components-10
when i use version 0.9.0-1 i had qt-components-10 and everything installed with Your first post and applications was run. Now i have install cssu-testing qt-components meecolay-core 0.9.0-2 and when i try run application who work befor now i have white screen and ternimal write that i haven't module "com.nokia.meego"

michaaa62 2012-05-31 07:48

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by laren0 (Post 1215343)
marmistrz why new meecolay-core 0.9.0-2 is install with qt-components? as not with qt-components-10
when i use version 0.9.0-1 i had qt-components-10 and everything installed with Your first post and applications was run. Now i have install cssu-testing qt-components meecolay-core 0.9.0-2 and when i try run application who work befor now i have white screen and ternimal write that i haven't module "com.nokia.meego"

Rant ahead!:eek:

Come on man! Do a proper error report! Where is the terminal output, where is the output of your upgrade. Which meego application are you (we) talking about at all.
This a project in development, it needs your (our) help with error reports, that might get debugged on facts, not crude readings in some crystal balls.

Mohammed Muid 2012-05-31 08:20

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Nokia-N900:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
libcurl3 libsdl-mixer1.2 meecolay-core
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Nokia-N900:~#


Nokia-N900:~# apt-get install meecolay-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libicu42 libmeegotouch-bin libmeegotouch-l10n-engineering-english
libmeegotouchcore0 libmeegotouchextensions0 libmeegotouchsettings0
libmeegotouchviews0 meegotouchtheme
Suggested packages:
libmeegotouch-l10n-ar libmeegotouch-l10n-de libmeegotouch-l10n-en
libmeegotouch-l10n-fi libmeegotouch-l10n-hu libmeegotouch-l10n-ur
libmeegotouch-l10n-zh-cn
The following NEW packages will be installed:
libicu42 libmeegotouch-bin libmeegotouch-l10n-engineering-english
libmeegotouchcore0 libmeegotouchextensions0 libmeegotouchsettings0
libmeegotouchviews0 meegotouchtheme
The following packages will be upgraded:
meecolay-core
1 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
Need to get 11.9MB of archives.
After this operation, 35.3MB of additional disk space will be used.
Do you want to continue [Y/n]?

don_falcone 2012-05-31 08:27

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by Mohammed Muid (Post 1215326)
i got an update of meecolay-core which will fetch 11 mb and take around 30 mb of space. should i update it?

...are you trisha03, by chance?

Mohammed Muid 2012-05-31 08:49

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
no. and who is he/she ? :s and why did u ask that?

marmistrz 2012-05-31 12:15

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by laren0 (Post 1215343)
marmistrz why new meecolay-core 0.9.0-2 is install with qt-components? as not with qt-components-10
when i use version 0.9.0-1 i had qt-components-10 and everything installed with Your first post and applications was run. Now i have install cssu-testing qt-components meecolay-core 0.9.0-2 and when i try run application who work befor now i have white screen and ternimal write that i haven't module "com.nokia.meego"

OK, I thought qt-components-10 is org.maemo.fremantle only
I'm fixing this right now and uploading 0.9.0-3

And I know you'll tell that after upgrade from 0.9.0-1 to 0.9.0-2 the libraries disappeared. It has been fixed in 0.9.0-2, but in 0.9.0-1 the bug was still present.

Let me know whether in upgrade from 0.9.0-2 to 0.9.0-3 the libraries are preserved.

I added some dependencies, because of that it'll take more space but will require less manual conf

PS. Is it possible to make in depends xor statement (either qt-components or qt-components-10 but not the two at the same time)?

jcharpak 2012-05-31 12:47

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by marmistrz (Post 1215456)

PS. Is it possible to make in depends xor statement (either qt-components or qt-components-10 but not the two at the same time)?

I think that's done with the pipe symbol ("|"). I'm not sure the autobuilder accepts that however

jcharpak 2012-05-31 12:49

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
addendum, that would require "conflicts" and or "conflicts, replaces" on the qt-components or qt-components-10 packages themselves, and then use the or pipe feature I mentioned above for meecolay-core

marmistrz 2012-05-31 12:59

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by jcharpak (Post 1215474)
addendum, that would require "conflicts" and or "conflicts, replaces" on the qt-components or qt-components-10 packages themselves, and then use the or pipe feature I mentioned above for meecolay-core

Pipe works on the autobuilder. I wasn't sure whether it's OR or XOR.
thx

I'm working on meecolay-core 0.9.1
It'll depend on libqtm-12, as many apps require this and libqt4-core and simliar stuff, provide libqtcore4 and similar.
And maybe something more


All times are GMT. The time now is 14:48.

vBulletin® Version 3.8.8