mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-11-21 11:04:05 +00:00
Change icons, logos and artwork for 2.6 builds on macOS
This commit is contained in:
parent
f69aa011c0
commit
ce600ef332
Binary file not shown.
Before Width: | Height: | Size: 97 KiB |
Binary file not shown.
Before Width: | Height: | Size: 76 KiB |
BIN
osx/OpenLP.icns
BIN
osx/OpenLP.icns
Binary file not shown.
@ -1,18 +1,19 @@
|
||||
[executables]
|
||||
sphinx = sphinx-build-3.4
|
||||
pyinstaller = %(projects)s/../pyinstaller/pyinstaller.py
|
||||
sphinx = sphinx-build-3.5
|
||||
pyinstaller = /opt/local/Library/Frameworks/Python.framework/Versions/3.5/bin/pyinstaller
|
||||
lrelease = /opt/local/libexec/qt5/bin/lrelease
|
||||
dmgbuild = dmgbuild
|
||||
mudrawbin = mudraw
|
||||
mutoolbin = mutool
|
||||
|
||||
[paths]
|
||||
branch = %(projects)s/trunk
|
||||
documentation = %(projects)s/documentation
|
||||
app_icon = %(here)s/OpenLP.icns
|
||||
branch = path/to/openlp/trunk
|
||||
documentation = path/to/openlp/documentation
|
||||
icon = %(here)s/OpenLP.icns
|
||||
bundle_info = %(here)s/Info.plist
|
||||
hooks = %(here)s/../pyinstaller-hooks
|
||||
dmg_settings = %(here)s/dmg-settings.py
|
||||
dmg_settings = %(here)s/settings.py
|
||||
license = %(here)s/LICENSE.txt
|
||||
|
||||
[transifex]
|
||||
username =
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 80 KiB |
Binary file not shown.
Before Width: | Height: | Size: 68 KiB |
Binary file not shown.
Before Width: | Height: | Size: 49 KiB |
@ -1,27 +0,0 @@
|
||||
import os
|
||||
|
||||
# This is the settings file for building the DMG. Run dmgbuild like so:
|
||||
# $ dmgbuild -s dmg-settings.py -D size=<size>,app=<path/to/OpenLP.app> "OpenLP" OpenLP-{version}.dmg
|
||||
|
||||
HERE = os.getcwd()
|
||||
|
||||
format = 'UDBZ'
|
||||
size = '600M'
|
||||
files = [defines.get('app', '/Applications/OpenLP.app')]
|
||||
symlinks = { 'Applications': '/Applications' }
|
||||
badge_icon = os.path.join(HERE, 'openlp-logo-new.icns')
|
||||
icon_locations = {
|
||||
'OpenLP.app': (160, 200),
|
||||
'Applications': (550, 200)
|
||||
}
|
||||
background = os.path.join(HERE, 'dmg-background-new.png')
|
||||
window_rect = ((100, 100), (700, 457))
|
||||
default_view = 'icon-view'
|
||||
show_icon_preview = False
|
||||
arrange_by = None
|
||||
scroll_position = (0, 0)
|
||||
grid_offset = (0, 0)
|
||||
grid_spacing = 100
|
||||
label_pos = 'bottom' # or 'right'
|
||||
text_size = 16
|
||||
icon_size = 128
|
@ -1,27 +0,0 @@
|
||||
import os
|
||||
|
||||
# This is the settings file for building the DMG. Run dmgbuild like so:
|
||||
# $ dmgbuild -s dmg-settings.py -D size=<size>,app=<path/to/OpenLP.app> "OpenLP" OpenLP-{version}.dmg
|
||||
|
||||
HERE = os.getcwd()
|
||||
|
||||
format = 'UDZO'
|
||||
size = defines.get('size', '600M')
|
||||
files = [defines.get('app', '/Applications/OpenLP.app')]
|
||||
symlinks = { 'Applications': '/Applications' }
|
||||
badge_icon = defines.get('icon', 'OpenLP.icns')
|
||||
icon_locations = {
|
||||
'OpenLP.app': (160, 200),
|
||||
'Applications': (550, 200)
|
||||
}
|
||||
background = os.path.join(HERE, 'dmg-background.png')
|
||||
window_rect = ((100, 100), (700, 460))
|
||||
default_view = 'icon-view'
|
||||
show_icon_preview = False
|
||||
arrange_by = None
|
||||
scroll_position = (0, 0)
|
||||
grid_offset = (0, 0)
|
||||
grid_spacing = 100
|
||||
label_pos = 'bottom' # or 'right'
|
||||
text_size = 16
|
||||
icon_size = 128
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 67 KiB |
Loading…
Reference in New Issue
Block a user