X-Git-Url: http://git.maemo.org/git/?p=gonvert;a=blobdiff_plain;f=setup.py;h=f397d6c315f68714784e549b4427742956ee5a66;hp=c1418f51be34da777c3c027f4622f5e0c7e29321;hb=5ec4c259c979e137d6fc766efb530b0055ddddc9;hpb=18df79328b4665753f6d41d549ab991e060bb39d diff --git a/setup.py b/setup.py index c1418f5..f397d6c 100755 --- a/setup.py +++ b/setup.py @@ -87,7 +87,6 @@ setup( }, data_files=[ (DESKTOP_FILE_PATH, [INPUT_DESKTOP_FILE]), - ("/usr/share/icons/hicolor/scalable/%s" % ICON_CATEGORY, ["data/%s.svg" % APP_NAME]), ] + [ ( @@ -139,7 +138,8 @@ setup( "copyright": "gpl", "changelog": CHANGES, "buildversion": str(BUILD), - "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-simplejson", + "depends": "python2.5, python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5, python-simplejson", + #"depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-pyside.qtmaemo5, python-simplejson", "architecture": "any", }, "sdist_harmattan": {