Skip to content

Add lib-gpgme as a supported system library - #683

Merged
asgrim merged 1 commit into
php:1.5.xfrom
vencakrecl:add-gpgme-library
Jul 21, 2026
Merged

Add lib-gpgme as a supported system library#683
asgrim merged 1 commit into
php:1.5.xfrom
vencakrecl:add-gpgme-library

Conversation

@vencakrecl

@vencakreclvencakrecl commented Jul 21, 2026

Copy link
Copy Markdown

Register the GpgME library so extensions that wrap it (e.g. php-gnupg/gnupg) can declare a lib-gpgme dependency in composer.json. GpgME exposes a gpgme pkg-config module, so it is detected the same way as the other supported libraries, and can be auto-installed via apt (libgpgme-dev), apk (gpgme-dev), and dnf/yum (pkgconfig(gpgme)).

PR submitter checklist

@vencakrecl

Copy link
Copy Markdown
Author

php-gnupg - php-gnupg/php-gnupg#65

Register the GpgME library so extensions that wrap it (e.g. php-gnupg/gnupg)
can declare a `lib-gpgme` dependency in composer.json. GpgME exposes a
`gpgme` pkg-config module, so it is detected the same way as the other
supported libraries, and can be auto-installed via apt (libgpgme-dev),
apk (gpgme-dev), and dnf/yum (pkgconfig(gpgme)).
@asgrim
asgrimforce-pushed the add-gpgme-library branch from 6dc9846 to 41a31bcCompareJuly 21, 2026 20:13
@asgrim
asgrim merged commit a17f462 into php:1.5.xJul 21, 2026
35 checks passed
@asgrimasgrim self-assigned this Jul 21, 2026
@asgrimasgrim added the enhancement New feature or request label Jul 21, 2026
@asgrimasgrim added this to the 1.5.0 milestone Jul 21, 2026
@asgrim

Copy link
Copy Markdown
Contributor

Thanks! 👍

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vencakrecl@asgrim