changeset 292:55e194055aa5

misc: added configuration files to compile Cagou with python-for-android
author Goffi <goffi@goffi.org>
date Sun, 05 May 2019 21:34:02 +0200
parents 04e4cd7c9351
children 5c28cf881531
files .p4a .p4a_blacklist .p4a_whitelist
diffstat 3 files changed, 32 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.p4a	Sun May 05 21:34:02 2019 +0200
@@ -0,0 +1,22 @@
+--sdk-dir /home/goffi/dev/android/sdk_26.1.1
+--ndk-dir /home/goffi/dev/android/android-ndk-r17c
+--android-api 28
+--dist-name cagou_dev_build
+--debug
+--bootstrap=sdl2
+--requirements "hostpython2, kivy, sqlite3, omemo, omemo-backend-signal, service_identity, automat, attrs, twisted, wokkel, hg+http://repos.goffi.org/sat, hg+https://repos.goffi.org/sat_tmp, pil, pyxdg, markdown, html2text, python-dateutil, pycrypto, plyer, android, python-potr, shortuuid, babel, lxml, pudb, urwid, cryptography, openssl, pyopenssl"
+--private . --package=org.salutatoi.cagou --name "Cagou"
+--version 0.1
+--whitelist .p4a_whitelist
+--blacklist .p4a_blacklist
+--icon media/icons/muchoslava/png/cagou_profil_bleu_96.png
+--presplash media/icons/muchoslava/png/cagou_profil_bleu_512.png
+--orientation fullUser
+--arch armeabi-v7a
+--service backend:service/main.py
+--permission INTERNET
+--permission ACCESS_NETWORK_STATE
+--permission VIBRATE
+--permission RECORD_AUDIO
+--permission READ_EXTERNAL_STORAGE
+--permission WRITE_EXTERNAL_STORAGE
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.p4a_blacklist	Sun May 05 21:34:02 2019 +0200
@@ -0,0 +1,5 @@
+*.apk
+*.orig
+*_old
+*_old/*
+*.tar.bz2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.p4a_whitelist	Sun May 05 21:34:02 2019 +0200
@@ -0,0 +1,5 @@
+^*media/
+^*android/
+^*libs/
+^*bin/
+^*service/