qt6-canvaspainter 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 qt6
|
||||
|
||||
def setup():
|
||||
qt6.configure()
|
||||
|
||||
def build():
|
||||
qt6.make()
|
||||
|
||||
def install():
|
||||
qt6.install()
|
||||
|
||||
pisitools.dodoc("LICENSES/*")
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qt6-canvaspainter</Name>
|
||||
<Homepage>https://www.qt.io/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL-3.0-only, LGPL-3.0-only</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Accelerated 2D painting solution for Qt Quick and QRhi-based render targets</Summary>
|
||||
<Description>Qt Quick ve QRhi tabanlı render hedefleri için hızlandırılmış 2B boyama çözümü</Description>
|
||||
<Archive sha1sum="8adabc6040ddd26c3f3f0fe58a7df6d046563f1f" type="tarxz">https://download.qt.io/official_releases/qt/6.11/6.11.1/submodules/qtcanvaspainter-everywhere-src-6.11.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency versionFrom="6.11.1">qt6-base-devel</Dependency>
|
||||
<Dependency versionFrom="6.11.1">qt6-declarative-devel</Dependency>
|
||||
<Dependency versionFrom="6.11.1">qt6-shadertools-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>qt6-canvaspainter.patch</Patch>
|
||||
<Patch level="1">qt6-canvaspainter.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>qt6-canvaspainter</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
<Dependency>qt6-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>qt6-canvaspainter-devel</Name>
|
||||
<Summary>Development files for qt6-canvaspainter</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
<Dependency>qt6-declarative-devel</Dependency>
|
||||
<Dependency release="current">qt6-canvaspainter</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>2026-06-10</Date>
|
||||
<Version>6.11.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qt6-canvaspainter</Name>
|
||||
<Summary xml:lang="tr">Accelerated 2D painting solution for Qt Quick and QRhi-based render targets</Summary>
|
||||
<Description xml:lang="tr">Qt Quick ve QRhi tabanlı render hedefleri için hızlandırılmış 2B boyama çözümü</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+378709
-378594
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
086b819768866d373787220f97ab3a9aac62b460
|
||||
602d5b3cc98ff5ae51b1a635333a00c99aaf5b5b
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
45b6f83e9bc1a2081efc077771801925def24413
|
||||
dca907b154bd9a59b1964ed61d59a9f82fec88de
|
||||
Reference in New Issue
Block a user