new package otter-browser
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import pisitools, shelltools, cmaketools
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
cmaketools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
cmaketools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
cmaketools.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("COPYING", "CHANGELOG", "README.md")
|
||||||
@@ -0,0 +1,54 @@
|
|||||||
|
<?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>
|
||||||
Reference in New Issue
Block a user