The branch, frodo has been updated
       via  f14c06d410048a85150251df7158f178e374efb7 (commit)
      from  102f2f62dfb74d92fbc466efea3a81f3ada90c1a (commit)

- Log -----------------------------------------------------------------
http://xbmc.git.sourceforge.net/git/gitweb.cgi?p=xbmc/scripts;a=commit;h=f14c06d410048a85150251df7158f178e374efb7

commit f14c06d410048a85150251df7158f178e374efb7
Author: Martijn Kaijser <[email protected]>
Date:   Thu Sep 19 22:10:38 2013 +0200

    [service.dbus.notify] 1.0.2

diff --git a/service.dbus.notify/addon.xml b/service.dbus.notify/addon.xml
index 2e49e38..3d1f475 100644
--- a/service.dbus.notify/addon.xml
+++ b/service.dbus.notify/addon.xml
@@ -1,17 +1,18 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <addon id="service.dbus.notify"
        name="D-Bus notification service"
-       version="1.0.1"
+       version="1.0.2"
        provider-name="Team XBMC">
   <requires>
-    <import addon="xbmc.python" version="2.0"/>
+    <import addon="xbmc.python" version="2.1.0"/>
   </requires>
   <extension point="xbmc.service"
-             library="default.py" start="login|startup">
+             library="default.py" start="startup">
   </extension>
   <extension point="xbmc.addon.metadata">
     <summary lang="en">D-Bus notification service</summary>
     <description lang="en">Connects to the D-Bus notification interface and 
publishes the currently playing media information.</description>
     <platform>linux</platform>
+    <license>GPL v2</license>
   </extension>
 </addon>
diff --git a/service.dbus.notify/changelog.txt 
b/service.dbus.notify/changelog.txt
index b56e2b1..4d0f9bf 100644
--- a/service.dbus.notify/changelog.txt
+++ b/service.dbus.notify/changelog.txt
@@ -1,3 +1,6 @@
+1.0.2
+- only start at startup
+- update to repo guidelines
 1.0.1
 - added gnome-shell support
 1.0.0
diff --git a/service.dbus.notify/default.py b/service.dbus.notify/default.py
index cd63dd7..3ed9cc2 100644
--- a/service.dbus.notify/default.py
+++ b/service.dbus.notify/default.py
@@ -1,6 +1,6 @@
 '''
     D-Bus notification service for XBMC
-    Copyright (C) 2011 Team XBMC
+    Copyright (C) 2011-2013 Team XBMC
     
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
diff --git a/service.dbus.notify/xbmcnotify.py 
b/service.dbus.notify/xbmcnotify.py
index 0891354..93b20f4 100644
--- a/service.dbus.notify/xbmcnotify.py
+++ b/service.dbus.notify/xbmcnotify.py
@@ -1,6 +1,6 @@
 '''
     D-Bus notification service for XBMC
-    Copyright (C) 2011 Team XBMC
+    Copyright (C) 2011-2013 Team XBMC
     
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by

-----------------------------------------------------------------------

Summary of changes:
 service.dbus.notify/addon.xml     |    7 ++++---
 service.dbus.notify/changelog.txt |    3 +++
 service.dbus.notify/default.py    |    2 +-
 service.dbus.notify/xbmcnotify.py |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Scripts

------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to