gpgme ver. bump

This commit is contained in:
Rmys
2026-01-10 20:37:25 +03:00
committed by GitHub
parent c708d05181
commit 51f2ac9164
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dobin("src/gpgme-config")
# pisitools.insinto("/usr/lib/cmake/Qgpgme", "lang/qt/src/QGpgmeConfig.cmake")
# pisitools.insinto("/usr/lib/cmake/Qgpgme", "lang/qt/src/QGpgmeConfigVersion.cmake")
+9 -1
View File
@@ -13,7 +13,7 @@
<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="0aadc7ee79034052933fa866a70da5f0666bbba7" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-2.0.0.tar.bz2</Archive>
<Archive sha1sum="d4a86cc7b38b8b125065983cce058ce71be676e9" type="tarbz2">https://www.gnupg.org/ftp/gcrypt/gpgme/gpgme-2.0.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gnupg</Dependency>
<Dependency>glib2-devel</Dependency>
@@ -54,6 +54,7 @@
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/gpgme-config</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
@@ -63,6 +64,13 @@
</Package>
<History>
<Update release="30">
<Date>2026-01-10</Date>
<Version>2.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="29">
<Date>2025-08-27</Date>
<Version>2.0.0</Version>