summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-06-19 11:23:24 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-06-19 11:23:24 +0200
commit48f046aec4df3b09906ca41e2c75ce7e0fb045a6 (patch)
tree5562fc5377f9592a6293735e8baf78230a1a48a6 /plugins
parentbe7f3e89a19cadad856dae717836f9ed3a66c85d (diff)
parent52f04fc6cccffa7cf31a4d7eab9c9b341f77a293 (diff)
downloadportato-48f046aec4df3b09906ca41e2c75ce7e0fb045a6.tar.gz
portato-48f046aec4df3b09906ca41e2c75ce7e0fb045a6.tar.bz2
portato-48f046aec4df3b09906ca41e2c75ce7e0fb045a6.zip
Merged from trunk
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gpytage.xml (renamed from plugins/dbus_init.xml)12
-rw-r--r--plugins/old/resume_loop.xml19
-rw-r--r--plugins/old/shutdown.xml16
3 files changed, 6 insertions, 41 deletions
diff --git a/plugins/dbus_init.xml b/plugins/gpytage.xml
index b17f269..51d9104 100644
--- a/plugins/dbus_init.xml
+++ b/plugins/gpytage.xml
@@ -1,13 +1,13 @@
-<?xml version="1.0" encoding="UTF-8" ?>
+<?xml version="1.0" encoding="UTF-8" ?>
<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd">
<author>René 'Necoro' Neumann</author>
- <name>DBus Initializer</name>
+ <name>Etc-proposals</name>
- <import>portato.plugins.dbus_init</import>
+ <import>portato.plugins.gpytage</import>
- <hooks>
- <hook type="main" call="dbus_init" />
- </hooks>
+ <menu>
+ <item call="gpytage">Config _Editor</item>
+ </menu>
</plugin>
diff --git a/plugins/old/resume_loop.xml b/plugins/old/resume_loop.xml
deleted file mode 100644
index 124d61d..0000000
--- a/plugins/old/resume_loop.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd">
- <author>René 'Necoro' Neumann</author>
- <name>Emerge Resume Loop</name>
- <import>portato.plugins.resume_loop</import>
-
- <hooks>
- <hook type="emerge" call="set_data" />
-
- <hook type="after_emerge" call="resume_loop">
- <connect type="before">*</connect>
- </hook>
- </hooks>
-
- <options>
- <option>disabled</option>
- </options>
-
-</plugin>
diff --git a/plugins/old/shutdown.xml b/plugins/old/shutdown.xml
deleted file mode 100644
index 75323b1..0000000
--- a/plugins/old/shutdown.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<plugin xmlns="http://portato.sourceforge.net/plugin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portato.sourceforge.net/plugin http://portato.sourceforge.net/plugin.xsd">
- <author>René 'Necoro' Neumann</author>
- <name>Shutdown</name>
- <import>portato.plugins.shutdown</import>
-
- <hooks>
- <hook type = "after_emerge" call = "shutdown">
- <connect type="after">*</connect>
- </hook>
- </hooks>
-
- <options>
- <option>disabled</option>
- </options>
-</plugin>