summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-11-21 00:16:46 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-11-27 05:45:50 +1100
commitf76f3775cec41cc173da7815c77b344ba5c93299 (patch)
tree92e51d37418ab399b719f74bf39fe3fb57e3040a /app-text/goldendict/files
parentsys-process/glances: Fix PyPI link (diff)
downloadgentoo-f76f3775cec41cc173da7815c77b344ba5c93299.tar.gz
gentoo-f76f3775cec41cc173da7815c77b344ba5c93299.tar.bz2
gentoo-f76f3775cec41cc173da7815c77b344ba5c93299.zip
app-text/goldendict: Add 1.5.0_rc2 to have a Qt5 version
Ebuild taken from qt overlay. Package-Manager: portage-2.3.0
Diffstat (limited to 'app-text/goldendict/files')
-rw-r--r--app-text/goldendict/files/goldendict-1.5.0-qtsingleapplication-unbundle.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-text/goldendict/files/goldendict-1.5.0-qtsingleapplication-unbundle.patch b/app-text/goldendict/files/goldendict-1.5.0-qtsingleapplication-unbundle.patch
new file mode 100644
index 000000000000..01fdb3b2a297
--- /dev/null
+++ b/app-text/goldendict/files/goldendict-1.5.0-qtsingleapplication-unbundle.patch
@@ -0,0 +1,18 @@
+--- a/goldendict.pro
++++ b/goldendict.pro
+@@ -36,7 +36,8 @@
+ QT += sql
+ CONFIG += exceptions \
+ rtti \
+- stl
++ stl \
++ qtsingleapplication
+ OBJECTS_DIR = build
+ UI_DIR = build
+ MOC_DIR = build
+@@ -632,5 +633,3 @@
+ TS_OUT ~= s/.ts/.qm/g
+ PRE_TARGETDEPS += $$TS_OUT
+
+-include( qtsingleapplication/src/qtsingleapplication.pri )
+-