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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4A17138359 for ; Sat, 19 Sep 2020 08:12:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9977DE07DB; Sat, 19 Sep 2020 08:12:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84EBFE07DB for ; Sat, 19 Sep 2020 08:12:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6167E340FEC for ; Sat, 19 Sep 2020 08:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D34D2365 for ; Sat, 19 Sep 2020 08:12:26 +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: <1600484686.1bbf6fff0a4eaaefbfdd5dbe066e3f35e26d5bad.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libkscreen/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libkscreen/libkscreen-5.19.90.ebuild X-VCS-Directories: kde-plasma/libkscreen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1bbf6fff0a4eaaefbfdd5dbe066e3f35e26d5bad X-VCS-Branch: master Date: Sat, 19 Sep 2020 08:12:26 +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: 4c1a976f-0a1e-4ae3-8ce1-af6e0bbc76e9 X-Archives-Hash: f4948942e5bbf5074259d7d8859d7a54 commit: 1bbf6fff0a4eaaefbfdd5dbe066e3f35e26d5bad Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 19 03:04:46 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 19 03:04:46 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1bbf6fff kde-plasma/libkscreen: 5.19.90 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/libkscreen/libkscreen-5.19.90.ebuild | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/kde-plasma/libkscreen/libkscreen-5.19.90.ebuild b/kde-plasma/libkscreen/libkscreen-5.19.90.ebuild new file mode 100644 index 0000000000..c41c082985 --- /dev/null +++ b/kde-plasma/libkscreen/libkscreen-5.19.90.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_QTHELP="true" +ECM_TEST="forceoptional" +KFMIN=5.74.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.0 +VIRTUALX_REQUIRED="test" +inherit ecm kde.org + +DESCRIPTION="Plasma screen management library" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5/7" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kwayland-${KFMIN}:5 + x11-libs/libxcb +" +RDEPEND="${DEPEND}" + +# requires running session +RESTRICT+=" test"