1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00
Pixelorama/Misc/Clickable/clickable.json
Marquis Kurt cad464eb99
(Port) Port Pixelorama to Ubuntu Touch (#517)
* Add support for creating Ubuntu Touch click packages.

The clickable directory contains the files necessary to create a
click package designed for Ubuntu Touch, a community-driven Linux
distro for mobile phones as an alternative to iOS and Android.

A new CI script has been added to create the packages, which is
copied over from one of my other projects. Please change this to
suit your needs.

A new custom feature "clickable" has been added to the project
settings to allow customizations for the Ubuntu Touch platform.

Signed-off-by: Marquis Kurt <software@marquiskurt.net>

* Make clickable CI follow more closely to desktop builds

* Remove sudo from clickable install step

* Install software-properties-common

* Comment out docker startups in click install

* Change export name for Click version

* Change name and export mode to pack only

* Change means of copying data to clickable dir

* Install sudo to docker

* Add -g to docker add user

* Remove docker user creation

* Remove other chpasswd stuff

* Split CI into two jobs

* Make build-ubports.sh runnable

* Use HiPDI GUI theme on Clickable

* Move clickable folder to Misc, add release CI targets

* Add mobile to clickable settings

* Add pixelorama_data to install data

* Create pixelorama_data subdir in click itself

* Change default save dir for clickable

* Update AppArmor policy

* Update clickable version to test AppArmor

* Revert changes and use user data dir

* Add README pertaining to Ubuntu Touch

* Remove GODOT_MAC_VERSION from UT port workflow

Co-authored-by: Manolis Papadeas <35376950+OverloadedOrama@users.noreply.github.com>
2021-09-25 13:42:31 +03:00

31 lines
790 B
JSON

{
"clickable_minimum_required": "6.17.1",
"kill": "pixelorama",
"builder": "custom",
"build": "${ROOT}/build-ubports.sh",
"build_dir": "${ROOT}/build",
"dependencies_host": [
"wget",
"libgles2"
],
"dependencies_target": [
"libvpx3",
"libsdl2-2.0-0",
"libasound2",
"libglib2.0-0",
"libpng16-16",
"libfreetype6"
],
"install_data": {
"${BUILD_DIR}/godot": "${INSTALL_DIR}",
"${ROOT}/click/*": "${INSTALL_DIR}",
"${ROOT}/pixelorama_data/*": "${INSTALL_DIR}/pixelorama_data",
"${ROOT}/*.pck": "${INSTALL_DIR}"
},
"install_lib": [
"/usr/lib/${ARCH_TRIPLET}/libvpx.so.3*",
"/usr/lib/${ARCH_TRIPLET}/libsndio.so.6.1",
"/usr/lib/${ARCH_TRIPLET}/libvorbis.so.0*",
"/usr/lib/${ARCH_TRIPLET}/libSDL2-2.0.so*"
]
}