Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: www-client/falkon/
Date: Wed, 02 Feb 2022 19:46:34
Message-Id: 1643828990.2a1a2e44369fe312bc221948628ab2901f4ca9fe.asturm@gentoo
1 commit: 2a1a2e44369fe312bc221948628ab2901f4ca9fe
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 19:08:51 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 19:09:50 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2a1a2e44
7
8 www-client/falkon: Add apps.kde.org link to HOMEPAGE
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 www-client/falkon/falkon-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
17 index a44efc1966..5f9f42b041 100644
18 --- a/www-client/falkon/falkon-9999.ebuild
19 +++ b/www-client/falkon/falkon-9999.ebuild
20 @@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test"
21 inherit ecm kde.org
22
23 DESCRIPTION="Cross-platform web browser using QtWebEngine"
24 -HOMEPAGE="https://www.falkon.org/"
25 +HOMEPAGE="https://www.falkon.org/ https://apps.kde.org/falkon/"
26
27 if [[ ${KDE_BUILD_TYPE} != live ]]; then
28 SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/${P}.tar.xz"