Skip to content

Commit

Permalink
OK, we have a package. Extremely hacky, time to cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef Abou-Kewik committed Jul 19, 2015
1 parent 3956f65 commit 1e199f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions osx/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#easy_install pip
#pip install pygtksourceview

jhbuild run glib-compile-schemas data
jhbuild run python setup_py2app.py build
jhbuild run python setup_py2app.py py2app

Expand Down
6 changes: 6 additions & 0 deletions setup_py2app.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@
('share/meld',
['data/gschemas.compiled']
),
('share/meld',
['data/org.gnome.meld.gschema.xml']
),
('share/meld',
['data/meld.css']
),
('share/meld/icons',
glob.glob("data/icons/*.png") +
glob.glob("data/icons/COPYING*")
Expand Down

0 comments on commit 1e199f2

Please sign in to comment.