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 7458415803E for ; Thu, 4 Jan 2024 12:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98DD02BC01F; Thu, 4 Jan 2024 12:21:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 703AC2BC01F for ; Thu, 4 Jan 2024 12:21:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDCFC343089 for ; Thu, 4 Jan 2024 12:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E9F4AE5 for ; Thu, 4 Jan 2024 12:21:55 +0000 (UTC) From: "Artemis Everfree" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Artemis Everfree" Message-ID: <1704370877.3394582c993b1fac23afea96b5b7c30bd8c2584a.artemis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-office/obsidian/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-office/obsidian/obsidian-1.4.16-r1.ebuild app-office/obsidian/obsidian-1.4.16-r2.ebuild app-office/obsidian/obsidian-1.5.3-r1.ebuild app-office/obsidian/obsidian-1.5.3.ebuild X-VCS-Directories: app-office/obsidian/ X-VCS-Committer: artemis X-VCS-Committer-Name: Artemis Everfree X-VCS-Revision: 3394582c993b1fac23afea96b5b7c30bd8c2584a X-VCS-Branch: dev Date: Thu, 4 Jan 2024 12:21:55 +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: 6a830fad-287a-4b04-be13-fc33d32aba06 X-Archives-Hash: 8d4250752ac286b5b4d555615510456f commit: 3394582c993b1fac23afea96b5b7c30bd8c2584a Author: Artemis Everfree artemis sh> AuthorDate: Thu Jan 4 12:20:25 2024 +0000 Commit: Artemis Everfree artemis sh> CommitDate: Thu Jan 4 12:21:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3394582c app-office/obsidian: fix postinst to run xdg postinst step Signed-off-by: Artemis Everfree artemis.sh> .../obsidian/{obsidian-1.5.3.ebuild => obsidian-1.4.16-r2.ebuild} | 2 ++ .../obsidian/{obsidian-1.4.16-r1.ebuild => obsidian-1.5.3-r1.ebuild} | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-office/obsidian/obsidian-1.5.3.ebuild b/app-office/obsidian/obsidian-1.4.16-r2.ebuild similarity index 99% rename from app-office/obsidian/obsidian-1.5.3.ebuild rename to app-office/obsidian/obsidian-1.4.16-r2.ebuild index 8baafd637c..d982b36183 100644 --- a/app-office/obsidian/obsidian-1.5.3.ebuild +++ b/app-office/obsidian/obsidian-1.4.16-r2.ebuild @@ -168,6 +168,8 @@ src_install() { } pkg_postinst() { + xdg_icon_cache_update + ewarn "Some users have reported that running Obsidian with native Wayland" ewarn "support causes the software to crash. Others have it working" ewarn "without issue. See https://bugs.gentoo.org/915899" diff --git a/app-office/obsidian/obsidian-1.4.16-r1.ebuild b/app-office/obsidian/obsidian-1.5.3-r1.ebuild similarity index 99% rename from app-office/obsidian/obsidian-1.4.16-r1.ebuild rename to app-office/obsidian/obsidian-1.5.3-r1.ebuild index 8baafd637c..b23ea4fb8a 100644 --- a/app-office/obsidian/obsidian-1.4.16-r1.ebuild +++ b/app-office/obsidian/obsidian-1.5.3-r1.ebuild @@ -168,6 +168,8 @@ src_install() { } pkg_postinst() { + xdg_icon_cache_update + ewarn "Some users have reported that running Obsidian with native Wayland" ewarn "support causes the software to crash. Others have it working" ewarn "without issue. See https://bugs.gentoo.org/915899"