The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Nemo/Qt5PortingCoreApps
From Mer Wiki
< Nemo(Difference between revisions)
(→How can I help?) |
|||
(26 intermediate revisions by 7 users not shown) | |||
Line 10: | Line 10: | ||
* Run this command INSIDE THE MER SDK to build the .rpm package: | * Run this command INSIDE THE MER SDK to build the .rpm package: | ||
− | + | ||
+ | mb2 -t SB2_TARGET_NAME build rpm/spec_file_of_your_app.spec | ||
+ | |||
+ | or just(if there only one spec file in ./rpm catalog): | ||
+ | |||
+ | mb2 -t SB2_TARGET_NAME build | ||
+ | |||
This will create an .rpm package with your (modified) app. | This will create an .rpm package with your (modified) app. | ||
Line 47: | Line 53: | ||
| qmlcalc || align="center" bgcolor="lime" | Done! || faenil || https://github.com/nemomobile/qmlcalc/pull/11 | | qmlcalc || align="center" bgcolor="lime" | Done! || faenil || https://github.com/nemomobile/qmlcalc/pull/11 | ||
|- | |- | ||
− | | voicecall-ui-reference (Dialer) || align="center" bgcolor=" | + | | voicecall-ui-reference (Dialer) || align="center" bgcolor="lime" | Done! || faenil || https://github.com/nemomobile/voicecall-ui-reference/pull/2 |
|- | |- | ||
− | | qmlnotes || align="center" bgcolor=" | + | | qmlnotes || align="center" bgcolor="lime" | Done! || faenil || https://github.com/nemomobile/qmlnotes/pull/1 |
|- | |- | ||
| qmlcalendar || align="center" bgcolor="lime" | Done! || sledgeSim || https://github.com/nemomobile/qmlcalendar/pull/6 | | qmlcalendar || align="center" bgcolor="lime" | Done! || sledgeSim || https://github.com/nemomobile/qmlcalendar/pull/6 | ||
|- | |- | ||
− | | fingerterm || align="center" bgcolor=" | + | | fingerterm || align="center" bgcolor="lime" | Done! (also added orientation modes) || special/faenil || https://github.com/nemomobile/fingerterm/pull/4 https://github.com/nemomobile/fingerterm/pull/5 |
|- | |- | ||
− | | qmlmessages || align="center" bgcolor=" | + | | qmlmessages || align="center" bgcolor="lime" | Done! || timoha from Nomovok || https://github.com/nemomobile/qmlmessages/pull/7 |
|- | |- | ||
− | | qmlpackagemanager || align="center" bgcolor=" | + | | qmlpackagemanager || align="center" bgcolor="lime" | Done || niqt, timoha || https://github.com/nemomobile/qmlpackagemanager.git |
|- | |- | ||
− | | qmlmaps || align="center" bgcolor=" | + | | qmlmaps || align="center" bgcolor="lime" | Done! || locusf || Qt location requires API keys https://github.com/nemomobile/qmlmaps |
|- | |- | ||
| qmlpinquery || align="center" bgcolor="lime" | Done! || sledgeSim || https://github.com/nemomobile/qmlpinquery/pull/6 | | qmlpinquery || align="center" bgcolor="lime" | Done! || sledgeSim || https://github.com/nemomobile/qmlpinquery/pull/6 | ||
|- | |- | ||
− | | qmlmusicplayer || align="center" bgcolor=" | + | | qmlmusicplayer || align="center" bgcolor="lime" | Done! || locusf || https://github.com/nemomobile/qmlmusicplayer/pull/3 |
|- | |- | ||
− | | qmlfilemuncher || align="center" bgcolor=" | + | | qmlfilemuncher || align="center" bgcolor="lime" | Done! || locusf || https://github.com/nemomobile/qmlfilemuncher |
|- | |- | ||
− | | qmlcontacts || align="center" bgcolor=" | + | | qmlcontacts || align="center" bgcolor="lime" | Done! || timoha from Nomovok || https://github.com/nemomobile/qmlcontacts/pull/10 |
|- | |- | ||
− | | qmlgallery || align="center" bgcolor=" | + | | qmlgallery || align="center" bgcolor="lime" | Done! || locusf || https://github.com/nemomobile/qmlgallery/pull/22 |
|- | |- | ||
− | | qmlmail || align="center" bgcolor=" | + | | qmlmail || align="center" bgcolor="lime" | Done! || locusf || https://github.com/nemomobile/qmlmail |
− | + | |- | |
− | + | | browser: cutefox-qt5 || align="center" bgcolor="lime" | Done before we knew it! || (upstream) || We'll need to IceFox-it though ;) `zypper in cutefox-qt5` https://github.com/nemomobile-packages/cutefox.git | |
+ | |- | ||
+ | | qmlsettings || align="center" bgcolor="lime" | Done! || locusf || https://github.com/nemomobile/qmlsettings | ||
|- | |- | ||
− | | | + | | qmlclock || align="center" bgcolor="lime" | Done! || SanttuM from Nomovok || https://github.com/nemomobile/qmlclock |
|- | |- | ||
− | | | + | | orientation || align="center" bgcolor="lime" | Done! || zbenjamin || https://github.com/nemomobile/lipstick/pull/105, https://github.com/nemomobile/lipstick-colorful-home/pull/30 |
|} | |} |
Latest revision as of 11:39, 23 May 2014
[edit] 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:
mb2 -t SB2_TARGET_NAME build rpm/spec_file_of_your_app.spec
or just(if there only one spec file in ./rpm catalog):
mb2 -t SB2_TARGET_NAME build
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! :)
[edit] 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! :)