From d9b2b543ecb113ba5deeb37fca59d54beac1a3e7 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Sat, 17 Jan 2015 12:42:17 +0200 Subject: Added poppler splitted, pastebunz for us (we need to create a pastebin), calibre, epdf --- app-text/calibre/files/calibre-1.48-sip.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app-text/calibre/files/calibre-1.48-sip.patch (limited to 'app-text/calibre/files/calibre-1.48-sip.patch') 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)) -- cgit v1.2.3