diff options
author | 2020-12-18 00:04:46 +0100 | |
---|---|---|
committer | 2020-12-18 00:05:17 +0100 | |
commit | 5fc891ec35728d0e081af0cd4eb1dd39cf4e05eb (patch) | |
tree | b5045122b6b220b936ecc53a76588f457da743ec /app-text/kchmviewer | |
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')
-rw-r--r-- | app-text/kchmviewer/Manifest | 1 | ||||
-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 | ||||
-rw-r--r-- | app-text/kchmviewer/kchmviewer-7.7-r1.ebuild | 45 | ||||
-rw-r--r-- | app-text/kchmviewer/metadata.xml | 21 |
5 files changed, 0 insertions, 104 deletions
diff --git a/app-text/kchmviewer/Manifest b/app-text/kchmviewer/Manifest deleted file mode 100644 index 6c498dc97cc3..000000000000 --- a/app-text/kchmviewer/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kchmviewer-7.7.tar.gz 345952 BLAKE2B 7c42f3d05c7a46163d4e63af271ba73932dc2f7eb20e4e0c2c5dc2b335f488593288e4dd5b0a03b75ee7a008836a16b86ec8f47aa6d076b6351d48290a23bdef SHA512 e217db388f99142114e4de6735916d46c9d89f144390b58dffd739ed7246048c23af75c2eb9effba3e942a21564f9205265155a93a21d6343bea83a26fd99070 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
- }
-
diff --git a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild b/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild deleted file mode 100644 index 7864d2f6a305..000000000000 --- a/app-text/kchmviewer/kchmviewer-7.7-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop qmake-utils xdg - -DESCRIPTION="Feature rich chm file viewer, based on Qt" -HOMEPAGE="https://www.ulduzsoft.com/kchmviewer/" -SRC_URI="mirror://sourceforge/kchmviewer/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" - dev-libs/chmlib - dev-libs/libzip:= - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-force-qtwebkit.patch" - "${FILESDIR}/${P}-underlinking.patch" -) - -src_configure() { - eqmake5 -} - -src_install() { - dodoc ChangeLog DBUS-bindings FAQ README - doicon packages/kchmviewer.png - dobin bin/kchmviewer - domenu packages/kchmviewer.desktop -} diff --git a/app-text/kchmviewer/metadata.xml b/app-text/kchmviewer/metadata.xml deleted file mode 100644 index 9826a818187b..000000000000 --- a/app-text/kchmviewer/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <longdescription lang="en"> - KchmViewer is a chm (MS HTML help file format) viewer It uses Trolltech Qt - widget library with optional KDE libraries. It does not require KDE, but may - be compiled with full KDE support, including KDE widgets and KIO/KHTML. The - main advantage of KchmViewer is extra support for non-English languages. - Unlike other viewers, KchmViewer in most cases is able to detect help file - encoding, correctly shows tables of context of Russian, Korean, Chinese and - Japanese help files, and does correct search in non-English help files - (search for MBCS languages - ja/ko/ch is still in progress). - </longdescription> - <upstream> - <remote-id type="github">gyunaev/kchmviewer</remote-id> - </upstream> -</pkgmetadata> |