[Rapier-commits] r165 - in trunk: . data debian src
This list send mail when a change occurs on the subversion repository
rapier-commits at garage.maemo.org
Sun Dec 2 12:32:02 EET 2007
Author: pamadio
Date: 2007-12-02 12:32:01 +0200 (Sun, 02 Dec 2007)
New Revision: 165
Added:
trunk/data/org.maemo.rapier.service
Removed:
trunk/data/com.nokia.rapier.service
trunk/data/org.maemo.rapier.blacksmith.service
Modified:
trunk/CREDITS
trunk/data/rapier.desktop
trunk/debian/changelog
trunk/setup.py
trunk/src/rapier
trunk/src/swordutils.py
Log:
changing context name from nokia.com to maemo.org
Modified: trunk/CREDITS
===================================================================
--- trunk/CREDITS 2007-12-02 08:34:58 UTC (rev 164)
+++ trunk/CREDITS 2007-12-02 10:32:01 UTC (rev 165)
@@ -1,3 +1,4 @@
Pierre Amadio (pierre.amadio at libertysurf.fr)
Ben Clark (benjoeclark at nospam@gmail.com)
+Steven Walter (stevenrwalter at nospam@gmail.com)
Deleted: trunk/data/com.nokia.rapier.service
===================================================================
--- trunk/data/com.nokia.rapier.service 2007-12-02 08:34:58 UTC (rev 164)
+++ trunk/data/com.nokia.rapier.service 2007-12-02 10:32:01 UTC (rev 165)
@@ -1,3 +0,0 @@
-[D-BUS Service]
-Name=com.nokia.rapier
-Exec=/usr/bin/rapier
Deleted: trunk/data/org.maemo.rapier.blacksmith.service
===================================================================
--- trunk/data/org.maemo.rapier.blacksmith.service 2007-12-02 08:34:58 UTC (rev 164)
+++ trunk/data/org.maemo.rapier.blacksmith.service 2007-12-02 10:32:01 UTC (rev 165)
@@ -1,3 +0,0 @@
-[D-BUS Service]
-Name=org.maemo.rapier_blacksmith
-Exec=/usr/bin/blacksmith.py
Added: trunk/data/org.maemo.rapier.service
===================================================================
--- trunk/data/org.maemo.rapier.service (rev 0)
+++ trunk/data/org.maemo.rapier.service 2007-12-02 10:32:01 UTC (rev 165)
@@ -0,0 +1,3 @@
+[D-BUS Service]
+Name=org.maemo.rapier
+Exec=/usr/bin/rapier
Modified: trunk/data/rapier.desktop
===================================================================
--- trunk/data/rapier.desktop 2007-12-02 08:34:58 UTC (rev 164)
+++ trunk/data/rapier.desktop 2007-12-02 10:32:01 UTC (rev 165)
@@ -8,5 +8,5 @@
X-HildonDesk-ShowInToolbar=true
Exec=/usr/bin/rapier
Icon=rapier_icon_26x26
-X-Osso-Service=com.nokia.rapier
+X-Osso-Service=org.maemo.rapier
X-Osso-Type=application/x-executable
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2007-12-02 08:34:58 UTC (rev 164)
+++ trunk/debian/changelog 2007-12-02 10:32:01 UTC (rev 165)
@@ -2,6 +2,8 @@
* Touchscreen motion should be a bit smoother.
* Textview scroll to selected verse when full screen mode is changed.
+ * Osso context use org.maemo.rapier and not com.nokia.rapier anymore.
+ * Sword configuation file location is not hard coded anymore
-- Pierre Amadio <melmoth at localhost> Sun, 26 Aug 2007 10:21:28 +0200
Modified: trunk/setup.py
===================================================================
--- trunk/setup.py 2007-12-02 08:34:58 UTC (rev 164)
+++ trunk/setup.py 2007-12-02 10:32:01 UTC (rev 165)
@@ -15,7 +15,7 @@
data_files = [
('share/pixmaps', ['data/rapier_icon_26x26.png']),
('share/applications/hildon', ['data/rapier.desktop']),
- ('share/dbus-1/services',['data/com.nokia.rapier.service']),
+ ('share/dbus-1/services',['data/org.maemo.rapier.service']),
('share/rapier',['COPYING','CREDITS','README','TODO','src/swordutils.py']),
('share/gconf/schemas', ['data/rapier.schemas'])
]
Modified: trunk/src/rapier
===================================================================
--- trunk/src/rapier 2007-12-02 08:34:58 UTC (rev 164)
+++ trunk/src/rapier 2007-12-02 10:32:01 UTC (rev 165)
@@ -95,7 +95,7 @@
self.ioWait=False
self.fullScreen=False
self.searchDisplay=False
- self.osso_context = osso.Context("rapier", "0.0.1", False)
+ self.osso_context = osso.Context("org.maemo.rapier", "0.0.1", False)
self.osso_rpc=osso.Rpc(self.osso_context)
self.booksInfo=self.getAllBooks()
self.installedModules=self.get_installedModules()
Modified: trunk/src/swordutils.py
===================================================================
--- trunk/src/swordutils.py 2007-12-02 08:34:58 UTC (rev 164)
+++ trunk/src/swordutils.py 2007-12-02 10:32:01 UTC (rev 165)
@@ -31,7 +31,7 @@
from gnome import gconf
import sys
"""
-context=osso.Context("rapier", "0.0.1", False)
+context=osso.Context("org.maemo.rapier", "0.0.1", False)
sysnote=osso.SystemNote(context)
sysnote.system_note_infoprint("osso_test_receiver: Received a RPC to %s.")
"""
More information about the Rapier-commits
mailing list