pspec.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gpgme</Name>
  6. <Homepage>http://www.gnupg.org/gpgme.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2</License>
  13. <IsA>library</IsA>
  14. <Summary>GnuPG Made Easy is a library for making GnuPG easier to use</Summary>
  15. <Description>GPGME is a library designed to make access to GnuPG easier for applications. It provides a high-Level Crypto application programming interface (API) for encryption, decryption, signing, signature verification and key management.</Description>
  16. <Archive sha1sum="3d9e8b50c0f20985690e56292fe102312cfc583d" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.24.0.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>swig</Dependency>
  19. <Dependency>gnupg</Dependency>
  20. <Dependency>doxygen</Dependency>
  21. <Dependency>python-devel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <Dependency>qt5-base-devel</Dependency>
  24. <Dependency>qt6-base-devel</Dependency>
  25. <Dependency>libassuan-devel</Dependency>
  26. <Dependency>libgpg-error-devel</Dependency>
  27. <Dependency>python3-setuptools</Dependency>
  28. </BuildDependencies>
  29. <Patches>
  30. <!-- <Patch level="1">0001-qt-tests-Fix-build-in-source-directory.patch</Patch> -->
  31. <!-- <Patch level="1">0002-qt-tests-Fix-build-in-source-directory-part-2.patch</Patch> -->
  32. </Patches>
  33. </Source>
  34. <Package>
  35. <Name>gpgme</Name>
  36. <RuntimeDependencies>
  37. <!-- <Dependency>gnupg</Dependency> -->
  38. <Dependency>libgcc</Dependency>
  39. <Dependency>libassuan</Dependency>
  40. <Dependency>libgpg-error</Dependency>
  41. <!-- <Dependency>python3</Dependency> -->
  42. <!-- <Dependency>python</Dependency> -->
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="library">/usr/lib</Path>
  47. <Path fileType="data">/usr/share/common-lisp</Path>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. <Path fileType="info">/usr/share/info</Path>
  50. <Path fileType="man">/usr/share/man</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>gpgme-devel</Name>
  55. <Summary>Development files for gpgme</Summary>
  56. <RuntimeDependencies>
  57. <Dependency release="current">gpgme</Dependency>
  58. <Dependency>libgpg-error-devel</Dependency>
  59. <Dependency>libassuan-devel</Dependency>
  60. <Dependency>glib2-devel</Dependency>
  61. </RuntimeDependencies>
  62. <Files>
  63. <Path fileType="header">/usr/include</Path>
  64. <Path fileType="data">/usr/share/aclocal</Path>
  65. <Path fileType="library">/usr/lib/pkgconfig</Path>
  66. <Path fileType="header">/usr/include/qgpgme/*</Path>
  67. <Path fileType="header">/usr/include/QGpgME/*</Path>
  68. </Files>
  69. </Package>
  70. <Package>
  71. <Name>gpgme-qt5</Name>
  72. <Summary>Qt5 bindings for gpgme</Summary>
  73. <RuntimeDependencies>
  74. <Dependency release="current">gpgme</Dependency>
  75. <Dependency>libgcc</Dependency>
  76. <Dependency>qt5-base</Dependency>
  77. <Dependency>libgpg-error</Dependency>
  78. </RuntimeDependencies>
  79. <Files>
  80. <Path fileType="library">/usr/lib/libqgpgme.so*</Path>
  81. <!-- <Path fileType="library">/usr/lib/cmake/Qgpgme</Path> -->
  82. </Files>
  83. </Package>
  84. <Package>
  85. <Name>gpgme-python</Name>
  86. <Summary>Python bindings for gpgme</Summary>
  87. <RuntimeDependencies>
  88. <Dependency release="current">gpgme</Dependency>
  89. <Dependency>python</Dependency>
  90. </RuntimeDependencies>
  91. <Files>
  92. <Path fileType="library">/usr/lib/python2.7/site-packages</Path>
  93. </Files>
  94. </Package>
  95. <Package>
  96. <Name>gpgme-python3</Name>
  97. <Summary>Python3 bindings for gpgme</Summary>
  98. <RuntimeDependencies>
  99. <Dependency>python3</Dependency>
  100. <Dependency release="current">gpgme</Dependency>
  101. </RuntimeDependencies>
  102. <Files>
  103. <Path fileType="library">/usr/lib/python3*/site-packages/</Path>
  104. </Files>
  105. </Package>
  106. <Package>
  107. <Name>gpgme-qt5-devel</Name>
  108. <Summary>Development files for gpgme-qt5</Summary>
  109. <RuntimeDependencies>
  110. <Dependency>qt5-base-devel</Dependency>
  111. <Dependency release="current">gpgme</Dependency>
  112. <Dependency release="current">gpgme-qt5</Dependency>
  113. <Dependency release="current">gpgme-devel</Dependency>
  114. </RuntimeDependencies>
  115. <Files>
  116. <Path fileType="library">/usr/lib/cmake/QGpgme/QGpgmeConfig.cmake</Path>
  117. <Path fileType="library">/usr/lib/cmake/QGpgme/QGpgmeConfigVersion.cmake</Path>
  118. </Files>
  119. </Package>
  120. <Package>
  121. <Name>gpgme-qt6</Name>
  122. <Summary>Qt6 bindings for gpgme</Summary>
  123. <RuntimeDependencies>
  124. <Dependency release="current">gpgme</Dependency>
  125. <Dependency>libgcc</Dependency>
  126. <Dependency>qt6-base</Dependency>
  127. <Dependency>libgpg-error</Dependency>
  128. </RuntimeDependencies>
  129. <Files>
  130. <Path fileType="library">/usr/lib/libqgpgmeqt6.so*</Path>
  131. </Files>
  132. </Package>
  133. <Package>
  134. <Name>gpgme-qt6-devel</Name>
  135. <Summary>Development files for gpgme-qt6</Summary>
  136. <RuntimeDependencies>
  137. <Dependency>qt6-base-devel</Dependency>
  138. <Dependency release="current">gpgme</Dependency>
  139. <Dependency release="current">gpgme-qt6</Dependency>
  140. <Dependency release="current">gpgme-devel</Dependency>
  141. </RuntimeDependencies>
  142. <Files>
  143. <Path fileType="library">/usr/lib/cmake/QGpgmeQt6</Path>
  144. </Files>
  145. </Package>
  146. <History>
  147. <Update release="26">
  148. <Date>2024-11-07</Date>
  149. <Version>1.24.0</Version>
  150. <Comment>Version bump.</Comment>
  151. <Name>Pisi Linux Community</Name>
  152. <Email>admin@pisilinux.org</Email>
  153. </Update>
  154. <Update release="25">
  155. <Date>2024-03-06</Date>
  156. <Version>1.23.2</Version>
  157. <Comment>Rebuild.</Comment>
  158. <Name>Mustafa Cinasal</Name>
  159. <Email>muscnsl@gmail.com</Email>
  160. </Update>
  161. <Update release="24">
  162. <Date>2023-11-29</Date>
  163. <Version>1.23.2</Version>
  164. <Comment>Version bump.</Comment>
  165. <Name>Mustafa Cinasal</Name>
  166. <Email>muscnsl@gmail.com</Email>
  167. </Update>
  168. <Update release="23">
  169. <Date>2023-11-18</Date>
  170. <Version>1.23.1</Version>
  171. <Comment>Rebuild qt6.</Comment>
  172. <Name>Mustafa Cinasal</Name>
  173. <Email>muscnsl@gmail.com</Email>
  174. </Update>
  175. <Update release="22">
  176. <Date>2023-11-05</Date>
  177. <Version>1.23.1</Version>
  178. <Comment>Rebuild qt6.</Comment>
  179. <Name>Mustafa Cinasal</Name>
  180. <Email>muscnsl@gmail.com</Email>
  181. </Update>
  182. <Update release="21">
  183. <Date>2023-10-30</Date>
  184. <Version>1.23.1</Version>
  185. <Comment>Version bump.</Comment>
  186. <Name>Mustafa Cinasal</Name>
  187. <Email>muscnsl@gmail.com</Email>
  188. </Update>
  189. <Update release="20">
  190. <Date>2023-10-27</Date>
  191. <Version>1.23.0</Version>
  192. <Comment>Version bump.</Comment>
  193. <Name>Mustafa Cinasal</Name>
  194. <Email>muscnsl@gmail.com</Email>
  195. </Update>
  196. <Update release="19">
  197. <Date>2023-08-23</Date>
  198. <Version>1.22.0</Version>
  199. <Comment>Version bump.</Comment>
  200. <Name>Mustafa Cinasal</Name>
  201. <Email>muscnsl@gmail.com</Email>
  202. </Update>
  203. <Update release="18">
  204. <Date>2023-04-21</Date>
  205. <Version>1.20.0</Version>
  206. <Comment>Version bump.</Comment>
  207. <Name>Mustafa Cinasal</Name>
  208. <Email>muscnsl@gmail.com</Email>
  209. </Update>
  210. <Update release="17">
  211. <Date>2023-04-21</Date>
  212. <Version>1.19.0</Version>
  213. <Comment>Rebuild.</Comment>
  214. <Name>Mustafa Cinasal</Name>
  215. <Email>muscnsl@gmail.com</Email>
  216. </Update>
  217. <Update release="16">
  218. <Date>2023-03-18</Date>
  219. <Version>1.19.0</Version>
  220. <Comment>Version bump.</Comment>
  221. <Name>Mustafa Cinasal</Name>
  222. <Email>muscnsl@gmail.com</Email>
  223. </Update>
  224. <Update release="15">
  225. <Date>2021-10-25</Date>
  226. <Version>1.16.0</Version>
  227. <Comment>Rebuild py3.</Comment>
  228. <Name>Mustafa Cinasal</Name>
  229. <Email>muscnsl@gmail.com</Email>
  230. </Update>
  231. <Update release="14">
  232. <Date>2021-06-28</Date>
  233. <Version>1.16.0</Version>
  234. <Comment>Version bump.</Comment>
  235. <Name>Mustafa Cinasal</Name>
  236. <Email>muscnsl@gmail.com</Email>
  237. </Update>
  238. <Update release="13">
  239. <Date>2020-11-07</Date>
  240. <Version>1.13.1</Version>
  241. <Comment>Rebuild.</Comment>
  242. <Name>Mustafa Cinasal</Name>
  243. <Email>muscnslp@gmail.com</Email>
  244. </Update>
  245. <Update release="12">
  246. <Date>2020-06-03</Date>
  247. <Version>1.13.1</Version>
  248. <Comment>Rebuild.</Comment>
  249. <Name>Mustafa Cinasal</Name>
  250. <Email>muscnslp@gmail.com</Email>
  251. </Update>
  252. <Update release="11">
  253. <Date>2020-01-19</Date>
  254. <Version>1.13.1</Version>
  255. <Comment>Rebuild.</Comment>
  256. <Name>İdris Kalp</Name>
  257. <Email>idriskalp@gmail.com</Email>
  258. </Update>
  259. <Update release="10">
  260. <Date>2019-11-08</Date>
  261. <Version>1.13.1</Version>
  262. <Comment>Rebuild.</Comment>
  263. <Name>Mustafa Cinasal</Name>
  264. <Email>muscnsl@gmail.com</Email>
  265. </Update>
  266. <Update release="9">
  267. <Date>2019-09-15</Date>
  268. <Version>1.13.1</Version>
  269. <Comment>Version bump.</Comment>
  270. <Name>Mustafa Cinasal</Name>
  271. <Email>muscnsl@gmail.com</Email>
  272. </Update>
  273. <Update release="8">
  274. <Date>2019-04-14</Date>
  275. <Version>1.10.0</Version>
  276. <Comment>Rebuild qt5.</Comment>
  277. <Name>Mustafa Cinasal</Name>
  278. <Email>muscnsl@gmail.com</Email>
  279. </Update>
  280. <Update release="7">
  281. <Date>2018-12-25</Date>
  282. <Version>1.10.0</Version>
  283. <Comment>Version Bump.</Comment>
  284. <Name>Mustafa Cinasal</Name>
  285. <Email>muscnsl@gmail.com</Email>
  286. </Update>
  287. <Update release="6">
  288. <Date>2018-09-13</Date>
  289. <Version>1.10.0</Version>
  290. <Comment>Version Bump.</Comment>
  291. <Name>Mustafa Cinasal</Name>
  292. <Email>muscnsl@gmail.com</Email>
  293. </Update>
  294. <Update release="5">
  295. <Date>2017-12-31</Date>
  296. <Version>1.8.0</Version>
  297. <Comment>split package.</Comment>
  298. <Name>Ertuğrul Erata</Name>
  299. <Email>ertugrulerata@gmail.com</Email>
  300. </Update>
  301. <Update release="4">
  302. <Date>2017-07-04</Date>
  303. <Version>1.8.0</Version>
  304. <Comment>Version bump.</Comment>
  305. <Name>Stefan Gronewold</Name>
  306. <Email>groni@pisilinux.org</Email>
  307. </Update>
  308. <Update release="3">
  309. <Date>2017-01-02</Date>
  310. <Version>1.7.1</Version>
  311. <Comment>Version bump.</Comment>
  312. <Name>Stefan Gronewold</Name>
  313. <Email>groni@pisilinux.org</Email>
  314. </Update>
  315. <Update release="2">
  316. <Date>2016-06-08</Date>
  317. <Version>1.5.5</Version>
  318. <Comment>Release Bump</Comment>
  319. <Name>Pisi Linux Community</Name>
  320. <Email>admin@pisilinux.org</Email>
  321. </Update>
  322. <Update release="1">
  323. <Date>2015-08-21</Date>
  324. <Version>1.5.5</Version>
  325. <Comment>First release</Comment>
  326. <Name>Ertuğrul Erata</Name>
  327. <Email>ertugrulerata@gmail.com</Email>
  328. </Update>
  329. </History>
  330. </PISI>