diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2018-01-06 09:26:24 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2018-01-06 09:26:24 +0000 |
commit | bee79947818023882e4d4aac3ecbed191aaab011 (patch) | |
tree | c4323c8368098876eb35d7e333c9234a5abad3fe /deskutils/calibre/files/patch-setup_build__environment.py | |
parent | Unbreak poudriere bulk -a, py-opencv works only with python 2.7 (diff) |
- Update calibre to 3.15.0
- Avoid packaging mime database auto generated files
This version enables MTP devices support on FreeBSD.
Many thanks to cem@ for reporting the lack of support, doing most
of the coding, taking care of upstreaming patches and testing. Also
thanks for reminding me to fix the mime database problem!
PR: 224580
Submitted by: cem@
Notes
Notes:
svn path=/head/; revision=458237
Diffstat (limited to 'deskutils/calibre/files/patch-setup_build__environment.py')
-rw-r--r-- | deskutils/calibre/files/patch-setup_build__environment.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/calibre/files/patch-setup_build__environment.py b/deskutils/calibre/files/patch-setup_build__environment.py deleted file mode 100644 index 801d79741bae..000000000000 --- a/deskutils/calibre/files/patch-setup_build__environment.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup/build_environment.py.orig 2017-06-16 04:00:12 UTC -+++ setup/build_environment.py -@@ -84,7 +84,7 @@ pyqt['sip_bin'] = os.environ.get('SIP_BIN', 'sip') - from PyQt5.QtCore import PYQT_CONFIGURATION - pyqt['sip_flags'] = PYQT_CONFIGURATION['sip_flags'] - def get_sip_dir(): -- q = os.environ.get('SIP_DIR', os.path.join(sys.prefix, 'share', 'sip') if iswindows else os.path.join(sys.prefix, 'share', 'sip')) -+ q = os.environ.get('SIP_DIR', os.path.join(sys.prefix, 'share', 'sip') if iswindows else os.path.join(sys.prefix, 'share', 'py-sip')) - for x in ('', 'Py2-PyQt5', 'PyQt5', 'sip/PyQt5'): - base = os.path.join(q, x) - if os.path.exists(os.path.join(base, 'QtWidgets')): |