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
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qt6-networkauth</Name>
<Homepage>https://www.qt.io</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>'GPL3' 'LGPL3' 'FDL' 'custom'</License>
<IsA>app:gui</IsA>
<Summary>Network authentication module</Summary>
<Description>Ağ kimlik doğrulama modülü</Description>
<Archive sha1sum="05b4e630eb99919223b18cf7832379e993696a4b" type="tarxz">https://download.qt.io/official_releases/qt/6.4/6.4.0/submodules/qtnetworkauth-everywhere-src-6.4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>cmake</Dependency>
<Dependency versionFrom="6.4.0">qt6-base-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qt6-networkauth</Name>
<RuntimeDependencies>
<Dependency versionFrom="6.4.0">qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>qt6-networkauth-devel</Name>
<Summary>Development files for qt6-networkauth</Summary>
<RuntimeDependencies>
<Dependency release="current">qt6-networkauth</Dependency>
<Dependency versionFrom="6.4.0">qt6-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-06</Date>
<Version>6.4.0</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>