commit: 72268891a015351f24b69df5b1bf9be5e97372f4 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Thu Aug 4 17:58:46 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Thu Aug 4 17:58:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=72268891
net-im/choqok: Version bump 1.5.85 Package-Manager: portage-2.3.0 net-im/choqok/choqok-1.5.85.ebuild | 65 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/net-im/choqok/choqok-1.5.85.ebuild b/net-im/choqok/choqok-1.5.85.ebuild new file mode 100644 index 0000000..0499b7a --- /dev/null +++ b/net-im/choqok/choqok-1.5.85.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="forceoptional" +inherit kde5 + +DESCRIPTION="Free/Open Source micro-blogging client for KDE" +HOMEPAGE="http://choqok.gnufolks.org/" +SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.xz" + +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="attica konqueror" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kemoticons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep sonnet) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + app-crypt/qca[qt5] + dev-libs/qoauth:5 + net-libs/telepathy-qt[qt5] + attica? ( $(add_frameworks_dep attica) ) + konqueror? ( + $(add_frameworks_dep kparts) + $(add_frameworks_dep kdewebkit) + $(add_qt_dep qtwebkit) + ) +" +RDEPEND="${DEPEND} + !net-im/choqok:4 +" + +DOCS=( AUTHORS README TODO changelog ) + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package attica KF5Attica) + $(cmake-utils_use_find_package konqueror KF5Parts) + $(cmake-utils_use_find_package konqueror KF5WebKit) + ) + + kde5_src_configure +}
