mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-30 23:19:49 +00:00
27d42dbd65
*Total -- 124.52kb -> 82.86kb (33.46%) /Misc/Clickable/click/icon.png -- 1.04kb -> 0.50kb (51.97%) /assets/graphics/splash_screen/artworks/wishdream.png -- 16.79kb -> 9.71kb (42.15%) /assets/graphics/splash_screen/artworks/roroto.png -- 17.37kb -> 10.33kb (40.5%) /assets/graphics/splash_screen/artworks/kamilayza.png -- 89.32kb -> 62.31kb (30.24%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
---|---|---|
.. | ||
click | ||
.gdignore | ||
build-ubports.sh | ||
clickable.json | ||
README.md |
Building Ubuntu Touch click packages
Ubuntu Touch Click Packages
The following subdirectory contains the necessary development files to create a click package of the app for Ubuntu Touch. Special thanks to @abmyii and the UBPorts team for making this possible.
Build instructions
- Start by exporting the pack file with the preset "Clickable (package only)".
- Copy the resulting .pck file from the
dist/linux
directory (or wherever you specified the Linux export) into theMisc/Clickable
directory and rename it toPixelorama.pck
. - Copy the
pixelorama_data
directory from the root intoMisc/Clickable
. - In the terminal, run the following:
$ cd Misc/Clickable
$ clickable build
The resulting click file should be present in the build
directory inside of Misc/Clickable
, which can be installed on an Ubuntu Touch device by copying the file over.
Multiple architectures
Note: To build for different architectures, pass in the CLICKABLE_ARCH
environment variable.
For example, to build for armhf and arm64:
$ CLICKABLE_ARCH=armhf clickable build
$ CLICKABLE_ARCH=arm64 clickable build
Note: It is recommended that you provide packages for at least the
armhf
andarm64
architectures.
Important gotcha: File loading and saving
Due to AppArmor policy restrictions, you are not able to save to anywhere outside of the user data directroy.