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 125AD158020 for ; Mon, 19 Dec 2022 10:35:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B6DCE08FB; Mon, 19 Dec 2022 10:35: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 2E268E08FB for ; Mon, 19 Dec 2022 10:35: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 2A99B340970 for ; Mon, 19 Dec 2022 10:35:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 631727AF for ; Mon, 19 Dec 2022 10:35:55 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1671446140.7ce85701b94ddb9318773de41e2430befd4bf622.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/adwaita-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild X-VCS-Directories: x11-themes/adwaita-icon-theme/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7ce85701b94ddb9318773de41e2430befd4bf622 X-VCS-Branch: master Date: Mon, 19 Dec 2022 10:35: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: 6d834ce0-386c-42bd-87ad-42696f9d6649 X-Archives-Hash: a49a9e04884a8bd62b159aca023ee70e commit: 7ce85701b94ddb9318773de41e2430befd4bf622 Author: Pacho Ramos gentoo org> AuthorDate: Mon Dec 19 10:35:40 2022 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Dec 19 10:35:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce85701 x11-themes/adwaita-icon-theme: Update icon cache Closes: https://bugs.gentoo.org/885967 Signed-off-by: Pacho Ramos gentoo.org> x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild index 0242566d07d7..1dfa41d0d7e4 100644 --- a/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild +++ b/x11-themes/adwaita-icon-theme/adwaita-icon-theme-43_p1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) -inherit gnome2 python-any-r1 +inherit gnome2 python-any-r1 xdg DESCRIPTION="GNOME default icon theme" HOMEPAGE="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" @@ -72,6 +72,7 @@ pkg_preinst() { if [[ -d "${EROOT}"/usr/share/cursors/xorg-x11/Adwaita ]] ; then rm -r "${EROOT}"/usr/share/cursors/xorg-x11/Adwaita || die fi + xdg_pkg_preinst } src_install() {