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 5674B15AD03 for ; Sun, 16 Apr 2023 19:54:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FCEEE0A95; Sun, 16 Apr 2023 19:54:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 0C4B4E0A95 for ; Sun, 16 Apr 2023 19:54:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40D08340DAC for ; Sun, 16 Apr 2023 19:54:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9F6FA39 for ; Sun, 16 Apr 2023 19:54:18 +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: <1681674819.c732ba2b988efdcf5f005b461003583ce37a8802.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/tokodon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/tokodon/Manifest net-im/tokodon/metadata.xml net-im/tokodon/tokodon-23.03.90.ebuild X-VCS-Directories: net-im/tokodon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c732ba2b988efdcf5f005b461003583ce37a8802 X-VCS-Branch: master Date: Sun, 16 Apr 2023 19:54:18 +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: d03d0fa4-d282-43d1-9bb9-7c91d4a42491 X-Archives-Hash: a0b6140801d2d6b606bef5979d98e4e2 commit: c732ba2b988efdcf5f005b461003583ce37a8802 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Mar 29 21:34:10 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 16 19:53:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c732ba2b net-im/tokodon: new package, add 23.03.90 version Imported from kde overlay, originally imported from GURU, based on solid work there. Bug: https://bugs.gentoo.org/904415 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/tokodon/Manifest | 1 + net-im/tokodon/metadata.xml | 12 +++++++++ net-im/tokodon/tokodon-23.03.90.ebuild | 48 ++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+) diff --git a/net-im/tokodon/Manifest b/net-im/tokodon/Manifest new file mode 100644 index 000000000000..c77c2e2d416b --- /dev/null +++ b/net-im/tokodon/Manifest @@ -0,0 +1 @@ +DIST tokodon-23.03.90.tar.xz 226728 BLAKE2B a30323b4239c6a3f61a99d25482fb6171ddd065ba69a15d100a4b02f29b526be94f8dc73c8137f48d976646c602f1ae7e57acc0784d854a47f9dabf937a70589 SHA512 237531eb46668905cc0cb797c312379cd10fc513403f028f00b1230fe4761e173f67c736a6bb4c8811925480adc0105a6fca1be61a1240b37dae655bb63fa1d8 diff --git a/net-im/tokodon/metadata.xml b/net-im/tokodon/metadata.xml new file mode 100644 index 000000000000..02ce3e9d31e3 --- /dev/null +++ b/net-im/tokodon/metadata.xml @@ -0,0 +1,12 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + network/tokodon + https://bugs.kde.org/ + + diff --git a/net-im/tokodon/tokodon-23.03.90.ebuild b/net-im/tokodon/tokodon-23.03.90.ebuild new file mode 100644 index 000000000000..db87f4e02693 --- /dev/null +++ b/net-im/tokodon/tokodon-23.03.90.ebuild @@ -0,0 +1,48 @@ +# Copyright 2022-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KFMIN=5.104.0 +QTMIN=5.15.5 +inherit ecm gear.kde.org + +DESCRIPTION="Mastodon client for Plasma and Plasma Mobile" +HOMEPAGE="https://apps.kde.org/tokodon/" + +LICENSE="CC-BY-SA-4.0 GPL-2+ GPL-3+ || ( LGPL-2.1+ LGPL-3+ ) MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=dev-libs/kirigami-addons-0.7.2:5 + dev-libs/qtkeychain:=[qt5(+)] + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtmultimedia-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + >=dev-qt/qtsvg-${QTMIN}:5 + >=dev-qt/qtwebsockets-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kirigami-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5[qml] + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5 + >=kde-frameworks/sonnet-${KFMIN}:5[qml] +" +RDEPEND="${DEPEND}" +BDEPEND="virtual/pkgconfig" + +src_test() { + local -x QT_QPA_PLATFORM=offscreen + ecm_src_test +}