forked from rox-desktop/rox-filer
-
Notifications
You must be signed in to change notification settings - Fork 6
/
ROX-Filer.xml
46 lines (43 loc) · 2.73 KB
/
ROX-Filer.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" ?>
<?xml-stylesheet type='text/xsl' href='interface.xsl'?>
<interface uri="http://rox.sourceforge.net/2005/interfaces/ROX-Filer" xmlns="http://zero-install.sourceforge.net/2004/injector/interface" xmlns:compile="http://zero-install.sourceforge.net/2006/namespaces/0compile">
<name>ROX-Filer</name>
<summary>fast and powerful file manager</summary>
<description>
ROX-Filer is a fast and powerful graphical file manager. It has full drag-and-drop support and background file operations, and is highly configurable. It can also act as a pinboard, allowing you to pin frequently used files to the desktop background.
</description>
<feed-for interface="http://rox.sourceforge.net/2005/interfaces/ROX-Filer"/>
<release:management xmlns:release="http://zero-install.sourceforge.net/2007/namespaces/0release">
<release:action phase="generate-archive">cd ROX-Filer/src/Docs/ && make</release:action>
<release:action phase="generate-archive">cd ROX-Filer/src/po/ && ./dist</release:action>
<release:action phase="generate-archive">cd ROX-Filer/src/ && autoconf && rm -fr autom4te.cache</release:action>
<release:action phase="commit-release">sed -i "s/<Version>.*<\/Version>$/<Version>$RELEASE_VERSION<\/Version>/" ROX-Filer/AppInfo.xml</release:action>
</release:management>
<group arch="*-src" compile:binary-main="ROX-Filer/AppRun" compile:min-version="0.19.1">
<command name="compile" shell-command=""$SRCDIR/ROX-Filer/src/build""/>
<requires interface="http://repo.roscidus.com/devel/pkg-config">
<environment insert="bin" name="PATH"/>
</requires>
<requires interface="http://0install.net/2006/interfaces/GTK-dev">
<version before="3" not-before="2.12"/>
<environment insert="lib/pkgconfig" name="PKG_CONFIG_PATH"/>
</requires>
<requires interface="http://0install.net/2006/interfaces/GLib-dev">
<version before="3" not-before="2.12"/>
<environment insert="lib/pkgconfig" name="PKG_CONFIG_PATH"/>
</requires>
<requires interface="http://0install.net/2006/interfaces/ATK-dev">
<environment insert="lib/pkgconfig" name="PKG_CONFIG_PATH"/>
</requires>
<requires interface="http://0install.net/2006/interfaces/Pango-dev">
<environment insert="lib/pkgconfig" name="PKG_CONFIG_PATH"/>
</requires>
<requires interface="http://0install.net/2008/interfaces/libxml2-dev.xml">
<environment insert="lib/pkgconfig" name="PKG_CONFIG_PATH"/>
</requires>
<requires interface="http://repo.roscidus.com/lib/x-sm-dev">
<environment insert="lib/pkgconfig" name="PKG_CONFIG_PATH"/>
</requires>
<implementation id="." version="2.11-post"/>
</group>
</interface>