Bumping to 0.8.0
authorEd Page <eopage@byu.net>
Wed, 24 Feb 2010 04:16:23 +0000 (22:16 -0600)
committerEd Page <eopage@byu.net>
Wed, 24 Feb 2010 04:16:23 +0000 (22:16 -0600)
Makefile
src/constants.py
support/builddeb.py
www/telepathy-theonering.deb

index fcb92a2..0ba6f78 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ package: $(OBJ)
        cp support/$(PROJECT_NAME).manager $(BUILD_PATH)/generic
        cp support/$(PROJECT_NAME).profile.* $(BUILD_PATH)/generic
        cp support/org.freedesktop.Telepathy.ConnectionManager.$(PROJECT_NAME).service $(BUILD_PATH)/generic
        cp support/$(PROJECT_NAME).manager $(BUILD_PATH)/generic
        cp support/$(PROJECT_NAME).profile.* $(BUILD_PATH)/generic
        cp support/org.freedesktop.Telepathy.ConnectionManager.$(PROJECT_NAME).service $(BUILD_PATH)/generic
-       cp support/icons/*-$(PROJECT_NAME).png $(BUILD_PATH)/generic/
+       cp support/icons/*-tor_*.png $(BUILD_PATH)/generic/
        cp support/builddeb.py $(BUILD_PATH)/generic
        cp support/py2deb.py $(BUILD_PATH)/generic
        cp support/fake_py2deb.py $(BUILD_PATH)/generic
        cp support/builddeb.py $(BUILD_PATH)/generic
        cp support/py2deb.py $(BUILD_PATH)/generic
        cp support/fake_py2deb.py $(BUILD_PATH)/generic
index 8c580fb..801d8ec 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
 
 __pretty_app_name__ = "Telepathy-TheOneRing"
 __app_name__ = "telepathy-theonering"
-__version__ = "0.7.14"
+__version__ = "0.8.0"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".telepathy-theonering")
index cc77415..87e09a7 100755 (executable)
@@ -34,6 +34,10 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
+0.8.0
+* Basic avatar support to distinguish phone types
+* Tweaks to hopefully improve behavior
+
 0.7.14
 * Bugfix: Polling state machines weren't properly resetting (maybe thats why I had such good battery life)
 * Bugfix: On Maemo 4.1 there are still some empty windows created
 0.7.14
 * Bugfix: Polling state machines weren't properly resetting (maybe thats why I had such good battery life)
 * Bugfix: On Maemo 4.1 there are still some empty windows created
@@ -208,10 +212,12 @@ def build_package(distribution):
        p["/usr/lib/telepathy"] = ["telepathy-theonering"]
        p["/usr/share/telepathy/managers"] = ["theonering.manager"]
        p["/usr/share/icons/hicolor/32x32/hildon"] = ["32-tor_handset.png|im_theonering.png"]
        p["/usr/lib/telepathy"] = ["telepathy-theonering"]
        p["/usr/share/telepathy/managers"] = ["theonering.manager"]
        p["/usr/share/icons/hicolor/32x32/hildon"] = ["32-tor_handset.png|im_theonering.png"]
-       p["/usr/share/theonering"] = ["32-tor_handset.png|tor_handset.png"]
-       p["/usr/share/theonering"] = ["32-tor_phone.png|tor_phone.png"]
-       p["/usr/share/theonering"] = ["32-tor_question.png|tor_question.png"]
-       p["/usr/share/theonering"] = ["32-tor_self.png|tor_self.png"]
+       p["/usr/share/theonering"] = [
+               "32-tor_handset.png|tor_handset.png",
+               "32-tor_phone.png|tor_phone.png",
+               "32-tor_question.png|tor_question.png",
+               "32-tor_self.png|tor_self.png",
+       ]
 
        if distribution == "debian":
                print p
 
        if distribution == "debian":
                print p
index 7abcb66..575d1ec 100644 (file)
Binary files a/www/telepathy-theonering.deb and b/www/telepathy-theonering.deb differ