Bump to 1.1.6 to fix a user issue
[gonvert] / setup.py
index 81047d2..18ab299 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -37,9 +37,7 @@ ICON_CATEGORY="apps"
 ICON_SIZES=[32,48]
 #[[[end]]] (checksum: fefe5943a0176aa799fab0d963c33832)
 
-CHANGES = """* Support for PySide
-* XDG Support
-* Fixed a race condition
+CHANGES = """* Fixing an issue reported by a user that I have no clue how to reproduce
 """.strip()
 BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Gonvert"
 
@@ -89,6 +87,7 @@ setup(
        },
        data_files=[
                (DESKTOP_FILE_PATH, [INPUT_DESKTOP_FILE]),
+               ("/usr/share/icons/hicolor/scalable/apps", ["data/%s.svg" % APP_NAME]),
        ] +
        [
                (
@@ -100,7 +99,6 @@ setup(
        requires=[
                "PySide",
                "pyxdg",
-               "simplejson",
        ],
        cmdclass={
                'sdist_ubuntu': sdist_maemo,
@@ -115,7 +113,7 @@ setup(
                        "copyright": "gpl",
                        "changelog": CHANGES,
                        "buildversion": str(BUILD),
-                       "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-xdg, python-simplejson",
+                       "depends": "python, python-pyside.qtcore, python-pyside.qtgui, python-xdg",
                        "architecture": "any",
                },
                "sdist_diablo": {