Bumping to 1.0.0-2
authorEd Page <eopage@byu.net>
Fri, 16 Jul 2010 12:24:34 +0000 (07:24 -0500)
committerEd Page <eopage@byu.net>
Fri, 16 Jul 2010 12:24:34 +0000 (07:24 -0500)
src/constants.py
support/builddeb.py
support/ejpi.desktop
www/ejpi.deb

index 6a76bf7..ea2f8b6 100644 (file)
@@ -3,7 +3,7 @@ import os
 __pretty_app_name__ = "e**(j pi) + 1 = 0"
 __app_name__ = "ejpi"
 __version__ = "1.0.0"
-__build__ = 0
+__build__ = 2
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
index a35f965..7c5d39d 100755 (executable)
@@ -77,15 +77,11 @@ def build_package(distribution):
        p.license = "lgpl"
        p.depends = ", ".join([
                "python2.6 | python2.5",
-               "python-gtk2 | python2.5-gtk2",
-               "python-xml | python2.5-xml",
-               "python-dbus | python2.5-dbus",
        ])
-       maemoSpecificDepends = ", python-osso | python2.5-osso, python-hildon | python2.5-hildon"
        p.depends += {
-               "debian": ", python-glade2",
-               "diablo": maemoSpecificDepends,
-               "fremantle": maemoSpecificDepends + ", python-glade2",
+               "debian": ", python-qt4",
+               "diablo": ", python2.5-qt4-core, python2.5-qt4-gui",
+               "fremantle": ", python2.5-qt4-core, python2.5-qt4-gui, python2.5-qt4-maemo5",
        }[distribution]
        p.section = {
                "debian": "math",
index 6c3e232..662c98e 100644 (file)
@@ -3,5 +3,5 @@ Encoding=UTF-8
 Version=1.0
 Type=Application
 Name=ejpi
-Exec=/usr/bin/run-standalone.sh /usr/bin/ejpi.py
+Exec=/usr/bin/run-standalone.sh /opt/ejpi/bin/ejpi.py
 Icon=ejpi
index 0fee922..d65e1a8 100644 (file)
Binary files a/www/ejpi.deb and b/www/ejpi.deb differ