Kaydet (Commit) 8724bcff authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Fix gpgme packaging

Change-Id: I26ef55b8a7a210f9d86becd4f0aa10c2598681fd
üst 49f8917c
......@@ -3413,7 +3413,7 @@ $(call gb_LinkTarget_use_package,$(1),gpgme)
endef
$(eval $(call gb_Helper_register_packages_for_install,ooo,\
gpgmepp \
gpgme \
libassuan \
libgpg-error \
))
......
......@@ -325,7 +325,7 @@ sub check_logfile
$compareline =~ s/Error\.html//g; # removing all occurrences of "Error.html"
$compareline =~ s/error\.py//g; # removing all occurrences of "error.py"
$compareline =~ s/error\.cpython\-3.(\.opt\-.|)\.py[co]//g; # removing all occurrences of "error-cpython"
$compareline =~ s/libgpg-error-0.dll//g;
$compareline =~ s/libgpg-error//g;
$compareline =~ s/Error-xref\.html//g;
if ( $compareline =~ /\bError\b/i )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment