From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 4696D1580E0 for ; Thu, 30 Jan 2025 15:34:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2FD33343003 for ; Thu, 30 Jan 2025 15:34:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A583A110471; Thu, 30 Jan 2025 15:34:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9C9EF110471 for ; Thu, 30 Jan 2025 15:34: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B9EA343005 for ; Thu, 30 Jan 2025 15:34:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4951252F for ; Thu, 30 Jan 2025 15:34:08 +0000 (UTC) From: "Vincent Ahluwalia" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vincent Ahluwalia" Message-ID: <1738251171.fb310b1d493279ce89cb2046dc6ae647fbc4aef2.vincentahluwalia@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-util/curseforge/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/curseforge/curseforge-1.269.2.22204.ebuild X-VCS-Directories: games-util/curseforge/ X-VCS-Committer: vincentahluwalia X-VCS-Committer-Name: Vincent Ahluwalia X-VCS-Revision: fb310b1d493279ce89cb2046dc6ae647fbc4aef2 X-VCS-Branch: dev Date: Thu, 30 Jan 2025 15:34: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: 6c9e9586-c259-40bc-a4b9-74d0bd0fc06d X-Archives-Hash: c5b7e4b4efc8cd8a70cf39d74d9375f4 commit: fb310b1d493279ce89cb2046dc6ae647fbc4aef2 Author: Vincent Ahluwalia protonmail com> AuthorDate: Thu Jan 30 15:32:51 2025 +0000 Commit: Vincent Ahluwalia protonmail com> CommitDate: Thu Jan 30 15:32:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb310b1d games-util/curseforge: replace xdg-utils with xdg Signed-off-by: Vincent Ahluwalia protonmail.com> games-util/curseforge/curseforge-1.269.2.22204.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild index 50e6153b9..d0eedff91 100644 --- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild +++ b/games-util/curseforge/curseforge-1.269.2.22204.ebuild @@ -9,7 +9,7 @@ CHROMIUM_LANGS=" sw ta te th tr uk ur vi zh-CN zh-TW " -inherit chromium-2 desktop unpacker linux-info xdg-utils +inherit chromium-2 desktop unpacker linux-info xdg DESCRIPTION="The CurseForge Electron App" HOMEPAGE="https://www.curseforge.com/" @@ -90,11 +90,9 @@ pkg_postinst() { elog "This package will keep itself up-to-date." elog "No need to download any ebuilds in the future." elog "CurseForge is not open-source." - xdg_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postinst } pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update + xdg_pkg_postrm }