summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-07-21 05:38:34 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-07-21 05:39:00 +1000
commitb92c2a8065a28156ad53d681b5d38d4e2e7cde25 (patch)
tree147028f56cf30066f3d03d2d7f48485f661171d4 /app-editors/focuswriter/files
parentsci-physics/hoomd-blue: version bump (diff)
downloadgentoo-b92c2a8065a28156ad53d681b5d38d4e2e7cde25.tar.gz
gentoo-b92c2a8065a28156ad53d681b5d38d4e2e7cde25.tar.bz2
gentoo-b92c2a8065a28156ad53d681b5d38d4e2e7cde25.zip
app-editors/focuswriter: version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-editors/focuswriter/files')
-rw-r--r--app-editors/focuswriter/files/focuswriter-1.5.6-unbundle-qtsingleapplication.patch36
1 files changed, 36 insertions, 0 deletions
diff --git a/app-editors/focuswriter/files/focuswriter-1.5.6-unbundle-qtsingleapplication.patch b/app-editors/focuswriter/files/focuswriter-1.5.6-unbundle-qtsingleapplication.patch
new file mode 100644
index 000000000000..f22f382f98dd
--- /dev/null
+++ b/app-editors/focuswriter/files/focuswriter-1.5.6-unbundle-qtsingleapplication.patch
@@ -0,0 +1,36 @@
+--- a/focuswriter.pro
++++ b/focuswriter.pro
+@@ -90,13 +90,14 @@
+ src/spelling/dictionary_provider_voikko.cpp
+
+ lessThan(QT_MAJOR_VERSION, 5) {
+ SOURCES += src/sdl/sound.cpp
+ } else {
++ CONFIG += qtsingleapplication
+ SOURCES += src/sound.cpp
+ }
+ }
+
+-INCLUDEPATH += src src/fileformats src/qtsingleapplication src/qtzip src/spelling
++INCLUDEPATH += src src/fileformats src/qtzip src/spelling
+
+ # Specify program sources
+ HEADERS += src/action_manager.h \
+@@ -155,8 +156,6 @@
+ src/fileformats/rtf_tokenizer.h \
+ src/fileformats/rtf_writer.h \
+ src/fileformats/txt_reader.h \
+- src/qtsingleapplication/qtsingleapplication.h \
+- src/qtsingleapplication/qtlocalpeer.h \
+ src/qtzip/qtzipreader.h \
+ src/qtzip/qtzipwriter.h \
+ src/spelling/abstract_dictionary.h \
+@@ -219,8 +218,6 @@
+ src/fileformats/rtf_tokenizer.cpp \
+ src/fileformats/rtf_writer.cpp \
+ src/fileformats/txt_reader.cpp \
+- src/qtsingleapplication/qtsingleapplication.cpp \
+- src/qtsingleapplication/qtlocalpeer.cpp \
+ src/qtzip/qtzip.cpp \
+ src/spelling/dictionary_dialog.cpp \
+ src/spelling/dictionary_manager.cpp \