commit: 394f4afe218a3c4585d0eb2acb768cba782803e8 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Aug 3 09:12:53 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Aug 3 09:13:07 2022 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=394f4afe
app-text/goldendict: treeclean dev-qt/qtwebkit is long gone from Gentoo. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> ...endict-1.5.0-qtsingleapplication-unbundle.patch | 18 ----- app-text/goldendict/goldendict-9999.ebuild | 81 ---------------------- app-text/goldendict/metadata.xml | 8 --- 3 files changed, 107 deletions(-) diff --git a/app-text/goldendict/files/goldendict-1.5.0-qtsingleapplication-unbundle.patch b/app-text/goldendict/files/goldendict-1.5.0-qtsingleapplication-unbundle.patch deleted file mode 100644 index 01fdb3b2..00000000 --- a/app-text/goldendict/files/goldendict-1.5.0-qtsingleapplication-unbundle.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/goldendict.pro -+++ b/goldendict.pro -@@ -36,7 +36,8 @@ - QT += sql - CONFIG += exceptions \ - rtti \ -- stl -+ stl \ -+ qtsingleapplication - OBJECTS_DIR = build - UI_DIR = build - MOC_DIR = build -@@ -632,5 +633,3 @@ - TS_OUT ~= s/.ts/.qm/g - PRE_TARGETDEPS += $$TS_OUT - --include( qtsingleapplication/src/qtsingleapplication.pri ) -- diff --git a/app-text/goldendict/goldendict-9999.ebuild b/app-text/goldendict/goldendict-9999.ebuild deleted file mode 100644 index e0b7a2f4..00000000 --- a/app-text/goldendict/goldendict-9999.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop git-r3 qmake-utils - -DESCRIPTION="Feature-rich dictionary lookup program" -HOMEPAGE="http://goldendict.org/" -EGIT_REPO_URI="https://github.com/goldendict/goldendict.git" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="debug ffmpeg" - -BDEPEND=" - dev-qt/linguist-tools:5 - virtual/pkgconfig -" -DEPEND=" - app-arch/bzip2 - >=app-text/hunspell-1.2:= - dev-libs/eb - dev-libs/lzo - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qthelp:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtsvg:5 - dev-qt/qtwebkit:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - media-libs/libvorbis - media-libs/tiff:0 - sys-libs/zlib - x11-libs/libX11 - x11-libs/libXtst - ffmpeg? ( - media-libs/libao - media-video/ffmpeg:0= - ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${PN}-1.5.0-qtsingleapplication-unbundle.patch" ) - -src_prepare() { - default - - # disable git - sed -i -e '/git describe/s/^/#/' ${PN}.pro || die - - # fix installation path - sed -i -e '/PREFIX = /s:/usr/local:/usr:' ${PN}.pro || die - - # add trailing semicolon - sed -i -e '/^Categories/s/$/;/' redist/${PN}.desktop || die -} - -src_configure() { - local myconf=() - use ffmpeg || myconf+=( DISABLE_INTERNAL_PLAYER=1 ) - - eqmake5 "${myconf[@]}" -} - -src_install() { - dobin ${PN} - domenu redist/${PN}.desktop - doicon redist/icons/${PN}.png - - insinto /usr/share/apps/${PN}/locale - doins locale/*.qm - - insinto /usr/share/${PN}/help - doins help/*.qch -} diff --git a/app-text/goldendict/metadata.xml b/app-text/goldendict/metadata.xml deleted file mode 100644 index 610d2d8e..00000000 --- a/app-text/goldendict/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Qt Project</name> - </maintainer> -</pkgmetadata>
