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 7C45615800A for ; Sun, 6 Aug 2023 08:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6EAC2BC013; Sun, 6 Aug 2023 08:26:18 +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 ACF412BC013 for ; Sun, 6 Aug 2023 08:26:18 +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 C553B33BE91 for ; Sun, 6 Aug 2023 08:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51A1FDC8 for ; Sun, 6 Aug 2023 08:26:16 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1691310373.26c29bca25ee97a853891ad98e5033e5863724ac.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/firefox-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/firefox-bin/firefox-bin-102.14.0-r1.ebuild www-client/firefox-bin/firefox-bin-102.14.0.ebuild X-VCS-Directories: www-client/firefox-bin/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 26c29bca25ee97a853891ad98e5033e5863724ac X-VCS-Branch: master Date: Sun, 6 Aug 2023 08:26:16 +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: 0a563feb-d924-476a-addc-1678a2b6b286 X-Archives-Hash: d1c2e3d9a5ded79203186ba2d19d5ab8 commit: 26c29bca25ee97a853891ad98e5033e5863724ac Author: Joonas Niilola gentoo org> AuthorDate: Sun Aug 6 08:25:43 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Aug 6 08:26:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26c29bca www-client/firefox-bin: fix esr desktop file Signed-off-by: Joonas Niilola gentoo.org> .../{firefox-bin-102.14.0.ebuild => firefox-bin-102.14.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox-bin/firefox-bin-102.14.0.ebuild b/www-client/firefox-bin/firefox-bin-102.14.0-r1.ebuild similarity index 99% rename from www-client/firefox-bin/firefox-bin-102.14.0.ebuild rename to www-client/firefox-bin/firefox-bin-102.14.0-r1.ebuild index f81d5b9db36a..879b6300b554 100644 --- a/www-client/firefox-bin/firefox-bin-102.14.0.ebuild +++ b/www-client/firefox-bin/firefox-bin-102.14.0-r1.ebuild @@ -266,7 +266,7 @@ src_install() { # Install menu local app_name="Mozilla ${MOZ_PN^} (bin)" local desktop_file="${FILESDIR}/${PN}-r3.desktop" - local desktop_filename="${PN}.desktop" + local desktop_filename="${PN}-esr.desktop" local exec_command="${PN}" local icon="${PN}" local use_wayland="false"