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: Sun, 10 Mar 2024 09:03:52 +0000 (UTC)	[thread overview]
Message-ID: <1710061343.e5394d3a1249a90b7615817324018adc96332b58.asturm@gentoo> (raw)

commit:     e5394d3a1249a90b7615817324018adc96332b58
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 09:02:23 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 09:02:23 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5394d3a

kde-misc/tellico: Port to KF6, update dependencies

Upstream commits:
6668ab84c0e1aaa17b042d25eb27229a05ef80c2
a7adbe9c18c15092058b6f9530bf31937fcdb39a
9a2988c37f6739aa3526f8c02764772786d7cb9a

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/tellico/tellico-9999.ebuild | 83 +++++++++++++++++-------------------
 1 file changed, 40 insertions(+), 43 deletions(-)

diff --git a/kde-misc/tellico/tellico-9999.ebuild b/kde-misc/tellico/tellico-9999.ebuild
index 4825d85cac..011accfb13 100644
--- a/kde-misc/tellico/tellico-9999.ebuild
+++ b/kde-misc/tellico/tellico-9999.ebuild
@@ -5,6 +5,7 @@ EAPI=8
 
 ECM_HANDBOOK="forceoptional"
 ECM_TEST="forceoptional"
+KFMIN=6.0.0
 inherit ecm kde.org
 
 DESCRIPTION="Collection manager based on KDE Frameworks"
@@ -12,73 +13,69 @@ HOMEPAGE="https://tellico-project.org/"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	SRC_URI="https://tellico-project.org/files/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm64 ~x86"
+	KEYWORDS="~amd64"
 fi
 
 LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="5"
-IUSE="bibtex cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz"
+SLOT="0"
+IUSE="bibtex cddb discid pdf semantic-desktop taglib v4l xmp yaz"
 
 # tests need network access
 RESTRICT="test"
 
-RDEPEND="
+# TODO:	IUSE="scanner"
+# scanner? ( kde-apps/libksane:6 )
+DEPEND="
 	dev-libs/libxml2
 	dev-libs/libxslt
-	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
-	kde-frameworks/karchive:5
-	kde-frameworks/kcodecs:5
-	kde-frameworks/kcompletion:5
-	kde-frameworks/kconfig:5
-	kde-frameworks/kconfigwidgets:5
-	kde-frameworks/kcoreaddons:5
-	kde-frameworks/kcrash:5
-	kde-frameworks/kguiaddons:5
-	kde-frameworks/kiconthemes:5
-	kde-frameworks/kitemmodels:5
-	kde-frameworks/ki18n:5
-	kde-frameworks/kjobwidgets:5
-	kde-frameworks/kio:5
-	kde-frameworks/knewstuff:5
-	kde-frameworks/kparts:5
-	kde-frameworks/kservice:5
-	kde-frameworks/ktextwidgets:5
-	kde-frameworks/kwallet:5
-	kde-frameworks/kwidgetsaddons:5
-	kde-frameworks/kwindowsystem:5
-	kde-frameworks/kxmlgui:5
-	kde-frameworks/solid:5
-	kde-frameworks/sonnet:5
+	dev-qt/qtbase:6[dbus,gui,network,widgets,xml]
+	dev-qt/qtcharts:6
+	dev-qt/qtwebengine:6[widgets]
+	kde-frameworks/karchive:6
+	kde-frameworks/kcodecs:6
+	kde-frameworks/kcompletion:6
+	kde-frameworks/kconfig:6
+	kde-frameworks/kconfigwidgets:6
+	kde-frameworks/kcoreaddons:6
+	kde-frameworks/kcrash:6
+	kde-frameworks/kguiaddons:6
+	kde-frameworks/kiconthemes:6
+	kde-frameworks/kitemmodels:6
+	kde-frameworks/ki18n:6
+	kde-frameworks/kjobwidgets:6
+	kde-frameworks/kio:6
+	kde-frameworks/knewstuff:6
+	kde-frameworks/kparts:6
+	kde-frameworks/kservice:6
+	kde-frameworks/ktextwidgets:6
+	kde-frameworks/kwidgetsaddons:6
+	kde-frameworks/kxmlgui:6
+	kde-frameworks/solid:6
+	kde-frameworks/sonnet:6
 	bibtex? ( >=dev-perl/Text-BibTeX-0.780.0-r1 )
-	cddb? ( kde-apps/libkcddb:5 )
+	cddb? ( kde-apps/libkcddb:6 )
 	discid? ( dev-libs/libcdio:= )
-	pdf? ( app-text/poppler[qt5] )
-	scanner? ( kde-apps/libksane:5 )
-	semantic-desktop? ( kde-frameworks/kfilemetadata:5 )
+	pdf? ( app-text/poppler[qt6] )
+	semantic-desktop? ( kde-frameworks/kfilemetadata:6 )
 	taglib? ( >=media-libs/taglib-1.5:= )
 	v4l? ( >=media-libs/libv4l-0.8.3 )
 	xmp? ( >=media-libs/exempi-2:= )
 	yaz? ( >=dev-libs/yaz-2:0= )
 "
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}
+	!${CATEGORY}/${PN}:5
+"
 BDEPEND="sys-devel/gettext"
 
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_Csv=ON
 		-DENABLE_BTPARSE=$(usex bibtex)
-		$(cmake_use_find_package cddb KF5Cddb)
+		$(cmake_use_find_package cddb KCddb6)
 		$(cmake_use_find_package discid CDIO)
 		$(cmake_use_find_package pdf Poppler)
-		$(cmake_use_find_package scanner KF5Sane)
-		$(cmake_use_find_package semantic-desktop KF5FileMetaData)
+# 		$(cmake_use_find_package scanner KF5Sane)
+		$(cmake_use_find_package semantic-desktop KF6FileMetaData)
 		$(cmake_use_find_package taglib Taglib)
 		-DENABLE_WEBCAM=$(usex v4l)
 		$(cmake_use_find_package xmp Exempi)


             reply	other threads:[~2024-03-10  9:03 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-10  9:03 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 17:57 [gentoo-commits] proj/kde:master commit in: kde-misc/tellico/ Andreas Sturmlechner
2024-08-09 19:25 Andreas Sturmlechner
2024-03-10  9:04 Andreas Sturmlechner
2022-11-16 18:50 Andreas Sturmlechner
2021-08-16  2:45 Sam James
2021-02-25 12:29 Andreas Sturmlechner
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=1710061343.e5394d3a1249a90b7615817324018adc96332b58.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