Warn about tar archives with a leading "./" in the name.
[0publish-gui.git] / 0publish-gui.xml
blobe4c0f61f2671cf1c1c476943659dc60854c4818f
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl' href='interface.xsl'?>
3 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface">
4   <name>0publish-gui</name>
5   <summary>GTK editor for Zero Install feeds</summary>
6   <description>
7 Publishing a program using Zero Install requires you to create an XML file
8 listing the available versions, where to get them, and what other software they
9 depend on.
11 This program provides a simple graphical interface for creating and editing
12 these feeds.</description>
13   <homepage>http://0install.net/</homepage>
14   <release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
15     <!-- Update the copy of the version number in 0publish -->
16     <release:action phase="commit-release">sed -i &quot;s/^version = '.*'$/version = '$RELEASE_VERSION'/&quot; 0publish-gui</release:action>
17   </release:management>
18   <feed-for interface="http://0install.net/2007/interfaces/0publish-gui.xml"/>
19   <icon href="http://0install.net/feed_icons/0publish-gui.png" type="image/png"/>
20   <category>Development</category>
21   <group license="OSI Approved :: GNU General Public License (GPL)" main="0publish-gui">
22     <command name="run" path="0publish-gui">
23       <runner interface="http://repo.roscidus.com/python/python">
24         <version before="3"/>
25       </runner>
26     </command>
27     <command name="test" path="tests/testall.py">
28       <runner interface="http://repo.roscidus.com/python/python">
29         <version before="3"/>
30       </runner>
31     </command>
32     <implementation id="." version="0.14-post"/>
33     <requires interface="http://0install.net/2007/interfaces/ZeroInstall.xml">
34       <environment insert="" mode="prepend" name="PYTHONPATH"/>
35       <version not-before='2.1-post'/>
36     </requires>
37     <requires interface="http://rox.sourceforge.net/2005/interfaces/ROX-Lib">
38       <version not-before="2.0.5"/>
39       <environment insert="ROX-Lib2/python" name="PYTHONPATH"/>
40     </requires>
41   </group>
42 </interface>