summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
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>