summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-11-05 21:14:14 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-11-05 21:14:23 +1100
commiteabe50595262f1c41a091e9427ed71070375ea83 (patch)
treea9dc3666d6bff22769b576a3c794cb99d3a1b8a6 /app-editors/focuswriter/files
parentapp-editors/focuswriter: add missing dependency (diff)
downloadgentoo-eabe50595262f1c41a091e9427ed71070375ea83.tar.gz
gentoo-eabe50595262f1c41a091e9427ed71070375ea83.tar.bz2
gentoo-eabe50595262f1c41a091e9427ed71070375ea83.zip
app-editors/focuswriter: remove old
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-editors/focuswriter/files')
-rw-r--r--app-editors/focuswriter/files/focuswriter-1.5.6-unbundle-qtsingleapplication.patch36
1 files changed, 0 insertions, 36 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
deleted file mode 100644
index f22f382f98dd..000000000000
--- a/app-editors/focuswriter/files/focuswriter-1.5.6-unbundle-qtsingleapplication.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- 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 \