summaryrefslogtreecommitdiff
path: root/app-editors/focuswriter/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-editors/focuswriter/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-editors/focuswriter/files')
-rw-r--r--app-editors/focuswriter/files/focuswriter-1.6.0-unbundle-qtsingleapplication.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/app-editors/focuswriter/files/focuswriter-1.6.0-unbundle-qtsingleapplication.patch b/app-editors/focuswriter/files/focuswriter-1.6.0-unbundle-qtsingleapplication.patch
deleted file mode 100644
index 000db83f10e1..000000000000
--- a/app-editors/focuswriter/files/focuswriter-1.6.0-unbundle-qtsingleapplication.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- a/focuswriter.pro
-+++ b/focuswriter.pro
-@@ -7,6 +7,7 @@
-
- TEMPLATE = app
- QT += network widgets printsupport multimedia concurrent
-+CONFIG += qtsingleapplication
- macx {
- QT += macextras
- }
-@@ -83,7 +84,7 @@
- src/spelling/dictionary_provider_voikko.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 \
-@@ -142,8 +143,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 \
-@@ -207,8 +206,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 \