Skip to content

Commit

Permalink
It finally workd
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Feb 13, 2016
1 parent 77cbbef commit 988e64e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions osx/Meld
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export GTK_DATA_PREFIX="$bundle_res"
export GTK_EXE_PREFIX="$bundle_res"
export GTK_PATH="$bundle_res"
export GSETTINGS_SCHEMA_DIR="$bundle_res"/share/glib-2.0
export GI_TYPELIB_PATH="$bundle_res"/lib/girepository-1.0

# GTK3 understands the following:
#GTK_PATH
Expand Down
2 changes: 2 additions & 0 deletions setup_py2app.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
app=['bin/meld'],
setup_requires=["py2app"],
options={'py2app': {
"packages": ["gio", "gobject", "gtk", "cairo"],
"includes": ["atk", "pango", "pangocairo"],
'argv_emulation': True,
'iconfile': 'osx/meld.icns',
'plist': PLIST,
Expand Down

0 comments on commit 988e64e

Please sign in to comment.