r5013: If 0launch is available, use that as the session restart command when using
[rox-filer.git] / ROX-Filer / ROX-Filer-src.xml
blobac8db30895abb8e6de8e7da1a0b5417d01269570
1 <?xml version="1.0" ?>
2 <?xml-stylesheet type='text/xsl'
3      href='http://0install.net/2006/stylesheets/interface.xsl'?>
5 <interface xmlns="http://zero-install.sourceforge.net/2004/injector/interface"
6   xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile">
7   <name>ROX-Filer-src</name>
8   <summary>source code for ROX-Filer</summary>
9   <description>
10     Executing this program will compile a ROX-Filer binary.
11   </description>
12   <icon type='image/png' href='http://rox.sourceforge.net/Icons/ROX-Filer.png'/>
14   <group main='src/build' arch='*-src'
15          compile:build-main='ROX-Filer/AppRun'
16          compile:command='"$SRCDIR/ROX-Filer/src/build"'>
17     <requires interface="http://0install.net/2006/interfaces/GTK-2.4.xml">
18       <environment insert="" name="GTK24_HOME"/>
19     </requires>
21     <implementation id=".." version="2.6" released='Snapshot'/>
22   </group>
23 </interface>