1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?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="76028dca3126e8b79c56f17820a426cef8072da0" type="tarxz">https://download.qt.io/official_releases/qt/6.8/6.8.1/submodules/qtlocation-everywhere-src-6.8.1.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency versionFrom="6.8.1">qt6-base-devel</Dependency>
- <Dependency versionFrom="6.8.1">qt6-declarative-devel</Dependency>
- <Dependency versionFrom="6.8.1">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="4">
- <Date>2024-12-02</Date>
- <Version>6.8.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2024-09-27</Date>
- <Version>6.7.3</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2024-06-02</Date>
- <Version>6.7.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <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>
|