123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>polo</Name>
- <Homepage>https://github.com/teejee2008/polo</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>LGPLv2</License>
- <IsA>app</IsA>
- <Summary>Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more.</Summary>
- <Description>Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more.</Description>
- <Archive sha1sum="d5465c70c0eaf8af8fdd56c74870fe247a1bafdc" type="targz">https://github.com/teejee2008/polo/archive/v18.8-beta.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>atk-devel</Dependency>
- <Dependency>vte-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>vala-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>gnutls-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libgee-devel</Dependency>
- <Dependency>libxml2-devel</Dependency>
- <Dependency>libpcre2-devel</Dependency>
- <Dependency>json-glib-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>polo</Name>
- <RuntimeDependencies>
- <Dependency>atk</Dependency>
- <Dependency>vte</Dependency>
- <Dependency>gtk3</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>p7zip</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>gnutls</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgee</Dependency>
- <Dependency>libxml2</Dependency>
- <Dependency>libpcre2</Dependency>
- <Dependency>json-glib</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/var/log/polo</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="1">
- <Date>2019-01-19</Date>
- <Version>18.8</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|