public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/
Date: Sun, 11 Jun 2017 21:44:49 +0000 (UTC)	[thread overview]
Message-ID: <1497215090.5d5d1514adb38aae57b81ea9ca0a9a6b556962ab.asturm@gentoo> (raw)

commit:     5d5d1514adb38aae57b81ea9ca0a9a6b556962ab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 20:24:03 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 21:04:50 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5d5d1514

app-text/kbibtex: Add USE=zotero and missing DEPENDs

Upstream commits
907c00ace593ede0997e7bf0902e62bd798b6bd1
231c11375df1bd3774d2b15a1bb85f528ff6e6f9

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 app-text/kbibtex/kbibtex-9999.ebuild | 10 +++++++---
 app-text/kbibtex/metadata.xml        |  1 +
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild
index cef2e2e85c..6506817e9b 100644
--- a/app-text/kbibtex/kbibtex-9999.ebuild
+++ b/app-text/kbibtex/kbibtex-9999.ebuild
@@ -3,7 +3,6 @@
 
 EAPI=6
 
-KDE_GCC_MINIMAL="4.9"
 KDE_HANDBOOK="optional"
 KDE_TEST="true"
 inherit kde5
@@ -17,7 +16,7 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 fi
 
 LICENSE="GPL-2"
-IUSE="webengine webkit"
+IUSE="webengine webkit zotero"
 
 REQUIRED_USE="?? ( webengine webkit )"
 
@@ -26,6 +25,7 @@ DEPEND="
 	$(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)
@@ -45,10 +45,13 @@ DEPEND="
 	$(add_qt_dep qtxmlpatterns)
 	app-text/poppler[qt5]
 	dev-libs/icu:=
-	dev-libs/qoauth:5
 	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
@@ -73,6 +76,7 @@ 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

diff --git a/app-text/kbibtex/metadata.xml b/app-text/kbibtex/metadata.xml
index 3287fb7a8f..d2af51c141 100644
--- a/app-text/kbibtex/metadata.xml
+++ b/app-text/kbibtex/metadata.xml
@@ -8,5 +8,6 @@
 	<use>
 		<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> for HTML previews</flag>
 		<flag name="webkit">Use <pkg>dev-qt/qtwebkit</pkg> for HTML previews</flag>
+		<flag name="zotero">Enable support for synchronisation with zotero.org web service</flag>
 	</use>
 </pkgmetadata>


             reply	other threads:[~2017-06-11 21:44 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-11 21:44 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-06 22:42 [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/ Andreas Sturmlechner
2024-04-21 19:42 Andreas Sturmlechner
2024-03-25 18:47 Andreas Sturmlechner
2024-03-07 10:55 Andreas Sturmlechner
2024-03-03 13:56 Andreas Sturmlechner
2023-05-04 13:11 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2020-09-07 15:07 Andreas Sturmlechner
2020-04-26 23:08 Andreas Sturmlechner
2020-04-26 23:08 Andreas Sturmlechner
2019-11-17 22:29 Andreas Sturmlechner
2019-11-13  2:00 Andreas Sturmlechner
2019-11-06 16:47 Andreas Sturmlechner
2019-11-06 16:40 Andreas Sturmlechner
2019-05-08  6:09 Andreas Sturmlechner
2019-01-26 23:45 Andreas Sturmlechner
2018-03-19 17:15 Andreas Sturmlechner
2018-02-22 13:17 Andreas Sturmlechner
2017-06-18  9:03 Andreas Sturmlechner
2017-06-18  8:36 Andreas Sturmlechner
2017-04-05 21:36 Andreas Sturmlechner
2017-04-05 21:31 Andreas Sturmlechner
2016-11-28 16:09 Johannes Huber
2016-10-20 20:18 Michael Palimaka
2015-10-14 12:51 Michael Palimaka
2015-09-23 14:50 Michael Palimaka
2015-07-28 20:20 Johannes Huber
2014-05-21 11:55 Johannes Huber
2014-04-06 21:50 Johannes Huber
2014-03-13 21:50 Johannes Huber
2014-01-18  4:50 Manuel Rüger
2013-03-24  0:49 Manuel Rüger
2013-03-17 18:13 Michael Palimaka
2013-03-12 12:12 Michael Palimaka
2013-01-22 16:38 Michael Palimaka
2012-10-31 11:54 Michael Palimaka
2012-02-01 10:12 Johannes Huber
2011-12-08 12:02 Johannes Huber
2011-11-24 22:58 Johannes Huber
2011-11-10  0:42 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1497215090.5d5d1514adb38aae57b81ea9ca0a9a6b556962ab.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox