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 B6F2015814C for ; Sun, 5 Nov 2023 22:53:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9A032BC021; Sun, 5 Nov 2023 22:53:34 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC9202BC021 for ; Sun, 5 Nov 2023 22:53:34 +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 C54CE335CCD for ; Sun, 5 Nov 2023 22:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B5AD12B7 for ; Sun, 5 Nov 2023 22:53:32 +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: <1699224793.9c876042d741074eaaf68ea57772e9de93c369cd.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libqaccessibilityclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libqaccessibilityclient/Manifest media-libs/libqaccessibilityclient/libqaccessibilityclient-0.5.0.ebuild X-VCS-Directories: media-libs/libqaccessibilityclient/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9c876042d741074eaaf68ea57772e9de93c369cd X-VCS-Branch: master Date: Sun, 5 Nov 2023 22:53:32 +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: d176c826-2736-482c-8f4b-02583c7714dd X-Archives-Hash: 432d636ca2d4bac35f886189c2d58d46 commit: 9c876042d741074eaaf68ea57772e9de93c369cd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 5 22:30:11 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 5 22:53:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c876042 media-libs/libqaccessibilityclient: add 0.5.0 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libqaccessibilityclient/Manifest | 1 + .../libqaccessibilityclient-0.5.0.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/media-libs/libqaccessibilityclient/Manifest b/media-libs/libqaccessibilityclient/Manifest index 661390e3b7b1..f653934d51fe 100644 --- a/media-libs/libqaccessibilityclient/Manifest +++ b/media-libs/libqaccessibilityclient/Manifest @@ -1 +1,2 @@ DIST libqaccessibilityclient-0.4.1.tar.xz 105280 BLAKE2B 7e8332e4d27e96c0728cecf73f13e9213f264e588dba321f0c0877954400c227e17e8bd4468b2567626407d2a283290e3b9752170ae602c6370d08beec7387d0 SHA512 d5c168ff39f4bb67f18120eea50f8e02a85d464a5bb6479c48dfdb02ea9bf0cc379cbed4da7d882b718a1e1723d3a00528fcb26903b617b43029fde25e82cb3c +DIST libqaccessibilityclient-0.5.0.tar.xz 107288 BLAKE2B 1d2208adfba72d55818f25cb46901097ded51784fdfe6fafd02927f09edf4cdb285a767e174d64278cd87e907d943648856e67c7ffcffc6f7ca0082cfbf2d19c SHA512 560526596e490b19263b3a6fb77b06e69611b34865a8fe18c593348fdeba22c1afd2b6ac44bee15ad94d402996e113c41dd7fa601f815559957729e18d9d9537 diff --git a/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.5.0.ebuild b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.5.0.ebuild new file mode 100644 index 000000000000..aa28a64673c4 --- /dev/null +++ b/media-libs/libqaccessibilityclient/libqaccessibilityclient-0.5.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_KDEINSTALLDIRS="false" +ECM_TEST="true" +ECM_EXAMPLES="true" +QTMIN=5.15.9 +inherit ecm kde.org + +DESCRIPTION="Library for writing accessibility clients such as screen readers" +HOMEPAGE="https://community.kde.org/Accessibility +https://invent.kde.org/libraries/libqaccessibilityclient" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +fi + +LICENSE="LGPL-2.1" +SLOT="5" +IUSE="" + +# tests require DBus +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 +" +RDEPEND="${DEPEND}"