summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-03-18 13:55:33 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-03-18 13:57:48 +1100
commitf7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0 (patch)
tree2be537b9c93a488947c117008aa996bd600dc3a7 /app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch
parentcmake-utils.eclass: raise minimum version to 3.7.2 (diff)
downloadgentoo-f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0.tar.gz
gentoo-f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0.tar.bz2
gentoo-f7a8ebe34526ef9c5fa327dfe1bd379b9b29c2e0.zip
app-editors/focuswriter: remove old
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch')
-rw-r--r--app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch b/app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch
deleted file mode 100644
index e7815be0ee5f..000000000000
--- a/app-editors/focuswriter/files/focuswriter-1.5.2-unbundle-qtsingleapplication.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- focuswriter.pro.orig 2014-07-20 17:37:05.000000000 +0400
-+++ focuswriter.pro 2014-07-31 17:56:00.702801120 +0400
-@@ -90,13 +90,14 @@
- src/spelling/dictionary_provider_voikko.cpp
-
- lessThan(QT_MAJOR_VERSION, 5) {
-+ CONFIG += qtsingleapplication
- SOURCES += src/sdl/sound.cpp
- } else {
- 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 \