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 0F254138359 for ; Tue, 13 Oct 2020 11:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41533E092C; Tue, 13 Oct 2020 11:51:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 17C35E092C for ; Tue, 13 Oct 2020 11:51:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 35137340D2B for ; Tue, 13 Oct 2020 11:51:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2739C3BF for ; Tue, 13 Oct 2020 11:51:06 +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: <1602589854.49d3d3b4c3bd062ae6b5af8f005310214f61ff54.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/xembed-sni-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/xembed-sni-proxy/Manifest kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild X-VCS-Directories: kde-plasma/xembed-sni-proxy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 49d3d3b4c3bd062ae6b5af8f005310214f61ff54 X-VCS-Branch: master Date: Tue, 13 Oct 2020 11:51:06 +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: 6113a5ed-082c-46cd-9c14-07a21a35b5bb X-Archives-Hash: 4cb09448382b062a8d7a821b2ac7533e commit: 49d3d3b4c3bd062ae6b5af8f005310214f61ff54 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 13 11:38:31 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 13 11:50:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d3d3b4 kde-plasma/xembed-sni-proxy: 5.20.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/xembed-sni-proxy/Manifest | 1 + .../xembed-sni-proxy-5.20.0.ebuild | 44 ++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/kde-plasma/xembed-sni-proxy/Manifest b/kde-plasma/xembed-sni-proxy/Manifest index 764bc8aa0d6..4991332bbe5 100644 --- a/kde-plasma/xembed-sni-proxy/Manifest +++ b/kde-plasma/xembed-sni-proxy/Manifest @@ -1 +1,2 @@ DIST plasma-workspace-5.19.5.tar.xz 5682264 BLAKE2B 435ea4c73fe50fb78911efb607f1a22ce6fe4a8f089b90b44374e7932d4f0111069dbce0168eedb61de09affdae3549563365bf85b4bbafb33fc69fad6b343e8 SHA512 4cab64c1f817f391a61ae15e37bf1fc936ddd3fb3b234e281a3e5750b67dab05c1c156789446096cbde719bf972e876757c1c5ae78adde4e85f3591fa8df5df9 +DIST plasma-workspace-5.20.0.tar.xz 8991780 BLAKE2B 40e57968595b53c63f91bf58fd7714586a9cc1caf2e5cbddc94463699383997e4067b1250fd62a6b2acd6aea6ac0b0e7539920b85aa6f2b95017e5495a68e4c2 SHA512 3b49ad852a1c2cfb1b4f304a25423506825b94ca80809e0e9ea55e1efa100b0b5411b3591087c35750f971e78dc640d851a367fae7c33902d02610d21511a613 diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild new file mode 100644 index 00000000000..7fbf12903ee --- /dev/null +++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.20.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_ORG_NAME="plasma-workspace" +KFMIN=5.74.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.1 +inherit cmake kde.org + +DESCRIPTION="Legacy xembed tray icons support for SNI-only system trays" +HOMEPAGE="https://invent.kde.org/plasma/plasma-workspace/-/blob/master/xembed-sni-proxy/Readme.md" + +LICENSE="GPL-2" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +DEPEND=" + >=dev-qt/qtcore-${QTMIN}:5 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 + >=kde-frameworks/extra-cmake-modules-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5[X] + x11-libs/libxcb + x11-libs/libXtst + x11-libs/xcb-util-image +" +RDEPEND="${DEPEND} + !