pspec.xml 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qt6-location</Name>
  6. <Homepage>https://www.qt.io</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>FDL, GPL3, LGPL3, custom</License>
  12. <IsA>library</IsA>
  13. <Summary>Helps you create viable mapping solutions using the data available from some of the popular location services</Summary>
  14. <Icon>qt6-location</Icon>
  15. <Description>Bazı popüler konum hizmetlerinden elde edilen verileri kullanarak uygulanabilir haritalama çözümleri oluşturmanıza yardımcı olur</Description>
  16. <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>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>ninja</Dependency>
  20. <Dependency versionFrom="6.8.1">qt6-base-devel</Dependency>
  21. <Dependency versionFrom="6.8.1">qt6-declarative-devel</Dependency>
  22. <Dependency versionFrom="6.8.1">qt6-positioning-devel</Dependency>
  23. </BuildDependencies>
  24. <!--
  25. <Patches>
  26. <Patch>qt6-location.patch</Patch>
  27. <Patch level="1">qt6-location.patch</Patch>
  28. </Patches>
  29. -->
  30. </Source>
  31. <Package>
  32. <Name>qt6-location</Name>
  33. <RuntimeDependencies>
  34. <Dependency>qt6-base</Dependency>
  35. <Dependency>qt6-declarative</Dependency>
  36. <Dependency>qt6-positioning</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="data">/usr/share</Path>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>qt6-location-devel</Name>
  46. <Summary>Development files for qt6-location</Summary>
  47. <RuntimeDependencies>
  48. <Dependency release="current">qt6-location</Dependency>
  49. <Dependency>qt6-base-devel</Dependency>
  50. <Dependency>qt6-positioning-devel</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="header">/usr/include</Path>
  54. <Path fileType="data">/usr/lib/cmake</Path>
  55. <Path fileType="library">/usr/lib/pkgconfig</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="4">
  60. <Date>2024-12-02</Date>
  61. <Version>6.8.1</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="3">
  67. <Date>2024-09-27</Date>
  68. <Version>6.7.3</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2024-06-02</Date>
  75. <Version>6.7.1</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2024-04-18</Date>
  82. <Version>6.6.3</Version>
  83. <Comment>First release</Comment>
  84. <Name>PisiLinux Community</Name>
  85. <Email>admins@pisilinux.org</Email>
  86. </Update>
  87. </History>
  88. </PISI>