diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-04-27 12:28:25 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-04-27 13:04:21 +0200 |
commit | c5ca217c3532dada8121adcf36a77ae864a900f3 (patch) | |
tree | ca6eec96767497fed8010c2d191b8b61633fab22 /dev-libs/libjcat/files | |
parent | app-emulation/protontricks: drop 1.4.4 (diff) | |
download | gentoo-c5ca217c3532dada8121adcf36a77ae864a900f3.tar.gz gentoo-c5ca217c3532dada8121adcf36a77ae864a900f3.tar.bz2 gentoo-c5ca217c3532dada8121adcf36a77ae864a900f3.zip |
dev-libs/libjcat: drop 0.1.4, 0.1.5
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-libs/libjcat/files')
-rw-r--r-- | dev-libs/libjcat/files/libjcat-0.1.3-optional_vala.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-libs/libjcat/files/libjcat-0.1.3-optional_vala.patch b/dev-libs/libjcat/files/libjcat-0.1.3-optional_vala.patch deleted file mode 100644 index 3c31e63eff59..000000000000 --- a/dev-libs/libjcat/files/libjcat-0.1.3-optional_vala.patch +++ /dev/null @@ -1,28 +0,0 @@ -Make installation of dev-lang/vala bindings optional. Unfortunately -the option name "vala" is reserved so we must use a different one. - ---- a/libjcat/meson.build -+++ b/libjcat/meson.build -@@ -122,6 +122,7 @@ - install : true - ) - -+ if get_option('vala-bindings') - gnome.generate_vapi('jcat', - sources : jcat_gir[0], - packages : [ -@@ -130,6 +131,7 @@ - ], - install : true, - ) -+ endif - - python = import('python') - python_interpreter = python.find_installation('python3', ---- a/meson_options.txt -+++ b/meson_options.txt -@@ -4,3 +4,4 @@ - option('gpg', type : 'boolean', value : true, description : 'enable the GPG verification support') - option('pkcs7', type : 'boolean', value : true, description : 'enable the PKCS7 verification support') - option('man', type : 'boolean', value : true, description : 'enable man pages') -+option('vala-bindings', type : 'boolean', value : true, description : 'enable vala bindings') |