Reply
Thread Tools
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#191
What a dependancy hell! This package needs debhelper >= 6, that one gives some fake error about testroot (yes I'm using fakeroot)...

Now I understand the need for Deblet.
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 
Posts: 213 | Thanked: 27 times | Joined on Feb 2007 @ Barbados
#192
Thanks. Having sync to work would be good but is not necessary for me. I have fantactic PIMs on my TX and I sync perhaps twice a month. Others may sync more often than that however.

What are the effects of having those parts missing?

Not being hildonized.
without iCalendar support, Encrypted notes (libgringotts), and SyncML?

Will it still alarm when it is suppossed to?
Not messup any other apps?
etc
 
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#193
still, getting osmo (still need to see it in action on the tablet, but look like it could do the job that gpe is doing right now) and have syncml ability vs say scheduleworld, im game.

as for multisync, the version there is 0.82, there are a more recent version over at opensync.org, 0.91 or 0.92 i think. basically they have transformed it from being a standalone sync tool to being a gui frontend for opensync.
 
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#194
Figured it out, I was using debuild. Got it compiled into a deb now (attached). After install you can fire it up from terminal by issuing $ osmo

Hildonizing means some specific features Hildon has work.

iCal is a standard for importing and exporting (calendar) data.

Libsyncml is a library providing opensyn support.

Libgringotts provides 'encrypted notes', whatever that may be.

Don't expect some specific Hildon things to work well. I'll do my best to port it to Hildon but I don't have much GTK experience.

EDIT: This version has no support for iCal, Gringotts, or SyncML. See later messages for a better port!
Attached Files
File Type: deb osmo_0.2.2-1_armel.deb (360.1 KB, 156 views)
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!

Last edited by allnameswereout; 2008-09-15 at 12:09.
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#195
Originally Posted by allnameswereout View Post
Libgringotts provides 'encrypted notes', whatever that may be.
The problem with libgringotts is that it depends on libgoblin, and you have to be a bit of a wizard to work with it.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 3 Users Say Thank You to qole For This Useful Post:
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#196
Originally Posted by qole View Post
The problem with libgringotts is that it depends on libgoblin, and you have to be a bit of a wizard to work with it.
Hahaha

Well, I don't even know what it is supposed to do...

But that part I got compiled. My problem is libiCal, the Debian compiled one is compiled against libc6 2.7, while Maemo has 2.5. Besides that, libiCal 0.3.1 requires debhelper 6 while Maemo has 5. Right now, I'm gonna try making my own debian/ stuff...

Heres the debs for Osmo with SyncML, Gringotts, and iCal support.
Attached Files
File Type: deb libmcrypt4_2.5.7-5_armel.deb (77.0 KB, 204 views)
File Type: deb libmhash2_0.9.9-1_armel.deb (131.1 KB, 177 views)
File Type: deb libgringotts2_1.2.1-12_armel.deb (16.4 KB, 185 views)
File Type: deb libical0_0.31-1_armel.deb (328.0 KB, 175 views)
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!

Last edited by allnameswereout; 2008-09-15 at 07:20.
 

The Following 2 Users Say Thank You to allnameswereout For This Useful Post:
allnameswereout's Avatar
Posts: 3,397 | Thanked: 1,212 times | Joined on Jul 2008 @ Netherlands
#197
Here is the rest of the debs.

I think libsoup2 is optional, or else a newer version is also in in extras-devel too.
Attached Files
File Type: deb libwbxml2-0_0.9.2-3_armel.deb (57.7 KB, 189 views)
File Type: deb libsyncml0_0.4.6-3_armel.deb (108.0 KB, 203 views)
File Type: deb osmo_0.2.2-1_armel.deb (389.1 KB, 188 views)
File Type: deb libsoup2.2-8_2.2.98-2_armel.deb (113.2 KB, 198 views)
__________________
Goosfraba! All text written by allnameswereout is public domain unless stated otherwise. Thank you for sharing your output!
 

The Following 2 Users Say Thank You to allnameswereout For This Useful Post:
tso's Avatar
Posts: 4,783 | Thanked: 1,253 times | Joined on Aug 2007 @ norway
#198
hmm, app manager says something about incompatible package...
 
BrentDC's Avatar
Posts: 903 | Thanked: 632 times | Joined on Apr 2008
#199
Originally Posted by tso View Post
hmm, app manager says something about incompatible package...
You can go red-pill in app manager or dpkg -i in the terminal to install. (dpkg -i is much easier and faster, though).
 
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#200
Originally Posted by BrentDC View Post
You can go red-pill in app manager or dpkg -i in the terminal to install. (dpkg -i is much easier and faster, though).
Please don't mention Red Pill. Thanks. dpkg -i or get it into a proper repository.

The reason it's complaining is because Application manager doesn't install packages that aren't in the section user/*. This is why the Extras-devel repository exists, to make installing much easier, as the libraries will just be pulled in automagically.

allnameswereout, fix your packaging. If you repackage something, the maintainer field needs to be changed to you, osmo needs to be in section user/* (hint, x11 is not a valid Maemo section), and you should probably clean up the suggests.
__________________
Ryan Abel

Last edited by GeneralAntilles; 2008-09-16 at 13:37.
 

The Following 3 Users Say Thank You to GeneralAntilles For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 06:43.