pspec.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libmbim</Name>
  6. <Homepage>http://www.freedesktop.org/wiki/Software/libmbim/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>MBIM modem protocol helper library.</Summary>
  14. <Description>libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.</Description>
  15. <Archive sha1sum="c10386242ec180d06174b52cfd69393e3b876b00" type="tarbz2">https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/1.30.0/libmbim-1.30.0.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>gtk-doc</Dependency>
  19. <Dependency>help2man</Dependency>
  20. <Dependency>glib2-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>bash-completion</Dependency>
  23. <Dependency>libgudev-devel</Dependency>
  24. <Dependency>autoconf-archive</Dependency>
  25. <Dependency>gobject-introspection-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>libmbim</Name>
  30. <RuntimeDependencies>
  31. <Dependency>glib2</Dependency>
  32. <Dependency>libgudev</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="executable">/usr/bin/</Path>
  38. <Path fileType="doc">/usr/share/gtk-doc/</Path>
  39. <Path fileType="data">/usr/share/bash-completion</Path>
  40. <Path fileType="data">/usr/share/gir-1.0</Path>
  41. <Path fileType="executable">/usr/libexec</Path>
  42. <Path fileType="doc">/usr/share/doc/libmbim</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>libmbim-devel</Name>
  47. <Summary>libmbim için geliştirme dosyaları</Summary>
  48. <RuntimeDependencies>
  49. <Dependency release="current">libmbim</Dependency>
  50. <Dependency>glib2-devel</Dependency>
  51. <Dependency>libgudev-devel</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="library">/usr/lib/pkgconfig</Path>
  55. <Path fileType="header">/usr/include/libmbim-glib/</Path>
  56. </Files>
  57. </Package>
  58. <History>
  59. <Update release="15">
  60. <Date>2023-10-12</Date>
  61. <Version>1.30.0</Version>
  62. <Comment>Version bump.</Comment>
  63. <Name>Mustafa Cinasal</Name>
  64. <Email>muscnsl@gmail.com</Email>
  65. </Update>
  66. <Update release="14">
  67. <Date>2023-03-02</Date>
  68. <Version>1.28.4</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="13">
  74. <Date>2022-11-24</Date>
  75. <Version>1.28.2</Version>
  76. <Comment>Version bump.</Comment>
  77. <Name>Mustafa Cinasal</Name>
  78. <Email>muscnsl@gmail.com</Email>
  79. </Update>
  80. <Update release="12">
  81. <Date>2022-06-26</Date>
  82. <Version>1.26.4</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>Mustafa Cinasal</Name>
  85. <Email>muscnsl@gmail.com</Email>
  86. </Update>
  87. <Update release="11">
  88. <Date>2021-11-27</Date>
  89. <Version>1.26.2</Version>
  90. <Comment>Version bump.</Comment>
  91. <Name>Mustafa Cinasal</Name>
  92. <Email>muscnsl@gmail.com</Email>
  93. </Update>
  94. <Update release="10">
  95. <Date>2021-06-24</Date>
  96. <Version>1.24.8</Version>
  97. <Comment>Version bump.</Comment>
  98. <Name>Mustafa Cinasal</Name>
  99. <Email>muscnsl@gmail.com</Email>
  100. </Update>
  101. <Update release="9">
  102. <Date>2021-04-03</Date>
  103. <Version>1.24.6</Version>
  104. <Comment>Version bump.</Comment>
  105. <Name>Mustafa Cinasal</Name>
  106. <Email>muscnsl@gmail.com</Email>
  107. </Update>
  108. <Update release="8">
  109. <Date>2020-07-10</Date>
  110. <Version>1.24.2</Version>
  111. <Comment>Version bump.</Comment>
  112. <Name>Mustafa Cinasal</Name>
  113. <Email>muscnsl@gmail.com</Email>
  114. </Update>
  115. <Update release="7">
  116. <Date>2020-02-02</Date>
  117. <Version>1.20.4</Version>
  118. <Comment>Version bump.</Comment>
  119. <Name>Mustafa Cinasal</Name>
  120. <Email>muscnsl@gmail.com</Email>
  121. </Update>
  122. <Update release="6">
  123. <Date>2019-10-26</Date>
  124. <Version>1.20.0</Version>
  125. <Comment>Version bump.</Comment>
  126. <Name>Mustafa Cinasal</Name>
  127. <Email>muscnsl@gmail.com</Email>
  128. </Update>
  129. <Update release="5">
  130. <Date>2018-08-13</Date>
  131. <Version>1.16.0</Version>
  132. <Comment>Version Bump.</Comment>
  133. <Name>Mustafa Cinasal</Name>
  134. <Email>muscnsl@gmail.com</Email>
  135. </Update>
  136. <Update release="4">
  137. <Date>2017-02-18</Date>
  138. <Version>1.14.0</Version>
  139. <Comment>Rebuild.</Comment>
  140. <Name>Yusuf Aydemir</Name>
  141. <Email>yusuf.aydemir@pisilnux.org</Email>
  142. </Update>
  143. <Update release="3">
  144. <Date>2016-11-12</Date>
  145. <Version>1.14.0</Version>
  146. <Comment>Version bump.</Comment>
  147. <Name>Yusuf Aydemir</Name>
  148. <Email>yusuf.aydemir@pisilnux.org</Email>
  149. </Update>
  150. <Update release="2">
  151. <Date>2016-06-09</Date>
  152. <Version>1.12.2</Version>
  153. <Comment>Release Bump</Comment>
  154. <Name>Pisi Linux Community</Name>
  155. <Email>admin@pisilinux.org</Email>
  156. </Update>
  157. <Update release="1">
  158. <Date>2016-01-25</Date>
  159. <Version>1.12.2</Version>
  160. <Comment>First release</Comment>
  161. <Name>Ertuğrul Erata</Name>
  162. <Email>ertugrulerata@gmail.com</Email>
  163. </Update>
  164. </History>
  165. </PISI>