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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7D8415800F for ; Tue, 24 Jan 2023 19:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFBE4E082B; Tue, 24 Jan 2023 19:29:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A62C4E082B for ; Tue, 24 Jan 2023 19:29:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78201340DBF for ; Tue, 24 Jan 2023 19:29:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FCCF84D for ; Tue, 24 Jan 2023 19:29:37 +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: <1674588565.a093452f5f91702120849057ec29639bf1a1c304.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/tellico/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/tellico/Manifest kde-misc/tellico/tellico-3.4.6.ebuild X-VCS-Directories: kde-misc/tellico/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a093452f5f91702120849057ec29639bf1a1c304 X-VCS-Branch: master Date: Tue, 24 Jan 2023 19:29:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93a709c2-a5b2-471e-8b28-ad1c59bd8aad X-Archives-Hash: 1385d7e9b6927a141be2c7986fde1731 commit: a093452f5f91702120849057ec29639bf1a1c304 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 24 19:26:53 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 24 19:29:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a093452f kde-misc/tellico: add 3.4.6 See also: https://tellico-project.org/tellico-3-4-6-released/ Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/tellico/Manifest | 1 + kde-misc/tellico/tellico-3.4.6.ebuild | 90 +++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+) diff --git a/kde-misc/tellico/Manifest b/kde-misc/tellico/Manifest index 0e8c9312e4e0..0341542d8107 100644 --- a/kde-misc/tellico/Manifest +++ b/kde-misc/tellico/Manifest @@ -1 +1,2 @@ DIST tellico-3.4.5.tar.xz 6602152 BLAKE2B cd308a500abaf9b85514e2a20b58bf576ccb3cffaf7d660111dabdeeb500a643aca469d4208163874fe842902b8664956f4d693575c2b1b7562068fdf4994a2d SHA512 1b8d52da856a3860147dd0c8c69ea99339f99b411555b87ff328f2519385072c544fe97f680363d6bb2cad5056313c4ad07d1c5e0b6021a092dbe93c233709c4 +DIST tellico-3.4.6.tar.xz 6640952 BLAKE2B 070f0f91abbcedd7b354e19b972c47df6fe429685476f2b22968546bbf3ed76981023e4f335196beb19b94c83342a5a56bb58ee242ef3c3a83f5722f17c1b980 SHA512 32f6bc05696987877b170689caccaedcec5136adb898dae6ffc01ef8a09ce30e6afa12602305d671f425f8ce5ac0ad0c5fc93b544cb745426180f0246ff4fecd diff --git a/kde-misc/tellico/tellico-3.4.6.ebuild b/kde-misc/tellico/tellico-3.4.6.ebuild new file mode 100644 index 000000000000..d1c0cfd51671 --- /dev/null +++ b/kde-misc/tellico/tellico-3.4.6.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="forceoptional" +ECM_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Collection manager based on KDE Frameworks" +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" +fi + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="5" +IUSE="bibtex cddb discid pdf scanner semantic-desktop taglib v4l xmp yaz" + +# tests need network access +RESTRICT="test" + +RDEPEND=" + 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 + bibtex? ( >=dev-perl/Text-BibTeX-0.780.0-r1 ) + cddb? ( kde-apps/libkcddb:5 ) + discid? ( dev-libs/libcdio:= ) + pdf? ( app-text/poppler[qt5] ) + scanner? ( kde-apps/libksane:5 ) + semantic-desktop? ( kde-frameworks/kfilemetadata:5 ) + 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}" +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 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 taglib Taglib) + -DENABLE_WEBCAM=$(usex v4l) + $(cmake_use_find_package xmp Exempi) + $(cmake_use_find_package yaz Yaz) + ) + + ecm_src_configure +}