pspec.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dbus-glib</Name>
  6. <Homepage>https://www.freedesktop.org/wiki/Software/dbus/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>AFL-2.1</License>
  13. <IsA>library</IsA>
  14. <Summary>Glib bindings for D-Bus</Summary>
  15. <Description>dbus-glib is an add-on library to integrate the standard D-Bus library with the GLib thread abstraction and main loop.</Description>
  16. <Archive sha1sum="9eb81f50e36e349f57297d1a2a61b48707a551cc" type="targz">http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-0.112.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python3</Dependency>
  19. <Dependency>gtk-doc</Dependency>
  20. <Dependency versionFrom="1.14.10">dbus-devel</Dependency>
  21. <!-- New dbus uses GVariant data structure. We need glib2 >= 2.24 -->
  22. <Dependency versionFrom="2.77.1">glib2-devel</Dependency>
  23. <!-- <Dependency>libpcre-devel</Dependency> -->
  24. <Dependency versionFrom="2.5.0">expat-devel</Dependency>
  25. <Dependency>libxml2</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <Patch level="1">dbus-glib-bash-completion.patch</Patch>
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>dbus-glib</Name>
  33. <RuntimeDependencies>
  34. <Dependency>dbus</Dependency>
  35. <!-- New dbus uses GVariant data structure. We need glib2 >= 2.24 -->
  36. <Dependency>glib2</Dependency>
  37. <Dependency>expat</Dependency>
  38. <Dependency>libxml2</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="executable">/usr/libexec/dbus-bash-completion-helper</Path>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="doc">/usr/share/doc</Path>
  45. <Path fileType="man">/usr/share/man/man1</Path>
  46. <Path fileType="data">/etc/bash_completion.d</Path>
  47. <Path fileType="data">/usr/share/bash-completion</Path>
  48. <Path fileType="data">/usr/libexec</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>dbus-glib-devel</Name>
  53. <PartOf>system.devel</PartOf>
  54. <Summary>Development files for dbus-glib</Summary>
  55. <RuntimeDependencies>
  56. <Dependency release="current">dbus-glib</Dependency>
  57. <Dependency>dbus-devel</Dependency>
  58. <Dependency>glib2-devel</Dependency>
  59. </RuntimeDependencies>
  60. <Files>
  61. <Path fileType="header">/usr/include/dbus-1.0</Path>
  62. <Path fileType="data">/usr/lib/pkgconfig</Path>
  63. <Path fileType="man">/usr/share/man/man3</Path>
  64. </Files>
  65. </Package>
  66. <History>
  67. <Update release="30">
  68. <Date>2024-09-15</Date>
  69. <Version>0.112</Version>
  70. <Comment>Rebuild.</Comment>
  71. <Name>Mustafa Cinasal</Name>
  72. <Email>muscnsl@gmail.com</Email>
  73. </Update>
  74. <Update release="29">
  75. <Date>2024-06-01</Date>
  76. <Version>0.112</Version>
  77. <Comment>Rebuild.</Comment>
  78. <Name>Mustafa Cinasal</Name>
  79. <Email>muscnsl@gmail.com</Email>
  80. </Update>
  81. <Update release="28">
  82. <Date>2023-09-03</Date>
  83. <Version>0.112</Version>
  84. <Comment>Rebuild.</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="27">
  89. <Date>2023-07-31</Date>
  90. <Version>0.112</Version>
  91. <Comment>Rebuild.</Comment>
  92. <Name>Mustafa Cinasal</Name>
  93. <Email>muscnsl@gmail.com</Email>
  94. </Update>
  95. <Update release="26">
  96. <Date>2023-06-07</Date>
  97. <Version>0.112</Version>
  98. <Comment>Rebuild.</Comment>
  99. <Name>Mustafa Cinasal</Name>
  100. <Email>muscnsl@gmail.com</Email>
  101. </Update>
  102. <Update release="25">
  103. <Date>2023-05-23</Date>
  104. <Version>0.112</Version>
  105. <Comment>Rebuild.</Comment>
  106. <Name>Mustafa Cinasal</Name>
  107. <Email>muscnsl@gmail.com</Email>
  108. </Update>
  109. <Update release="24">
  110. <Date>2023-03-16</Date>
  111. <Version>0.112</Version>
  112. <Comment>Rebuild.</Comment>
  113. <Name>Mustafa Cinasal</Name>
  114. <Email>muscnsl@gmail.com</Email>
  115. </Update>
  116. <Update release="23">
  117. <Date>2023-02-10</Date>
  118. <Version>0.112</Version>
  119. <Comment>Rebuild.</Comment>
  120. <Name>Mustafa Cinasal</Name>
  121. <Email>muscnsl@gmail.com</Email>
  122. </Update>
  123. <Update release="22">
  124. <Date>2022-11-25</Date>
  125. <Version>0.112</Version>
  126. <Comment>Rebuild.</Comment>
  127. <Name>Mustafa Cinasal</Name>
  128. <Email>muscnsl@gmail.com</Email>
  129. </Update>
  130. <Update release="21">
  131. <Date>2022-11-11</Date>
  132. <Version>0.112</Version>
  133. <Comment>Rebuild.</Comment>
  134. <Name>Mustafa Cinasal</Name>
  135. <Email>muscnsl@gmail.com</Email>
  136. </Update>
  137. <Update release="20">
  138. <Date>2022-10-31</Date>
  139. <Version>0.112</Version>
  140. <Comment>Rebuild.</Comment>
  141. <Name>Mustafa Cinasal</Name>
  142. <Email>muscnsl@gmail.com</Email>
  143. </Update>
  144. <Update release="19">
  145. <Date>2022-10-22</Date>
  146. <Version>0.112</Version>
  147. <Comment>Rebuild.</Comment>
  148. <Name>Mustafa Cinasal</Name>
  149. <Email>muscnsl@gmail.com</Email>
  150. </Update>
  151. <Update release="18">
  152. <Date>2022-09-25</Date>
  153. <Version>0.112</Version>
  154. <Comment>Rebuild.</Comment>
  155. <Name>Mustafa Cinasal</Name>
  156. <Email>muscnsl@gmail.com</Email>
  157. </Update>
  158. <Update release="17">
  159. <Date>2022-09-21</Date>
  160. <Version>0.112</Version>
  161. <Comment>Rebuild.</Comment>
  162. <Name>Mustafa Cinasal</Name>
  163. <Email>muscnsl@gmail.com</Email>
  164. </Update>
  165. <Update release="16">
  166. <Date>2022-09-01</Date>
  167. <Version>0.112</Version>
  168. <Comment>Rebuild.</Comment>
  169. <Name>Mustafa Cinasal</Name>
  170. <Email>muscnsl@gmail.com</Email>
  171. </Update>
  172. <Update release="15">
  173. <Date>2022-07-18</Date>
  174. <Version>0.112</Version>
  175. <Comment>Rebuild</Comment>
  176. <Name>Mustafa Cinasal</Name>
  177. <Email>muscnsl@gmail.com</Email>
  178. </Update>
  179. <Update release="14">
  180. <Date>2022-06-30</Date>
  181. <Version>0.112</Version>
  182. <Comment>Rebuild.</Comment>
  183. <Name>Mustafa Cinasal</Name>
  184. <Email>muscnsl@gmail.com</Email>
  185. </Update>
  186. <Update release="13">
  187. <Date>2022-04-24</Date>
  188. <Version>0.112</Version>
  189. <Comment>Rebuild.</Comment>
  190. <Name>Mustafa Cinasal</Name>
  191. <Email>muscnsl@gmail.com</Email>
  192. </Update>
  193. <Update release="12">
  194. <Date>2022-01-14</Date>
  195. <Version>0.112</Version>
  196. <Comment>Rebuild.</Comment>
  197. <Name>Mustafa Cinasal</Name>
  198. <Email>muscnsl@gmail.com</Email>
  199. </Update>
  200. <Update release="11">
  201. <Date>2021-10-22</Date>
  202. <Version>0.112</Version>
  203. <Comment>Rebuild.</Comment>
  204. <Name>Mustafa Cinasal</Name>
  205. <Email>muscnsl@gmail.com</Email>
  206. </Update>
  207. <Update release="10">
  208. <Date>2021-10-02</Date>
  209. <Version>0.112</Version>
  210. <Comment>Version bump.</Comment>
  211. <Name>Mustafa Cinasal</Name>
  212. <Email>muscnsl@gmail.com</Email>
  213. </Update>
  214. <Update release="9">
  215. <Date>2021-05-27</Date>
  216. <Version>0.112</Version>
  217. <Comment>Version bump.</Comment>
  218. <Name>Mustafa Cinasal</Name>
  219. <Email>muscnsl@gmail.com</Email>
  220. </Update>
  221. <Update release="8">
  222. <Date>2020-12-09</Date>
  223. <Version>0.110</Version>
  224. <Comment>Rebuild.</Comment>
  225. <Name>Mustafa Cinasal</Name>
  226. <Email>muscnslp@gmail.com</Email>
  227. </Update>
  228. <Update release="7">
  229. <Date>2020-06-13</Date>
  230. <Version>0.110</Version>
  231. <Comment>Rebuild.</Comment>
  232. <Name>Mustafa Cinasal</Name>
  233. <Email>muscnslp@gmail.com</Email>
  234. </Update>
  235. <Update release="6">
  236. <Date>2020-02-16</Date>
  237. <Version>0.110</Version>
  238. <Comment>Rebuild.</Comment>
  239. <Name>Mustafa Cinasal</Name>
  240. <Email>muscnslp@gmail.com</Email>
  241. </Update>
  242. <Update release="5">
  243. <Date>2019-12-27</Date>
  244. <Version>0.110</Version>
  245. <Comment>Version bump</Comment>
  246. <Name>idris Kalp</Name>
  247. <Email>idriskalp@gmail.com</Email>
  248. </Update>
  249. <Update release="4">
  250. <Date>2018-07-20</Date>
  251. <Version>0.108</Version>
  252. <Comment>Rebuild.</Comment>
  253. <Name>Ertuğrul Erata</Name>
  254. <Email>ertugrulerata@gmail.com</Email>
  255. </Update>
  256. <Update release="3">
  257. <Date>2017-01-26</Date>
  258. <Version>0.108</Version>
  259. <Comment>Version bump.</Comment>
  260. <Name>Ertuğrul Erata</Name>
  261. <Email>ertugrulerata@gmail.com</Email>
  262. </Update>
  263. <Update release="2">
  264. <Date>2016-04-27</Date>
  265. <Version>0.104</Version>
  266. <Comment>Release Bump</Comment>
  267. <Name>PisiLinux Community</Name>
  268. <Email>admin@pisilinux.org</Email>
  269. </Update>
  270. <Update release="1">
  271. <Date>2016-03-10</Date>
  272. <Version>0.104</Version>
  273. <Comment>First release</Comment>
  274. <Name>Alihan Öztürk</Name>
  275. <Email>alihan@pisilinux.org</Email>
  276. </Update>
  277. </History>
  278. </PISI>