X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=setup.py;h=8387afc971944abb86609c0d80ad7031d515204e;hb=HEAD;hp=9a8a21b674f9299c35ea19a5027500fcebe15fef;hpb=b8d144d25110d7c54b333c21552213e9605e11e9;p=ejpi diff --git a/setup.py b/setup.py index 9a8a21b..8387afc 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,8 @@ ICON_CATEGORY="apps" ICON_SIZES=[32,48] #[[[end]]] (checksum: fb3742cf699ff6d0e1aab0ec61d503e7) -CHANGES = """Switching from py2deb.py to sdist_maemo +CHANGES = """* Support for PySide +* XDG Support """.strip() BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=ejpi" @@ -88,6 +89,7 @@ setup( }, data_files=[ (DESKTOP_FILE_PATH, [INPUT_DESKTOP_FILE]), + ("/usr/share/icons/hicolor/scalable/apps", ["data/%s.svg" % APP_NAME]), ] + [ ( @@ -126,7 +128,7 @@ setup( "copyright": "lgpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python-xdg", + "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python-xdg, python-simplejson", "architecture": "any", }, "sdist_fremantle": { @@ -140,7 +142,7 @@ setup( "changelog": CHANGES, "buildversion": str(BUILD), #"depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-xdg", - "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg", + "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-xdg, python-simplejson", "architecture": "any", }, "sdist_harmattan": {