Changes:
* Remove the hunk for python fix in 0005-invoke-scripts-via-sh.patch
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commit;h=36a68bc5308c0b4a541ca6adea5d3635217e8af2
* Remove 0011-makefile-am-disable-tests.patch
https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=commit;h=e2103be390764f62b21a4e5d4fa90a7b78326787
* Remove 0006-fix-building-docs.patch, not required.
* Fix qgpgme DLL name in cmake file.
12 lines
441 B
Diff
12 lines
441 B
Diff
--- gpgme-1.13.0.orig/lang/python/setup.py.in 2019-04-07 20:10:01.767088400 -0400
|
|
+++ gpgme-1.13.0/lang/python/setup.py.in 2019-04-07 20:18:35.986816000 -0400
|
|
@@ -91,7 +91,7 @@
|
|
|
|
# Adjust include and library locations in case of win32
|
|
uname_s = os.popen('uname -s').read()
|
|
-if uname_s.startswith('MINGW32'):
|
|
+if uname_s.startswith('MINGW'):
|
|
mnts = [
|
|
x.split()[0:3:2] for x in os.popen('mount').read().split('\n') if x
|
|
]
|