qt5-webview new package
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env 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
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
def setup():
|
||||
qt5.configure()
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
pisitools.dodoc("LICENSE*")
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qt5-webview</Name>
|
||||
<Homepage>https://www.qt.io</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>FDL, GPL3, LGPL3, custom</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Provides a way to display web content in a QML application</Summary>
|
||||
<Description>Bir QML uygulamasında web içeriğini görüntülemenin bir yolunu sağlar</Description>
|
||||
<Archive sha1sum="940e25b83d866e8a82a6b9d285a041f3dcab185d" type="tarxz">https://download.qt.io/official_releases/qt/5.15/5.15.5/submodules/qtwebview-everywhere-opensource-src-5.15.5.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.15.5">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt5-webengine-devel</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt5-declarative-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>qt5-webview.patch</Patch>
|
||||
<Patch level="1">qt5-webview.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>qt5-webview</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.15.5">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt5-webengine</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt5-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>qt5-webview-devel</Name>
|
||||
<Summary>Development files for qt5-webview</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">qt5-webview</Dependency>
|
||||
<Dependency versionFrom="5.15.5">qt5-base-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-10-30</Date>
|
||||
<Version>5.15.5</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qt5-webview</Name>
|
||||
<Summary xml:lang="tr">Provides a way to display web content in a QML application</Summary>
|
||||
<Description xml:lang="tr">Bir QML uygulamasında web içeriğini görüntülemenin bir yolunu sağlar</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user