qt6-location new package

This commit is contained in:
Rmys
2024-04-25 15:12:15 +03:00
parent 86b8f5b7e5
commit a4c2ccca05
7 changed files with 166 additions and 2 deletions
@@ -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("LICENSE.*")
@@ -0,0 +1,70 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qt6-location</Name>
<Homepage>https://www.qt.io</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>FDL, GPL3, LGPL3, custom</License>
<IsA>library</IsA>
<Summary>Helps you create viable mapping solutions using the data available from some of the popular location services</Summary>
<Icon>qt6-location</Icon>
<Description>Bazı popüler konum hizmetlerinden elde edilen verileri kullanarak uygulanabilir haritalama çözümleri oluşturmanıza yardımcı olur</Description>
<Archive sha1sum="c4c1359a3add9b6ff4b2c4027a17f82db0d572cf" type="tarxz">https://download.qt.io/official_releases/qt/6.6/6.6.3/submodules/qtlocation-everywhere-src-6.6.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency versionFrom="6.6.3">qt6-base-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-declarative-devel</Dependency>
<Dependency versionFrom="6.6.3">qt6-positioning-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>qt6-location.patch</Patch>
<Patch level="1">qt6-location.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>qt6-location</Name>
<RuntimeDependencies>
<Dependency>qt6-base</Dependency>
<Dependency>qt6-declarative</Dependency>
<Dependency>qt6-positioning</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>qt6-location-devel</Name>
<Summary>Development files for qt6-location</Summary>
<RuntimeDependencies>
<Dependency release="current">qt6-location</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>qt6-positioning-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>2024-04-18</Date>
<Version>6.6.3</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>qt6-location</Name>
<Summary xml:lang="tr">Helps you create viable mapping solutions using the data available from some of the popular location services</Summary>
<Description xml:lang="tr">Bazı popüler konum hizmetlerinden elde edilen verileri kullanarak uygulanabilir haritalama çözümleri oluşturmanıza yardımcı olur</Description>
</Source>
</PISI>