[SailfishDevel] SyncML profile Nokia Services what is the difference
Tone Kastlunger
users.giulietta at gmail.com
Mon Jul 15 16:37:12 UTC 2019
Hello;
so some progress; I installed the built rpm (with the patch deloptes
provided) succesfully;
however, sdptool didnt find anything related to SYNCML.
Upon further checks, it appears the syncml client wasnt installed on my
xperia, so I attempted to install it, however:
[root at Sailfish nemo]# zypper search buteo
Building repository 'store' cache
...............................................................................................[done]
Loading repository data...
Reading installed packages...
S | Name | Summary
| Type
--+-------------------------------------------+---------------------------------------------------------+-----------
i | buteo-mtp-qt5 | MTP library
| package
| buteo-mtp-qt5 | MTP library
| srcpackage
| buteo-mtp-qt5-debuginfo | Debug information for
package buteo-mtp-qt5 | package
| buteo-mtp-qt5-debugsource | Debug sources for package
buteo-mtp-qt5 | package
| buteo-mtp-qt5-devel | Development files for
buteo-mtp-qt5 | package
| buteo-mtp-qt5-sample-vendor-configuration | Vendor configuration
example for MTP | package
| buteo-mtp-qt5-sync-plugin | MTP plugin for buteo-sync
| package
| buteo-mtp-qt5-tests | Tests for buteo-mtp-qt5
| package
| buteo-service-memotoo | Memotoo service description
for Buteo SyncML | package
i | buteo-sync-plugin-caldav | Syncs calendar data from
CalDAV services | package
| buteo-sync-plugin-caldav | Syncs calendar data from
CalDAV services | srcpackage
| buteo-sync-plugin-caldav-debuginfo | Debug information for
package buteo-sync-plugin-caldav | package
| buteo-sync-plugin-caldav-debugsource | Debug sources for package
buteo-sync-plugin-caldav | package
| buteo-sync-plugin-caldav-tests | Unit tests for
buteo-sync-plugin-caldav | package
i | buteo-sync-plugin-carddav | Syncs contact data from
CardDAV services | package
| buteo-sync-plugin-carddav | Syncs contact data from
CardDAV services | srcpackage
| buteo-sync-plugin-carddav-debuginfo | Debug information for
package buteo-sync-plugin-carddav | package
| buteo-sync-plugin-carddav-debugsource | Debug sources for package
buteo-sync-plugin-carddav | package
| buteo-sync-plugin-carddav-tests | Unit tests for
buteo-sync-plugin-carddav | package
i | buteo-sync-plugins-email | Syncs email accounts
| package
| buteo-sync-plugins-email | Syncs email accounts
| srcpackage
| buteo-sync-plugins-email-debuginfo | Debug information for
package buteo-sync-plugins-email | package
| buteo-sync-plugins-email-debugsource | Debug sources for package
buteo-sync-plugins-email | package
| buteo-sync-plugins-qt5 | Synchronization plugins
| package
| buteo-sync-plugins-qt5 | Synchronization plugins
| srcpackage
| buteo-sync-plugins-qt5-debuginfo | Debug information for
package buteo-sync-plugins-qt5 | package
| buteo-sync-plugins-qt5-debugsource | Debug sources for package
buteo-sync-plugins-qt5 | package
| buteo-sync-plugins-qt5-devel | Development files for
buteo-sync-plugins-qt5 | package
| buteo-sync-plugins-qt5-doc | Documentation for
buteo-sync-plugins-qt5 | package
| buteo-sync-plugins-qt5-tests | Tests for
buteo-sync-plugins-qt5 | package
i | buteo-sync-plugins-sailfisheas | Buteo plugins for Exchange
ActiveSync | package
i | buteo-syncfw-qt5 | Synchronization backend
| package
| buteo-syncfw-qt5 | Synchronization backend
| srcpackage
| buteo-syncfw-qt5-debuginfo | Debug information for
package buteo-syncfw-qt5 | package
| buteo-syncfw-qt5-debugsource | Debug sources for package
buteo-syncfw-qt5 | package
| buteo-syncfw-qt5-devel | Development files for
buteo-syncfw-qt5 | package
| buteo-syncfw-qt5-doc | Documentation for
buteo-syncfw-qt5 | package
i | buteo-syncfw-qt5-msyncd | Buteo sync daemon
| package
| buteo-syncfw-qt5-tests | Tests for buteo-syncfw-qt5
| package
| buteo-syncml-qt5 | SyncML library for MeeGo
sync | package
| buteo-syncml-qt5 | SyncML library for MeeGo
sync | srcpackage
| buteo-syncml-qt5-debuginfo | Debug information for
package buteo-syncml-qt5 | package
| buteo-syncml-qt5-debugsource | Debug sources for package
buteo-syncml-qt5 | package
| buteo-syncml-qt5-devel | Development files for
buteo-syncml-qt5 | package
| buteo-syncml-qt5-tests | Development files for
buteo-syncml-qt5 | package
[root at Sailfish nemo]# zypper install buteo-syncml-qt5
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following 2 NEW packages are going to be installed:
buteo-syncml-qt5 openobex
2 new packages to install.
Overall download size: 343.8 KiB. Already cached: 0 B. After the operation,
additional 950.3 KiB will be used.
Continue? [y/n/...? shows all options] (y): y
Retrieving package openobex-0.1.4-1.1.11.jolla.armv7hl
(1/2), 32.3 KiB ( 68.0 KiB unpacked)
Retrieving: openobex-0.1.4-1.1.11.jolla.armv7hl.rpm
..............................................................[not found
(154 B/s)]
File './mw/armv7hl/openobex-0.1.4-1.1.11.jolla.armv7hl.rpm' not found on
medium 'https://releases.jolla.com/releases/3.0.3.10/jolla/armv7hl/'
On Mon, Jul 15, 2019 at 2:44 PM Tone Kastlunger <users.giulietta at gmail.com>
wrote:
> Yep;
> missed that one thanks!
> Noticed spec file doesnt mention this; can I get the rpmbuilder to choose
> the "replace" option by default?
>
> On Mon, Jul 15, 2019 at 2:20 PM deloptes <deloptes at gmail.com> wrote:
>
>> Tone Kastlunger wrote:
>>
>> > [mersdk at SailfishSDK build]$ mb2 -t SailfishOS-3.0.3.9-armv7hl -s
>> > ../rpm/buteo-syncfw-qt5.spec build
>>
>>
>> when you try to build from within a build directory, you have to specify
>> the
>> root directory with -d flag
>>
>> I use following
>>
>> mb2 -t SailfishOS-3.0.2.8-armv7hl -s ../rpm/buteo-syncfw-qt5.spec \
>> build -j4 -d ../
>> HERE ----->^^^^^^
>>
>> regards
>>
>> PS: also you do not need the bluez4, but bluez5
>>
>> _______________________________________________
>> SailfishOS.org Devel mailing list
>> To unsubscribe, please send a mail to
>> devel-unsubscribe at lists.sailfishos.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.sailfishos.org/pipermail/devel/attachments/20190715/72d977c5/attachment.html>
More information about the Devel
mailing list