From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D124E138330 for ; Mon, 28 May 2018 22:00:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCD6BE07EA; Mon, 28 May 2018 22:00:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 831C7E07EA for ; Mon, 28 May 2018 22:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AD20335C5A for ; Mon, 28 May 2018 22:00:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C6332A8 for ; Mon, 28 May 2018 22:00:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1527544796.2a7fe6523df1352b7981a9204e08a0abc6bc77da.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kbibtex/kbibtex-0.8_pre20180526.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2a7fe6523df1352b7981a9204e08a0abc6bc77da X-VCS-Branch: master Date: Mon, 28 May 2018 22:00:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 70fb9e7d-85c0-425c-9d97-7ddb709303da X-Archives-Hash: 293ab7789e8abd271f7b827f47e760c9 commit: 2a7fe6523df1352b7981a9204e08a0abc6bc77da Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 28 21:54:32 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 28 21:59:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7fe652 app-text/kbibtex: Add 0.8_pre20180526 (0.7.95 version bump) Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-text/kbibtex/kbibtex-0.8_pre20180526.ebuild | 83 +++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/app-text/kbibtex/kbibtex-0.8_pre20180526.ebuild b/app-text/kbibtex/kbibtex-0.8_pre20180526.ebuild new file mode 100644 index 00000000000..d5566c47efc --- /dev/null +++ b/app-text/kbibtex/kbibtex-0.8_pre20180526.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_PV=0.7.90 +KDE_HANDBOOK="optional" +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX" +HOMEPAGE="https://userbase.kde.org/KBibTeX" +if [[ ${KDE_BUILD_TYPE} != live ]]; then + SRC_URI="mirror://kde/unstable/KBibTeX/${PN}-${MY_PV}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2" +IUSE="webengine webkit zotero" + +REQUIRED_USE="?? ( webengine webkit )" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep kparts) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwallet) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) + $(add_qt_dep qtxmlpatterns) + app-text/poppler[qt5] + dev-libs/icu:= + virtual/tex-base + webengine? ( $(add_qt_dep qtwebengine 'widgets') ) + webkit? ( $(add_qt_dep qtwebkit) ) + zotero? ( + app-crypt/qca[qt5(+)] + dev-libs/qoauth:5 + ) +" +RDEPEND="${DEPEND} + !app-text/kbibtex:4 + dev-tex/bibtex2html + x11-misc/shared-mime-info +" + +RESTRICT+=" test" + +S="${WORKDIR}/${PN}-${MY_PV}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package webengine Qt5WebEngineWidgets) + $(cmake-utils_use_find_package webkit Qt5WebKitWidgets) + $(cmake-utils_use_find_package zotero Qca-qt5) + ) + + kde5_src_configure +} + +pkg_postinst() { + kde5_pkg_postinst + + if ! has_version "kde-apps/okular:${SLOT}" ; then + elog "For PDF or PostScript document preview support, please install kde-apps/okular:${SLOT}" + fi +}