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: kde-misc/tellico/
Date: Thu, 25 Feb 2021 12:29:59 +0000 (UTC)	[thread overview]
Message-ID: <1614255782.03ca8baf9728af3af5a959bd6d7252dffa6a46b2.asturm@gentoo> (raw)

commit:     03ca8baf9728af3af5a959bd6d7252dffa6a46b2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 12:15:55 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 12:23:02 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=03ca8baf

kde-misc/tellico: Add IUSE=bibtex, add new DEPENDs

Upstream commits:
a0abca5e4a1f7682d03a8ce6bfb321832f7d8989
d4f1f806e02d45474a7da3192b8af4cbb7a809be
4dbfef5f569d0ff3b339fba908af290d8353a125

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/tellico/metadata.xml        |  1 +
 kde-misc/tellico/tellico-9999.ebuild | 13 ++++++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/kde-misc/tellico/metadata.xml b/kde-misc/tellico/metadata.xml
index c982ea5a1f..45bf99e956 100644
--- a/kde-misc/tellico/metadata.xml
+++ b/kde-misc/tellico/metadata.xml
@@ -11,6 +11,7 @@
 		stamps, trading cards, comic books, and wines.
 	</longdescription>
 	<use>
+		<flag name="bibtex">Add support for bibtex importing using btparse from <pkg>dev-perl/Text-BibTeX</pkg></flag>
 		<flag name="discid">Add support for reading disc IDs from audio CDs</flag>
 		<flag name="yaz">Add support for searching Z39.50 databases</flag>
 	</use>

diff --git a/kde-misc/tellico/tellico-9999.ebuild b/kde-misc/tellico/tellico-9999.ebuild
index 168c86d1d3..b0d9c4f4bb 100644
--- a/kde-misc/tellico/tellico-9999.ebuild
+++ b/kde-misc/tellico/tellico-9999.ebuild
@@ -18,7 +18,10 @@ fi
 
 LICENSE="|| ( GPL-2 GPL-3 )"
 SLOT="5"
-IUSE="cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz"
+IUSE="bibtex cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz"
+
+# tests need network access
+RESTRICT+=" test"
 
 BDEPEND="
 	sys-devel/gettext
@@ -26,10 +29,11 @@ BDEPEND="
 RDEPEND="
 	dev-libs/libxml2
 	dev-libs/libxslt
-	>=dev-perl/Text-BibTeX-0.780.0-r1
+	dev-qt/qtcharts:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
 	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
 	dev-qt/qtwebengine:5[widgets]
 	dev-qt/qtwidgets:5
 	dev-qt/qtxml:5
@@ -56,6 +60,7 @@ RDEPEND="
 	kde-frameworks/kxmlgui:5
 	kde-frameworks/solid:5
 	kde-frameworks/sonnet:5
+	bibtex? ( >=dev-perl/Text-BibTeX-0.780.0-r1 )
 	cddb? ( kde-apps/libkcddb:5 )
 	discid? ( dev-libs/libcdio:= )
 	pdf? ( app-text/poppler[qt5] )
@@ -68,12 +73,10 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 
-# tests need network access
-RESTRICT+=" test"
-
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_Csv=ON
+		-DENABLE_BTPARSE=$(usex bibtex)
 		$(cmake_use_find_package cddb KF5Cddb)
 		$(cmake_use_find_package discid CDIO)
 		$(cmake_use_find_package pdf Poppler)


             reply	other threads:[~2021-02-25 12:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-25 12:29 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-13 20:41 [gentoo-commits] proj/kde:master commit in: kde-misc/tellico/ Andreas Sturmlechner
2025-05-03 19:45 Sam James
2024-12-19 21:10 Andreas Sturmlechner
2024-09-10 17:57 Andreas Sturmlechner
2024-08-09 19:25 Andreas Sturmlechner
2024-03-10  9:04 Andreas Sturmlechner
2024-03-10  9:03 Andreas Sturmlechner
2022-11-16 18:50 Andreas Sturmlechner
2021-08-16  2:45 Sam James
2020-12-17 13:34 Andreas Sturmlechner
2020-05-24 17:27 Andreas Sturmlechner
2020-02-23 13:27 Andreas Sturmlechner
2019-11-12  1:28 Andreas Sturmlechner
2019-06-05 19:06 Andreas Sturmlechner
2019-05-09 19:35 Andreas Sturmlechner

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=1614255782.03ca8baf9728af3af5a959bd6d7252dffa6a46b2.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