Files
main/network/web/otter-browser/pspec.xml
T
2020-07-06 14:10:34 +03:00

55 lines
2.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>otter-browser</Name>
<Homepage>http://otter-browser.org/</Homepage>
<Packager>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL-3</License>
<IsA>gui</IsA>
<Summary>Otter-Browser Controlled by the user, not vice versa</Summary>
<Description>Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5.</Description>
<Archive sha1sum="10f0bd2bc2626df442d91837496a6625b8786df5" type="targz">https://github.com/OtterBrowser/otter-browser/archive/v1.0.01.tar.gz</Archive>
<BuildDependencies>
<Dependency>hunspell-devel</Dependency>
<Dependency>qt5-multimedia-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>qt5-webengine-devel</Dependency>
<Dependency>qt5-webkit-devel</Dependency>
<Dependency>qt5-xmlpatterns-devel</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>otter-browser</Name>
<RuntimeDependencies>
<Dependency>hunspell</Dependency>
<Dependency>qt5-multimedia</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>qt5-webengine</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>qt5-xmlpatterns</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-07-06</Date>
<Version>1.0.01</Version>
<Comment>First Release</Comment>
<Name>Erkan IŞIK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
</History>
</PISI>