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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3E128138334 for ; Fri, 27 Sep 2019 13:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58161E0870; Fri, 27 Sep 2019 13:06:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F5A8E0870 for ; Fri, 27 Sep 2019 13:06:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14EFC34B65C for ; Fri, 27 Sep 2019 13:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C760218 for ; Fri, 27 Sep 2019 13:06:50 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1569589606.6c5bb67fc8bed9784f950893e3a9435c4e83f6b5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/yasis-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild X-VCS-Directories: x11-themes/yasis-icon-theme/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6c5bb67fc8bed9784f950893e3a9435c4e83f6b5 X-VCS-Branch: master Date: Fri, 27 Sep 2019 13:06:50 +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: 7e402c51-2cf5-4f0c-baea-0cd04fbc93db X-Archives-Hash: 2810cf7493a4e344cba9edf44f5da1f5 commit: 6c5bb67fc8bed9784f950893e3a9435c4e83f6b5 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Sep 27 13:06:07 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Sep 27 13:06:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5bb67f x11-themes/yasis-icon-theme: gnome2-utils => xdg-utils Package-Manager: Portage-2.3.76, Repoman-2.3.17 Bug: https://bugs.gentoo.org/695366 Signed-off-by: Jeroen Roovers gentoo.org> x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild index 2dfde6c04d3..f14489c8268 100644 --- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild +++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit gnome2-utils +inherit xdg-utils DESCRIPTION="A scalable icon theme called Yasis" HOMEPAGE="http://www.silvestre.com.ar/" @@ -28,6 +28,9 @@ src_install() { doins -r yasis } -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } +pkg_postinst() { + xdg_icon_cache_update +} +pkg_postrm() { + xdg_icon_cache_update +}