pspec.xml 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>liblxqt</Name>
  6. <Homepage>https://github.com/lxqt/liblxqt</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL2</License>
  12. <IsA>library</IsA>
  13. <Icon>lxqt</Icon>
  14. <Summary>Common base library for LXQt components.</Summary>
  15. <Description>Core utility library for all LXDE-Qt components</Description>
  16. <Archive sha1sum="5eb084f4362f97ab7c40ce1a760a687ea5b1cc3c" type="tarxz">https://github.com/lxqt/liblxqt/releases/download/2.1.0/liblxqt-2.1.0.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>glibc-devel</Dependency>
  20. <Dependency>kwindowsystem-kf6-devel</Dependency>
  21. <Dependency>libX11-devel</Dependency>
  22. <Dependency>libgcc</Dependency>
  23. <Dependency versionFrom="4.0.0">libqtxdg-devel</Dependency>
  24. <Dependency>pkgconfig</Dependency>
  25. <Dependency>qt6-base-devel</Dependency>
  26. <Dependency>qt6-linguist</Dependency>
  27. <Dependency>polkit-qt6-devel</Dependency>
  28. <Dependency>qt6-qdbusviewer</Dependency>
  29. <Dependency>libXScrnSaver-devel</Dependency>
  30. <Dependency versionFrom="2.1.0">lxqt-build-tools</Dependency>
  31. </BuildDependencies>
  32. <Patches>
  33. <!--Patch level="1">qt5.14.diff</Patch-->
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>liblxqt</Name>
  38. <RuntimeDependencies>
  39. <Dependency>kwindowsystem-kf6</Dependency>
  40. <Dependency>libgcc</Dependency>
  41. <Dependency versionFrom="4.0.0">libqtxdg</Dependency>
  42. <Dependency>qt6-base</Dependency>
  43. <Dependency>libX11</Dependency>
  44. <Dependency>libXScrnSaver</Dependency>
  45. </RuntimeDependencies>
  46. <Files>
  47. <Path fileType="executable">/usr/bin</Path>
  48. <Path fileType="library">/usr/lib</Path>
  49. <Path fileType="data">/usr/share</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>liblxqt-devel</Name>
  54. <Files>
  55. <Path fileType="header">/usr/include</Path>
  56. <Path fileType="library">/usr/lib/pkgconfig</Path>
  57. </Files>
  58. <Summary>Development headers for liblxqt</Summary>
  59. <RuntimeDependencies>
  60. <Dependency release="current">liblxqt</Dependency>
  61. <Dependency>qt6-base-devel</Dependency>
  62. <Dependency>libqtxdg-devel</Dependency>
  63. </RuntimeDependencies>
  64. </Package>
  65. <History>
  66. <Update release="19">
  67. <Date>2024-11-05</Date>
  68. <Version>2.1.0</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="18">
  74. <Date>2024-04-18</Date>
  75. <Version>2.0.0</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="17">
  81. <Date>2023-11-21</Date>
  82. <Version>1.4.0</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>Mustafa Cinasal</Name>
  85. <Email>muscnsl@gmail.com</Email>
  86. </Update>
  87. <Update release="16">
  88. <Date>2023-04-23</Date>
  89. <Version>1.3.0</Version>
  90. <Comment>Version bump.</Comment>
  91. <Name>Mustafa Cinasal</Name>
  92. <Email>muscnsl@gmail.com</Email>
  93. </Update>
  94. <Update release="15">
  95. <Date>2022-11-14</Date>
  96. <Version>1.2.0</Version>
  97. <Comment>Version bump.</Comment>
  98. <Name>Mustafa Cinasal</Name>
  99. <Email>muscnsl@gmail.com</Email>
  100. </Update>
  101. <Update release="14">
  102. <Date>2022-04-19</Date>
  103. <Version>1.1.0</Version>
  104. <Comment>Version bump.</Comment>
  105. <Name>Ayhan Yalçınsoy</Name>
  106. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  107. </Update>
  108. <Update release="13">
  109. <Date>2021-11-14</Date>
  110. <Version>1.0.0</Version>
  111. <Comment>Version bump.</Comment>
  112. <Name>Mustafa Cinasal</Name>
  113. <Email>muscnsl@gmail.com</Email>
  114. </Update>
  115. <Update release="12">
  116. <Date>2021-04-26</Date>
  117. <Version>0.17.0</Version>
  118. <Comment>Version bump.</Comment>
  119. <Name>Ayhan Yalçınsoy</Name>
  120. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  121. </Update>
  122. <Update release="11">
  123. <Date>2021-04-08</Date>
  124. <Version>0.16.0</Version>
  125. <Comment>Version bump.</Comment>
  126. <Name>Mustafa Cinasal</Name>
  127. <Email>muscnsl@gmail.com</Email>
  128. </Update>
  129. <Update release="10">
  130. <Date>2020-09-17</Date>
  131. <Version>0.15.1</Version>
  132. <Comment>version bump</Comment>
  133. <Name>Ayhan Yalçınsoy</Name>
  134. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  135. </Update>
  136. <Update release="9">
  137. <Date>2020-04-26</Date>
  138. <Version>0.15.0</Version>
  139. <Comment>Version bump.</Comment>
  140. <Name>Mustafa Cinasal</Name>
  141. <Email>muscnsl@gmail.com</Email>
  142. </Update>
  143. <Update release="8">
  144. <Date>2020-04-06</Date>
  145. <Version>0.14.1</Version>
  146. <Comment>rebuild for qt5.14.2</Comment>
  147. <Name>Ayhan Yalçınsoy</Name>
  148. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  149. </Update>
  150. <Update release="7">
  151. <Date>2019-08-16</Date>
  152. <Version>0.14.1</Version>
  153. <Comment>rebuild for qt5.13.0</Comment>
  154. <Name>Ayhan Yalçınsoy</Name>
  155. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  156. </Update>
  157. <Update release="6">
  158. <Date>2019-02-28</Date>
  159. <Version>0.14.1</Version>
  160. <Comment>Version bump</Comment>
  161. <Name>Ayhan Yalçınsoy</Name>
  162. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  163. </Update>
  164. <Update release="5">
  165. <Date>2019-01-27</Date>
  166. <Version>0.14.0</Version>
  167. <Comment>Version bump</Comment>
  168. <Name>Ayhan Yalçınsoy</Name>
  169. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  170. </Update>
  171. <Update release="4">
  172. <Date>2019-01-02</Date>
  173. <Version>0.13.0</Version>
  174. <Comment>Rebuild for qt</Comment>
  175. <Name>Ayhan Yalçınsoy</Name>
  176. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  177. </Update>
  178. <Update release="3">
  179. <Date>2018-11-28</Date>
  180. <Version>0.13.0</Version>
  181. <Comment>Rebuild</Comment>
  182. <Name>Ayhan Yalçınsoy</Name>
  183. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  184. </Update>
  185. <Update release="2">
  186. <Date>2018-08-31</Date>
  187. <Version>0.13.0</Version>
  188. <Comment>Version bump.</Comment>
  189. <Name>Mustafa Cinasal</Name>
  190. <Email>muscnsl@gmail.com</Email>
  191. </Update>
  192. <Update release="1">
  193. <Date>2018-04-23</Date>
  194. <Version>0.12.0</Version>
  195. <Comment>First release.</Comment>
  196. <Name>Ayhan Yalçınsoy</Name>
  197. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  198. </Update>
  199. </History>
  200. </PISI>