summaryrefslogtreecommitdiff
path: root/plugins/notify.xml
blob: 8de08c81e90eb758cc4fb285b6046e29a2b9e4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>Notify</name>
	<frontends>gtk</frontends>

	<import>portato.plugins.notify</import>

	<hooks>
		<hook type = "after_emerge"	call = "notify" />
	</hooks>

</plugin>
span class='insertions'>+7 2012-09-11Allow to manually cleanup after a game (for whatever unknown reason)René 'Necoro' Neumann1-6/+13 2012-09-10Split 'prepare' in setupX and prepare -- this allows to cleanup even after ki...René 'Necoro' Neumann5-10/+25 2012-09-10Some renamingRené 'Necoro' Neumann1-8/+9 2012-09-10EXPORT now knows the template we are in -- no need to pass itRené 'Necoro' Neumann5-13/+40 2012-09-10More comments, folding, and some re-organizationRené 'Necoro' Neumann1-56/+94 2012-09-09Zsh EnhancementsRené 'Necoro' Neumann1-5/+9 2012-09-03Allow to create trivial game specs via the cmdlineRené 'Necoro' Neumann1-22/+95 2012-09-03Removed unneeded/trivial game filesRené 'Necoro' Neumann14-66/+20 2012-09-03Fix templatesRené 'Necoro' Neumann3-4/+4 2012-09-03Some more commenting -- and allowing a default PREFIXRené 'Necoro' Neumann1-3/+8