pspec.xml 7.3 KB

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