summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calibre/build/patches/calibre_noqthack.patch17
1 files changed, 10 insertions, 7 deletions
diff --git a/calibre/build/patches/calibre_noqthack.patch b/calibre/build/patches/calibre_noqthack.patch
index f482e5aa..dcb516de 100644
--- a/calibre/build/patches/calibre_noqthack.patch
+++ b/calibre/build/patches/calibre_noqthack.patch
@@ -1,6 +1,7 @@
---- calibre/setup/extensions.py.orig 2013-11-15 04:51:25.000000000 +0100
-+++ calibre/setup/extensions.py 2013-11-15 10:26:53.559798979 +0100
-@@ -187,13 +187,6 @@
+diff -uar calibre.orig/setup/extensions.py calibre/setup/extensions.py
+--- calibre.orig/setup/extensions.py 2013-12-25 04:34:37.000000000 +0100
++++ calibre/setup/extensions.py 2013-12-26 17:56:05.972330008 +0100
+@@ -197,13 +197,6 @@
sip_files=['calibre/gui2/progress_indicator/QProgressIndicator.sip']
),
@@ -14,13 +15,15 @@
Extension('unrar',
['unrar/%s.cpp'%(x.partition('.')[0]) for x in '''
rar.o strlist.o strfn.o pathfn.o savepos.o smallfn.o global.o file.o
---- calibre/src/calibre/constants.py.orig 2013-11-15 04:51:25.000000000 +0100
-+++ calibre/src/calibre/constants.py 2013-11-15 10:28:00.712017625 +0100
+Only in calibre/setup: extensions.py.orig
+diff -uar calibre.orig/src/calibre/constants.py calibre/src/calibre/constants.py
+--- calibre.orig/src/calibre/constants.py 2013-12-25 04:34:37.000000000 +0100
++++ calibre/src/calibre/constants.py 2013-12-26 18:00:06.706456142 +0100
@@ -138,7 +138,6 @@
'freetype',
'woff',
'unrar',
- 'qt_hack',
- '_regex'
+ '_regex',
+ 'hunspell',
]
- if iswindows: