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 6ABA413835B for ; Tue, 16 Feb 2021 14:39:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACBC3E0905; Tue, 16 Feb 2021 14:39:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 98123E0905 for ; Tue, 16 Feb 2021 14:39:22 +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 4DE9A3411AC for ; Tue, 16 Feb 2021 14:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3E7F4C8 for ; Tue, 16 Feb 2021 14:39:19 +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: <1613486241.ec8e1a1245c568cac484e93e859a0391b67c813d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-browser-integration/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-browser-integration/Manifest kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.ebuild X-VCS-Directories: kde-plasma/plasma-browser-integration/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ec8e1a1245c568cac484e93e859a0391b67c813d X-VCS-Branch: master Date: Tue, 16 Feb 2021 14:39:19 +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: fb1ad020-9aca-4af6-8aea-07ed0636e2b3 X-Archives-Hash: beabdc89c9d84da92d96d207cfb7ac05 commit: ec8e1a1245c568cac484e93e859a0391b67c813d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 16 09:59:19 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 16 14:37:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8e1a12 kde-plasma/plasma-browser-integration: 5.21.0 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-browser-integration/Manifest | 1 + .../plasma-browser-integration-5.21.0.ebuild | 42 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/kde-plasma/plasma-browser-integration/Manifest b/kde-plasma/plasma-browser-integration/Manifest index c978b3ed45d..ed361cb47e1 100644 --- a/kde-plasma/plasma-browser-integration/Manifest +++ b/kde-plasma/plasma-browser-integration/Manifest @@ -1 +1,2 @@ DIST plasma-browser-integration-5.20.5.tar.xz 193684 BLAKE2B 9144233b0a36e913328e930a59973432ad9e83066e7bdd602a672f354e991fb6a971598c788e658ab55615ed6e2e0731d9749d1f6d471f928375b4af0852a2be SHA512 d6017397dc86c5e835b914748fe9fe4c3f2b499174dfd3a0a9575446a831478deb692663b6c0b6d6ac37aa309a5a0168a5db5d56babd8e802b419022ce88f152 +DIST plasma-browser-integration-5.21.0.tar.xz 202860 BLAKE2B 03776913896a97b2d22b5106a1e838a64b348a032c49122211f141a5fcd4b0a86438d9a93999b542bd756d56271a3cbc73cb981eb7d1b3d9bc01a5ab68d49e55 SHA512 b695ec46168889f84258046f0b732349655053dfd999fd60bb72a7e31a16b61ed168b39d857621051fde195a43696bd379235c8965007a9de738ce6b1c229145 diff --git a/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.ebuild b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.ebuild new file mode 100644 index 00000000000..770d65f8835 --- /dev/null +++ b/kde-plasma/plasma-browser-integration/plasma-browser-integration-5.21.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KFMIN=5.78.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="Integrate Chrome/Firefox better into Plasma through browser extensions" + +LICENSE="GPL-3+" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kactivities-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kfilemetadata-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/krunner-${KFMIN}:5 + >=kde-frameworks/purpose-${KFMIN}:5 + >=kde-plasma/plasma-workspace-${PVCUT}:5 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DMOZILLA_DIR="${EPREFIX}/usr/$(get_libdir)/mozilla" + ) + + ecm_src_configure +}