[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, master, updated. milestone4-368-g700ab82

Michael 'Mickey' Lauer mickey at vanille-media.de
Mon Feb 2 18:52:06 UTC 2009


The following commit has been merged in the master branch:
commit cb52b54bc1b321e4ad7c4b02f3d6d6f48a98bf3a
Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Wed Jan 28 01:06:28 2009 +0100

    tools: add some opimd objects to cli-framework

diff --git a/tools/cli-framework b/tools/cli-framework
index f2024b0..b0fcc11 100755
--- a/tools/cli-framework
+++ b/tools/cli-framework
@@ -10,7 +10,7 @@ Interactive console for the freesmartphone.org framework
 GPLv2 or later
 """
 
-__version__ = "0.9.1.10"
+__version__ = "0.9.2.0"
 
 import dbus.service
 import dbus.mainloop.glib
@@ -248,11 +248,35 @@ pim = getInterface( \
     "org.freesmartphone.PIM" )
 
 # pimsources
-pimsources = getInterface( \
+pims = getInterface( \
     "org.freesmartphone.opimd",
     "/org/freesmartphone/PIM/Sources",
     "org.freesmartphone.PIM.Sources" )
 
+# pimcontacts
+pimc = getInterface( \
+    "org.freesmartphone.opimd",
+    "/org/freesmartphone/PIM/Contacts",
+    "org.freesmartphone.PIM.Contacts" )
+
+# pimcontacts
+pimcq = getInterface( \
+    "org.freesmartphone.opimd",
+    "/org/freesmartphone/PIM/Contacts/Queries",
+    "org.freesmartphone.PIM.ContactQuery" )
+
+# pimmessages
+pimm = getInterface( \
+    "org.freesmartphone.opimd",
+    "/org/freesmartphone/PIM/Messages",
+    "org.freesmartphone.PIM.Messages" )
+
+# pimmessagequeries
+pimmq = getInterface( \
+    "org.freesmartphone.opimd",
+    "/org/freesmartphone/PIM/Messages/Queries",
+    "org.freesmartphone.PIM.MessageQuery" )
+
 # bluez
 try:
     bluez_manager = getInterface( \

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list