diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-18 00:04:46 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-12-18 00:05:17 +0100 |
commit | 5fc891ec35728d0e081af0cd4eb1dd39cf4e05eb (patch) | |
tree | b5045122b6b220b936ecc53a76588f457da743ec /app-text/kchmviewer/files | |
parent | sci-misc/mendeleydesktop: Remove last-rited package (diff) | |
download | gentoo-5fc891ec35728d0e081af0cd4eb1dd39cf4e05eb.tar.gz gentoo-5fc891ec35728d0e081af0cd4eb1dd39cf4e05eb.tar.bz2 gentoo-5fc891ec35728d0e081af0cd4eb1dd39cf4e05eb.zip |
app-text/kchmviewer: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/kchmviewer/files')
-rw-r--r-- | app-text/kchmviewer/files/kchmviewer-7.7-force-qtwebkit.patch | 26 | ||||
-rw-r--r-- | app-text/kchmviewer/files/kchmviewer-7.7-underlinking.patch | 11 |
2 files changed, 0 insertions, 37 deletions
diff --git a/app-text/kchmviewer/files/kchmviewer-7.7-force-qtwebkit.patch b/app-text/kchmviewer/files/kchmviewer-7.7-force-qtwebkit.patch deleted file mode 100644 index 897c62a998c2..000000000000 --- a/app-text/kchmviewer/files/kchmviewer-7.7-force-qtwebkit.patch +++ /dev/null @@ -1,26 +0,0 @@ -Gentoo still ships QtWebKit in 5.6 and later, so don't try and fail to use QtWebEngine. - ---- a/src/src.pro -+++ b/src/src.pro -@@ -113,21 +113,11 @@ - }
-
- greaterThan(QT_MAJOR_VERSION, 4) {
-- # Qt 5
-- greaterThan(QT_MINOR_VERSION, 5) {
-- # Qt 5.6+
-- error("You use Qt5.6+ - QWebEngine is not yet suitable for kchmviewer and is not supported")
-- QT += webengine webenginewidgets
-- DEFINES += USE_WEBENGINE
-- SOURCES += viewwindow_webengine.cpp dataprovider_qwebengine.cpp
-- HEADERS += dataprovider_qwebengine.h viewwindow_webengine.h
-- } else {
- # Qt 5.0-5.5
- QT += webkit webkitwidgets
- DEFINES += USE_WEBKIT
- SOURCES += viewwindow_webkit.cpp dataprovider_qwebkit.cpp
- HEADERS += dataprovider_qwebkit.h viewwindow_webkit.h
-- }
- } else {
- message("Qt4 is not supported anymore, please do not report any errors")
- QT += webkit webkitwidgets
diff --git a/app-text/kchmviewer/files/kchmviewer-7.7-underlinking.patch b/app-text/kchmviewer/files/kchmviewer-7.7-underlinking.patch deleted file mode 100644 index 75bfed89cbdd..000000000000 --- a/app-text/kchmviewer/files/kchmviewer-7.7-underlinking.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/src.pro -+++ b/src/src.pro -@@ -108,7 +108,7 @@ - HEADERS += dbus_interface.h
- SOURCES += dbus_interface.cpp
- CONFIG += dbus
-- LIBS += ../lib/libebook/libebook.a
-+ LIBS += ../lib/libebook/libebook.a -lchm -lzip
- POST_TARGETDEPS += ../lib/libebook/libebook.a
- }
-
|