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

@vencakrecl vencakrecl 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
asgrim force-pushed the add-gpgme-library branch from 6dc9846 to 41a31bc Compare July 21, 2026 20:13
@asgrim
asgrim merged commit a17f462 into php:1.5.x Jul 21, 2026
35 checks passed
@asgrim asgrim self-assigned this Jul 21, 2026
@asgrim asgrim added the enhancement New feature or request label Jul 21, 2026
@asgrim asgrim added this to the 1.5.0 milestone Jul 21, 2026
@asgrim

asgrim commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Thanks! 👍

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants