From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- ...writer-1.6.0-unbundle-qtsingleapplication.patch | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 app-editors/focuswriter/files/focuswriter-1.6.0-unbundle-qtsingleapplication.patch (limited to 'app-editors/focuswriter/files') 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 new file mode 100644 index 000000000000..000db83f10e1 --- /dev/null +++ b/app-editors/focuswriter/files/focuswriter-1.6.0-unbundle-qtsingleapplication.patch @@ -0,0 +1,37 @@ +--- 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 \ -- cgit v1.2.3