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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2BB4158086 for ; Sat, 18 Dec 2021 12:08:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 656692BC023; Sat, 18 Dec 2021 12:08:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9871F2BC01E for ; Sat, 18 Dec 2021 12:08:47 +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 3C62A342C97 for ; Sat, 18 Dec 2021 12:08:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A451923E for ; Sat, 18 Dec 2021 12:08:42 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1639829046.d4e9a5090d70886b938c3ae2fe4249b6d238eca5.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/fs-uae-launcher/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild X-VCS-Directories: app-emulation/fs-uae-launcher/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: d4e9a5090d70886b938c3ae2fe4249b6d238eca5 X-VCS-Branch: master Date: Sat, 18 Dec 2021 12:08:42 +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: c871e477-a98b-4673-aa9a-0539056cf056 X-Archives-Hash: 141f0e50fc216087ddaf54ae128f2e85 commit: d4e9a5090d70886b938c3ae2fe4249b6d238eca5 Author: James Le Cuirot gentoo org> AuthorDate: Sat Dec 18 12:04:06 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Dec 18 12:04:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e9a509 app-emulation/fs-uae-launcher: Update the icon cache in pkg_postinst Closes: https://bugs.gentoo.org/829562 Signed-off-by: James Le Cuirot gentoo.org> app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild | 2 ++ app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild index 1ed6d4b64f52..79ca9670131e 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.63.ebuild @@ -52,6 +52,8 @@ python_install_all() { } pkg_postinst() { + xdg_pkg_postinst + elog "Some important information:" elog ewarn " - Do not use QtCurve, it will crash PyQt5!" diff --git a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild index 1ed6d4b64f52..79ca9670131e 100644 --- a/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild +++ b/app-emulation/fs-uae-launcher/fs-uae-launcher-3.1.64.ebuild @@ -52,6 +52,8 @@ python_install_all() { } pkg_postinst() { + xdg_pkg_postinst + elog "Some important information:" elog ewarn " - Do not use QtCurve, it will crash PyQt5!"