123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gpgme</Name>
- <Homepage>http://www.gnupg.org/gpgme.html</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <License>LGPLv2</License>
- <IsA>library</IsA>
- <Summary>GnuPG Made Easy is a library for making GnuPG easier to use</Summary>
- <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>
- <Archive sha1sum="3d9e8b50c0f20985690e56292fe102312cfc583d" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-1.24.0.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>swig</Dependency>
- <Dependency>gnupg</Dependency>
- <Dependency>doxygen</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency>libassuan-devel</Dependency>
- <Dependency>libgpg-error-devel</Dependency>
- <Dependency>python3-setuptools</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">0001-qt-tests-Fix-build-in-source-directory.patch</Patch> -->
- <!-- <Patch level="1">0002-qt-tests-Fix-build-in-source-directory-part-2.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>gpgme</Name>
- <RuntimeDependencies>
- <!-- <Dependency>gnupg</Dependency> -->
- <Dependency>libgcc</Dependency>
- <Dependency>libassuan</Dependency>
- <Dependency>libgpg-error</Dependency>
- <!-- <Dependency>python3</Dependency> -->
- <!-- <Dependency>python</Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/common-lisp</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="info">/usr/share/info</Path>
- <Path fileType="man">/usr/share/man</Path>
- </Files>
- </Package>
- <Package>
- <Name>gpgme-devel</Name>
- <Summary>Development files for gpgme</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gpgme</Dependency>
- <Dependency>libgpg-error-devel</Dependency>
- <Dependency>libassuan-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/share/aclocal</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include/qgpgme/*</Path>
- <Path fileType="header">/usr/include/QGpgME/*</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>gpgme-qt5</Name>
- <Summary>Qt5 bindings for gpgme</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gpgme</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>libgpg-error</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libqgpgme.so*</Path>
- <!-- <Path fileType="library">/usr/lib/cmake/Qgpgme</Path> -->
- </Files>
- </Package>
-
- <Package>
- <Name>gpgme-python</Name>
- <Summary>Python bindings for gpgme</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gpgme</Dependency>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>gpgme-python3</Name>
- <Summary>Python3 bindings for gpgme</Summary>
- <RuntimeDependencies>
- <Dependency>python3</Dependency>
- <Dependency release="current">gpgme</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python3*/site-packages/</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>gpgme-qt5-devel</Name>
- <Summary>Development files for gpgme-qt5</Summary>
- <RuntimeDependencies>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency release="current">gpgme</Dependency>
- <Dependency release="current">gpgme-qt5</Dependency>
- <Dependency release="current">gpgme-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/cmake/QGpgme/QGpgmeConfig.cmake</Path>
- <Path fileType="library">/usr/lib/cmake/QGpgme/QGpgmeConfigVersion.cmake</Path>
- </Files>
- </Package>
- <Package>
- <Name>gpgme-qt6</Name>
- <Summary>Qt6 bindings for gpgme</Summary>
- <RuntimeDependencies>
- <Dependency release="current">gpgme</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>qt6-base</Dependency>
- <Dependency>libgpg-error</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libqgpgmeqt6.so*</Path>
- </Files>
- </Package>
- <Package>
- <Name>gpgme-qt6-devel</Name>
- <Summary>Development files for gpgme-qt6</Summary>
- <RuntimeDependencies>
- <Dependency>qt6-base-devel</Dependency>
- <Dependency release="current">gpgme</Dependency>
- <Dependency release="current">gpgme-qt6</Dependency>
- <Dependency release="current">gpgme-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/cmake/QGpgmeQt6</Path>
- </Files>
- </Package>
- <History>
- <Update release="26">
- <Date>2024-11-07</Date>
- <Version>1.24.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="25">
- <Date>2024-03-06</Date>
- <Version>1.23.2</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="24">
- <Date>2023-11-29</Date>
- <Version>1.23.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="23">
- <Date>2023-11-18</Date>
- <Version>1.23.1</Version>
- <Comment>Rebuild qt6.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="22">
- <Date>2023-11-05</Date>
- <Version>1.23.1</Version>
- <Comment>Rebuild qt6.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2023-10-30</Date>
- <Version>1.23.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2023-10-27</Date>
- <Version>1.23.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2023-08-23</Date>
- <Version>1.22.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2023-04-21</Date>
- <Version>1.20.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2023-04-21</Date>
- <Version>1.19.0</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2023-03-18</Date>
- <Version>1.19.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2021-10-25</Date>
- <Version>1.16.0</Version>
- <Comment>Rebuild py3.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2021-06-28</Date>
- <Version>1.16.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2020-11-07</Date>
- <Version>1.13.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnslp@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2020-06-03</Date>
- <Version>1.13.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnslp@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2020-01-19</Date>
- <Version>1.13.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>İdris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2019-11-08</Date>
- <Version>1.13.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2019-09-15</Date>
- <Version>1.13.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="8">
- <Date>2019-04-14</Date>
- <Version>1.10.0</Version>
- <Comment>Rebuild qt5.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-12-25</Date>
- <Version>1.10.0</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="6">
- <Date>2018-09-13</Date>
- <Version>1.10.0</Version>
- <Comment>Version Bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2017-12-31</Date>
- <Version>1.8.0</Version>
- <Comment>split package.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2017-07-04</Date>
- <Version>1.8.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-01-02</Date>
- <Version>1.7.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-08</Date>
- <Version>1.5.5</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-08-21</Date>
- <Version>1.5.5</Version>
- <Comment>First release</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|