AsteroidOS / telescope

Ubuntu Touch synchronization app for AsteroidOS.
GNU General Public License v3.0
10 stars 10 forks source link

Update to Ubuntu Touch 20.04 focal #66

Open jmlich opened 9 months ago

jmlich commented 9 months ago

I have made changes according to https://docs.ubports.com/es/latest/appdev/guides/port-to-focal.html and telescope seems to be working.

Closes: #63

the git submodule should be updated according to that pull request. https://github.com/AsteroidOS/asteroidsyncservice/pull/58

FlorentRevest commented 8 months ago

The changes look good to me but do I understand correctly that this PR as-is wouldn't build because it contains a mix of qmake and cmake ? :/ Specifically, https://github.com/AsteroidOS/telescope/blob/master/telescope.pro#L5 would break because of the submodule update.

jmlich commented 8 months ago

You can obviously cherry-pick the patch on top of the qmake branch and then it will work

jmlich commented 8 months ago

I have tried to migrate everything to cmake. However, this change have still some raw edges. Also I am not very comfortable with git modules. I will appreciate if someone else will finish that effort. My main interest is still in Amazfish. https://github.com/AsteroidOS/telescope/pull/67