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 5503B15800F for ; Sun, 15 Jan 2023 11:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AA82E069C; Sun, 15 Jan 2023 11:05:23 +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 3E392E069C for ; Sun, 15 Jan 2023 11:05:23 +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 3A69A335C5D for ; Sun, 15 Jan 2023 11:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F089828 for ; Sun, 15 Jan 2023 11:05:19 +0000 (UTC) From: "Akash Paul" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akash Paul" Message-ID: <1673780515.f12c51bfdda8f1f520975608a808571e815b6dfa.paul007-dev@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/session-desktop-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/session-desktop-bin/metadata.xml net-im/session-desktop-bin/session-desktop-bin-1.10.4.ebuild X-VCS-Directories: net-im/session-desktop-bin/ X-VCS-Committer: paul007-dev X-VCS-Committer-Name: Akash Paul X-VCS-Revision: f12c51bfdda8f1f520975608a808571e815b6dfa X-VCS-Branch: dev Date: Sun, 15 Jan 2023 11:05: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: d0d30501-fa38-45a0-8fba-f7e39eda4b69 X-Archives-Hash: 7a79f3fa6664f48a346df291f879c01c commit: f12c51bfdda8f1f520975608a808571e815b6dfa Author: Akash Paul outlook com> AuthorDate: Sun Jan 15 11:01:55 2023 +0000 Commit: Akash Paul outlook com> CommitDate: Sun Jan 15 11:01:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f12c51bf net-im/session-desktop-bin: bugfix #889538-wrong path in session-desktop.desktop Signed-off-by: Akash Paul outlook.com> net-im/session-desktop-bin/metadata.xml | 3 +++ net-im/session-desktop-bin/session-desktop-bin-1.10.4.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/net-im/session-desktop-bin/metadata.xml b/net-im/session-desktop-bin/metadata.xml index ecf3a18b2..86dc62a6d 100644 --- a/net-im/session-desktop-bin/metadata.xml +++ b/net-im/session-desktop-bin/metadata.xml @@ -5,4 +5,7 @@ paul007-dev@outlook.com Akash paul + + oxen-io/session-desktop + diff --git a/net-im/session-desktop-bin/session-desktop-bin-1.10.4.ebuild b/net-im/session-desktop-bin/session-desktop-bin-1.10.4.ebuild index e198a744b..6bb396c7b 100644 --- a/net-im/session-desktop-bin/session-desktop-bin-1.10.4.ebuild +++ b/net-im/session-desktop-bin/session-desktop-bin-1.10.4.ebuild @@ -84,6 +84,9 @@ src_prepare(){ pushd "opt/Session/locales/" >/dev/null || die "location change for language cleanup failed" chromium_remove_language_paks popd > /dev/null || die "location reset for language cleanup failed" + + sed -i 's|/opt/Session/session-desktop|/opt/session-desktop/session-desktop|g' \ + "${S}/usr/share/applications/session-desktop.desktop" || die "error changing .desktop file" } src_configure(){ @@ -124,4 +127,3 @@ pkg_postinst(){ media-sound/pulseaudio media-sound/apulse[sdk] media-video/pipewire optfeature "system tray support" dev-libs/libappindicator } -