DrewNaylor / Retiled

An attempt at creating a "desktop" environment mainly for Linux phones and tablets that's similar in function to some parts of Microsoft's Windows Phone 8.x, primarily the Start screen, Search app, navigation bar, Action Center, and the status bar. Development is mainly being done using the PinePhone, so that'll be the main supported device.
https://codeberg.org/DrewNaylor/Retiled
Apache License 2.0
68 stars 3 forks source link

If I ever want to make a distro people can install or use live for easy testing, I'll probably base it on Manjaro ARM since it has a lot of packages and has an ISO build script. #55

Open DrewNaylor opened 3 years ago

DrewNaylor commented 3 years ago

Here's the repo with the build script: https://gitlab.manjaro.org/manjaro-arm/applications/manjaro-arm-tools

As I said in another comment somewhere here, I'll have to host the packages somewhere, and I'll likely have to use Linnode if I can't get things to work using the AUR.

DrewNaylor commented 3 years ago

Almost forgot to put a link to the file Manjaro ARM uses for its Plasma Mobile edition: https://gitlab.manjaro.org/manjaro-arm/applications/arm-profiles/-/blob/master/editions/plasma-mobile

What's weird is that it doesn't have a license there, but considering the repo is used by the build script which is under the GPLv3, it's probably safe to use it. I'd hope so, because it's pointless to have all those files for building images and just not be allowed to use them. If anything, I can just state my modifications to a copy of the Plasma Mobile file so I don't have to distribute the profiles, thereby (hopefully) not getting into unknown territory.