qt6 new package

This commit is contained in:
Rmys
2022-10-08 21:29:58 +03:00
parent fce9a4cecb
commit 136b1ff12e
140 changed files with 13061 additions and 38 deletions
+66
View File
@@ -0,0 +1,66 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qt6-scxml</Name>
<Homepage>http://qt-project.org/</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>custom</License>
<License>FDL</License>
<License>GPL3</License>
<License>LGPL3</License>
<Summary>Provides a set of easy to use chart components</Summary>
<Description>Provides a set of easy to use chart components</Description>
<Archive sha1sum="2561951d667de68c5aadce7c10156062f8b45721" type="tarxz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtscxml-everywhere-src-6.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.0">qt6-declarative-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qt6-scxml</Name>
<Summary>Provides a set of easy to use chart components</Summary>
<RuntimeDependencies>
<Dependency versionFrom="6.4.0">qt6-base</Dependency>
<Dependency versionFrom="6.4.0">qt6-declarative</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/qt6</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/qt6/modules</Path>
</Files>
</Package>
<Package>
<Name>qt6-scxml-devel</Name>
<Summary>Development files for qt6-scxml</Summary>
<RuntimeDependencies>
<Dependency release="current">qt6-scxml</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
<Dependency versionFrom="6.4.0">qt6-declarative-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/qt6</Path>
<Path fileType="config">/usr/lib/cmake</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-10-07</Date>
<Version>6.4.0</Version>
<Comment>First Release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>