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 10274158041 for ; Thu, 29 Feb 2024 07:08:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 279E5E29D5; Thu, 29 Feb 2024 07:08:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 03AE5E29BE for ; Thu, 29 Feb 2024 07:08:10 +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 014E3343064 for ; Thu, 29 Feb 2024 07:08:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E2A914E0 for ; Thu, 29 Feb 2024 07:08:08 +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: <1709190458.6eaa2b84235aff30e06af74d99801a91cd00bf01.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-r2.ebuild app-office/obsidian/obsidian-1.5.3-r1.ebuild X-VCS-Directories: app-office/obsidian/ X-VCS-Committer: artemis X-VCS-Committer-Name: Artemis Everfree X-VCS-Revision: 6eaa2b84235aff30e06af74d99801a91cd00bf01 X-VCS-Branch: dev Date: Thu, 29 Feb 2024 07:08:08 +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: 0f3095bc-4743-4104-8635-48e6ff51cb0f X-Archives-Hash: e043e0cfc8e5b8a569d26436d6353371 commit: 6eaa2b84235aff30e06af74d99801a91cd00bf01 Author: Artemis Everfree artemis sh> AuthorDate: Thu Feb 29 07:07:38 2024 +0000 Commit: Artemis Everfree artemis sh> CommitDate: Thu Feb 29 07:07:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6eaa2b84 app-office/obsidian: fix up old ebuilds Signed-off-by: Artemis Everfree artemis.sh> app-office/obsidian/obsidian-1.4.16-r2.ebuild | 4 ++-- app-office/obsidian/obsidian-1.5.3-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-office/obsidian/obsidian-1.4.16-r2.ebuild b/app-office/obsidian/obsidian-1.4.16-r2.ebuild index d982b36183..daf1bfd3df 100644 --- a/app-office/obsidian/obsidian-1.4.16-r2.ebuild +++ b/app-office/obsidian/obsidian-1.4.16-r2.ebuild @@ -168,8 +168,8 @@ src_install() { } pkg_postinst() { - xdg_icon_cache_update - + xdg_pkg_postinst + 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.5.3-r1.ebuild b/app-office/obsidian/obsidian-1.5.3-r1.ebuild index b23ea4fb8a..daf1bfd3df 100644 --- a/app-office/obsidian/obsidian-1.5.3-r1.ebuild +++ b/app-office/obsidian/obsidian-1.5.3-r1.ebuild @@ -168,7 +168,7 @@ src_install() { } pkg_postinst() { - xdg_icon_cache_update + xdg_pkg_postinst ewarn "Some users have reported that running Obsidian with native Wayland" ewarn "support causes the software to crash. Others have it working"