The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)


Nemo/Qt5PortingCoreApps

From Mer Wiki
< Nemo
Revision as of 15:18, 22 August 2013 by Locusf (Talk | contribs)

Jump to: navigation, search

How can I help?

This Qt5 porting effort is part of the bigger effort consisting of moving Nemomobile from Qt4/X11 to Qt5/Wayland.


  • First of all, to be able to contribute you need to setup a Nemo Wayland VM development environment. To do that, read [1]
  • Once you have Nemo Wayland VM and SB2 target working, use GitHub website to fork the app you want to port and clone your fork on your pc
  • Edit code, packaging files, whatever you want
  • Run this command INSIDE THE MER SDK to build the .rpm package:
mb build -t SB2_TARGET_NAME rpm/spec_file_of_your_app.spec

This will create an .rpm package with your (modified) app.

  • scp the app over to the VM
  • Connect to the VM via ssh and run
zypper install path_of_the_rpm_file/file.rpm

to install the package you just created.

  • Start the app by tapping on its icon in the VM (you may have problems trying to run it directly from SSH) and check that the app is working as expected
  • If you're annoyed by the lack of theme graphics (no toolbars etc), perform this hack (full solution underway):
zypper in meegotouch-theme-darko
zypper ar http://repo.merproject.org/obs/home:/sledge:/branches:/nemo:/devel/nemo_devel_mw_latest_i486/ qt-comp
zypper dup --from qt-comp
  • Once you have finished your Qt5 port, create a Pull Request on github, and wait for a reviewer to review your code :)
  • This is all, thank you very much for contributing! :)

Status of Qt5 core apps ports

This is the current status of the Qt5 ports of Nemomobile core apps!

Please come join us! Checkout the qmlcalc Repo link to see what a Qt5 port usually consists of! :)


Package name Current status Assigned to Repository URL
qmlcalc Done! faenil https://github.com/nemomobile/qmlcalc/pull/11
voicecall-ui-reference (Dialer) Done! faenil https://github.com/nemomobile/voicecall-ui-reference/pull/2
qmlnotes Done! faenil https://github.com/nemomobile/qmlnotes/pull/1
qmlcalendar Done! sledgeSim https://github.com/nemomobile/qmlcalendar/pull/6
fingerterm Done! (also added orientation modes) special/faenil https://github.com/nemomobile/fingerterm/pull/4 https://github.com/nemomobile/fingerterm/pull/5
qmlmessages PR still open special,timoha https://github.com/nemomobile/qmlmessages/pull/5
qmlpackagemanager Work In Progress niqt https://github.com/nemomobile/qmlpackagemanager.git
qmlmaps Done! locusf Qt location requires API keys https://github.com/nemomobile/qmlmaps
qmlpinquery Done! sledgeSim https://github.com/nemomobile/qmlpinquery/pull/6
qmlmusicplayer Done! locusf https://github.com/nemomobile/qmlmusicplayer/pull/3
qmlfilemuncher Done! locusf https://github.com/nemomobile/qmlfilemuncher
qmlcontacts PR still open timoha https://github.com/nemomobile/qmlcontacts/pull/7
qmlgallery Done! locusf https://github.com/nemomobile/qmlgallery/pull/22
qmlmail Done! locusf https://github.com/nemomobile/qmlmail
browser: cutefox-qt5 Done before we knew it! (upstream) `zypper in cutefox-qt5` https://github.com/nemomobile-packages/cutefox.git
qmlsettings Done! locusf https://github.com/nemomobile/qmlsettings
Personal tools