Skip to content

Commit

Permalink
Example 80: Tweak buildozer.spec for orkiv.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusty Phillips committed Aug 24, 2013
1 parent c3d366a commit d5f4b62
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions buildozer.spec
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[app]

# (str) Title of your application
title = My Application
title = Orkiv

# (str) Package name
package.name = myapp
package.name = orkiv

# (str) Package domain (needed for android/ios packaging)
package.domain = org.test
package.domain = ca.archlinux

# (str) Source code where the main.py live
source.dir = .
source.dir = orkiv

# (list) Source files to include (let empty to include all the files)
source.include_exts = py,png,jpg,kv,atlas
Expand All @@ -26,27 +26,27 @@ version.filename = %(source.dir)s/main.py
# version = 1.2.0

# (list) Application requirements
requirements = kivy
requirements = kivy,sleekxmpp,dnspython,openssl,pyopenssl

# (str) Presplash of the application
#presplash.filename = %(source.dir)s/data/presplash.png
presplash.filename = %(source.dir)s/icons/available.png

# (str) Icon of the application
#icon.filename = %(source.dir)s/data/icon.png
icon.filename = %(source.dir)s/icons/available.png

# (str) Supported orientation (one of landscape, portrait or all)
orientation = landscape
orientation = all

# (bool) Indicate if the application should be fullscreen or not
fullscreen = 1
fullscreen = 0


#
# Android specific
#

# (list) Permissions
#android.permissions = INTERNET
android.permissions = INTERNET

# (int) Android API to use
#android.api = 14
Expand Down Expand Up @@ -104,4 +104,4 @@ fullscreen = 1
[buildozer]

# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
log_level = 1
log_level = 2

0 comments on commit d5f4b62

Please sign in to comment.