app-dicts/dikt: remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Michael Palimaka
2017-08-26 22:28:17 +10:00
parent bf13f6b43b
commit e5f4e6d79b
3 changed files with 0 additions and 54 deletions

View File

@@ -1,2 +1 @@
DIST dikt-2s.tar.xz 52604 SHA256 92eaf11cd7dbc998933cfff61ac9564919b3a8bab1a89a453f82d9b9f471dd47 SHA512 2f3a21f5daed636123c3902959c5bbb292c566cb878dde94ea111f62c16a16aacb5ad99a8845f20e47081b26b7174c5f478269c30fa3369ccfaec2ede4676d72 WHIRLPOOL 9f913fd22f235dbbbea5b1a3d643c9c968a504c8bd1063fb074cde1d19764f610f2e0bb84609bd5008849846161fd6dc0003377404b34467d0a6b07d52e731c4
DIST dikt-2s1.tar.xz 52620 SHA256 6bb87b32ae01acd5d2f1a48e9f40a824116dec5e4ced0f133b3fa6dfebf5fae7 SHA512 b7b26ace5ce6326191047d0d0515db2b88e790475be569d7bb994879046aa26c93a663d6bef31f8e8b233377ebd602355fb11b275f3aec910f99a5372fcde682 WHIRLPOOL 8862edec1c6b830d011503c25c819fd88c884068771723b6db4e3d31c5ff8c4c449cd10008029675a1e88902e47349dff5abfbf6dbceaab749aa8397bc06c225

View File

@@ -1,38 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit kde5
DESCRIPTION="A dictionary application that implements the Dict protocol"
HOMEPAGE="https://www.dikt.tv/"
SRC_URI="https://bitbucket.org/dikt/code/downloads/${P}.txz -> ${P}.tar.xz"
LICENSE="BSD-2"
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
$(add_frameworks_dep kcodecs)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kguiaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep kio)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
$(add_qt_dep qtprintsupport)
$(add_qt_dep qtwidgets)
"
RDEPEND="${DEPEND}
!app-dicts/dikt:4
"
PATCHES=( "${FILESDIR}/${P}-deps.patch" )

View File

@@ -1,15 +0,0 @@
Do not try to search for unused dependencies.
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,8 +12,8 @@
include(KDECMakeSettings)
include(KDECompilerSettings)
-find_package(Qt5 CONFIG REQUIRED Core DBus Network Widgets PrintSupport)
-find_package(KF5 REQUIRED COMPONENTS Config I18n KIO WindowSystem XmlGui GuiAddons IconThemes DBusAddons)
+find_package(Qt5 CONFIG REQUIRED Core Network Widgets PrintSupport)
+find_package(KF5 REQUIRED COMPONENTS Config I18n KIO XmlGui GuiAddons IconThemes DBusAddons)
add_definitions(
-DQT_USE_QSTRINGBUILDER