-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
27 lines (23 loc) · 988 Bytes
/
addon.xml
File metadata and controls
27 lines (23 loc) · 988 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="service.linuxwhatelse.notifications"
name="Notifications"
version="0.0.1"
provider-name="linuxwhatelse">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
</requires>
<extension point="xbmc.service" library="service.py" start="login" />
<extension point="xbmc.addon.metadata">
<platform>linux</platform>
<summary lang="en_GB">Notification daemon</summary>
<description lang="en_GB">
A notification daemon following the Freedesktop Notification
specification.
Both "python-dbus" and "python-gobject" have to be installed.
</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, June 2007</license>
<website>http://www.linuxwhatelse.de</website>
<source>https://github.com/linuxwhatelse/service.linuxwhatelse.notifications</source>
<email>info@linuxwhatelse.de</email>
</extension>
</addon>