diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2015-01-17 12:42:17 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2015-01-17 12:42:17 +0200 |
commit | d9b2b543ecb113ba5deeb37fca59d54beac1a3e7 (patch) | |
tree | bfec2913837c2455b95e0771b45452431d773e0d /app-text/calibre/files/calibre-1.48-sip.patch | |
parent | 68b805cc946254e49672177551d7239589465441 (diff) |
Added poppler splitted, pastebunz for us (we need to create a pastebin), calibre, epdf
Diffstat (limited to 'app-text/calibre/files/calibre-1.48-sip.patch')
-rw-r--r-- | app-text/calibre/files/calibre-1.48-sip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-text/calibre/files/calibre-1.48-sip.patch b/app-text/calibre/files/calibre-1.48-sip.patch new file mode 100644 index 00000000..0a9212bf --- /dev/null +++ b/app-text/calibre/files/calibre-1.48-sip.patch @@ -0,0 +1,11 @@ +--- setup/extensions.py.orig 2014-11-22 14:47:47.636474362 +0100 ++++ setup/extensions.py 2014-11-22 14:48:17.556594759 +0100 +@@ -630,7 +630,7 @@ + if self.newer(sbf, [sipf]+ext.headers): + exe = '.exe' if iswindows else '' + cmd = [pyqt.sip_bin+exe, '-w', '-c', src_dir, '-b', sbf, '-I'+ +- pyqt.pyqt_sip_dir] + shlex.split(pyqt.pyqt_sip_flags) + [sipf] ++ pyqt.pyqt_sip_dir, '-I/usr/share/sip/PyQt4'] + shlex.split(pyqt.pyqt_sip_flags) + [sipf] + self.info(' '.join(cmd)) + self.check_call(cmd) + module = self.j(src_dir, self.b(dest)) |