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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2219E15813A for ; Tue, 07 Jan 2025 19:52:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69783E07D0; Tue, 07 Jan 2025 19:52:27 +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 4E806E07D0 for ; Tue, 07 Jan 2025 19:52:27 +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 686873412DE for ; Tue, 07 Jan 2025 19:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01C0E1187 for ; Tue, 07 Jan 2025 19:52:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1736279512.1289641a284e4a3566601a0c96fe8b3788cdab99.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telegram-desktop/telegram-desktop-5.10.0-r1.ebuild net-im/telegram-desktop/telegram-desktop-5.10.0.ebuild net-im/telegram-desktop/telegram-desktop-5.9.0-r1.ebuild net-im/telegram-desktop/telegram-desktop-5.9.0-r2.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1289641a284e4a3566601a0c96fe8b3788cdab99 X-VCS-Branch: master Date: Tue, 07 Jan 2025 19:52:25 +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: 91dea9b3-92ee-4866-98a5-92de60c6a57e X-Archives-Hash: dd1f7f06ef8ed19a0e147a1131be4665 commit: 1289641a284e4a3566601a0c96fe8b3788cdab99 Author: Esteve Varela Colominas gmail com> AuthorDate: Tue Jan 7 18:31:32 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 7 19:51:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1289641a net-im/telegram-desktop: Fix sed operation Closes: https://bugs.gentoo.org/947663 Signed-off-by: Esteve Varela Colominas gmail.com> Signed-off-by: Sam James gentoo.org> ...telegram-desktop-5.10.0.ebuild => telegram-desktop-5.10.0-r1.ebuild} | 2 +- ...elegram-desktop-5.9.0-r1.ebuild => telegram-desktop-5.9.0-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/telegram-desktop/telegram-desktop-5.10.0.ebuild b/net-im/telegram-desktop/telegram-desktop-5.10.0-r1.ebuild similarity index 98% rename from net-im/telegram-desktop/telegram-desktop-5.10.0.ebuild rename to net-im/telegram-desktop/telegram-desktop-5.10.0-r1.ebuild index 8557b3f04dad..ef5345800daa 100644 --- a/net-im/telegram-desktop/telegram-desktop-5.10.0.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-5.10.0-r1.ebuild @@ -129,7 +129,7 @@ src_prepare() { # Control automagic dep only needed when USE="webkit wayland" if ! use webkit || ! use wayland; then sed -e 's/QT_CONFIG(wayland_compositor_quick)/0/' \ - -i Telegram/Telegram/lib_webview/webview/platform/linux/webview_linux_compositor.h + -i Telegram/lib_webview/webview/platform/linux/webview_linux_compositor.h || die fi cmake_src_prepare diff --git a/net-im/telegram-desktop/telegram-desktop-5.9.0-r1.ebuild b/net-im/telegram-desktop/telegram-desktop-5.9.0-r2.ebuild similarity index 98% rename from net-im/telegram-desktop/telegram-desktop-5.9.0-r1.ebuild rename to net-im/telegram-desktop/telegram-desktop-5.9.0-r2.ebuild index 65bdd0fb2274..f820c72628bc 100644 --- a/net-im/telegram-desktop/telegram-desktop-5.9.0-r1.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-5.9.0-r2.ebuild @@ -129,7 +129,7 @@ src_prepare() { # Control automagic dep only needed when USE="webkit wayland" if ! use webkit || ! use wayland; then sed -e 's/QT_CONFIG(wayland_compositor_quick)/0/' \ - -i Telegram/Telegram/lib_webview/webview/platform/linux/webview_linux_compositor.h + -i Telegram/lib_webview/webview/platform/linux/webview_linux_compositor.h || die fi cmake_src_prepare