mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
seahorse-nautilus: fix build with gnupg 2.4.0
This commit is contained in:
parent
e4ae87fc5f
commit
b10c45b21a
1 changed files with 11 additions and 0 deletions
11
srcpkgs/seahorse-nautilus/patches/gnupg-version.patch
Normal file
11
srcpkgs/seahorse-nautilus/patches/gnupg-version.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/meson.build
|
||||||
|
+++ b/meson.build
|
||||||
|
@@ -26,7 +26,7 @@
|
||||||
|
# Dependencies
|
||||||
|
min_glib_version = '2.44'
|
||||||
|
min_gtk_version = '3.18'
|
||||||
|
-accepted_gpg_versions= ['1.2.0', '1.4.0', '2.0.0', '2.1.0', '2.2.0', '2.3.0']
|
||||||
|
+accepted_gpg_versions= ['1.2.0', '1.4.0', '2.0.0', '2.1.0', '2.2.0', '2.3.0', '2.4.0']
|
||||||
|
min_gpgme_version = '1.0.0'
|
||||||
|
|
||||||
|
libnautilus_extension = dependency('libnautilus-extension-4', version: '>= 43.rc', required: false)
|
Loading…
Add table
Reference in a new issue