pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>qtutilities</Name>
  6. <Homepage>https://github.com/Martchus/qtutilities</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL-2</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.library</PartOf>
  14. <Summary> Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.</Summary>
  15. <Description> Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.</Description>
  16. <Archive sha1sum="8c39e50c1de5fb2efef4d0bb1044427309a4267d" type="targz">
  17. https://github.com/Martchus/qtutilities/archive/refs/tags/v6.11.0.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>ninja</Dependency>
  22. <Dependency>doxygen</Dependency>
  23. <Dependency>qt6-linguist</Dependency>
  24. <Dependency>qt6-base-devel</Dependency>
  25. <Dependency>cpp-utilities-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>qtutilities</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libgcc</Dependency>
  32. <Dependency>qt6-base</Dependency>
  33. <Dependency>cpp-utilities</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="library">/usr/lib</Path>
  37. <Path fileType="data">/usr/share</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <Package>
  42. <Name>qtutilities-devel</Name>
  43. <RuntimeDependencies>
  44. <Dependency release="current">qtutilities</Dependency>
  45. <Dependency>qt6-base-devel</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="header">/usr/include</Path>
  49. <Path fileType="library">/usr/lib/pkgconfig</Path>
  50. <Path fileType="data">/usr/share/qtutilities/cmake</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="8">
  55. <Date>2023-03-08</Date>
  56. <Version>6.11.0</Version>
  57. <Comment>Version bump.</Comment>
  58. <Name>fury</Name>
  59. <Email>uglyside@yandex.ru</Email>
  60. </Update>
  61. <Update release="7">
  62. <Date>2023-02-02</Date>
  63. <Version>6.10.0</Version>
  64. <Comment>Rebuild.</Comment>
  65. <Name>fury</Name>
  66. <Email>uglyside@yandex.ru</Email>
  67. </Update>
  68. <Update release="6">
  69. <Date>2022-11-23</Date>
  70. <Version>6.10.0</Version>
  71. <Comment>Version bump.</Comment>
  72. <Name>fury</Name>
  73. <Email>uglyside@yandex.ru</Email>
  74. </Update>
  75. <Update release="5">
  76. <Date>2022-09-09</Date>
  77. <Version>6.8.0</Version>
  78. <Comment>Version bump</Comment>
  79. <Name>fury</Name>
  80. <Email>uglyside@yandex.ru</Email>
  81. </Update>
  82. <Update release="4">
  83. <Date>2022-07-10</Date>
  84. <Version>6.6.2</Version>
  85. <Comment>Version bump</Comment>
  86. <Name>fury</Name>
  87. <Email>uglyside@yandex.ru</Email>
  88. </Update>
  89. <Update release="3">
  90. <Date>2022-04-14</Date>
  91. <Version>6.6.0</Version>
  92. <Comment>Version bump</Comment>
  93. <Name>fury</Name>
  94. <Email>uglyside@yandex.ru</Email>
  95. </Update>
  96. <Update release="2">
  97. <Date>2022-01-18</Date>
  98. <Version>6.5.3</Version>
  99. <Comment>Version bump</Comment>
  100. <Name>fury</Name>
  101. <Email>uglyside@yandex.ru</Email>
  102. </Update>
  103. <Update release="1">
  104. <Date>2021-11-04</Date>
  105. <Version>6.5.0</Version>
  106. <Comment>First build</Comment>
  107. <Name>fury</Name>
  108. <Email>uglyside@yandex.ru</Email>
  109. </Update>
  110. </History>
  111. </PISI>