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 2C906138359 for ; Thu, 6 Aug 2020 10:18:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50EB5E0884; Thu, 6 Aug 2020 10:18:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 31C8DE0884 for ; Thu, 6 Aug 2020 10:18:52 +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 A822D34F44F for ; Thu, 6 Aug 2020 10:18:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 167F72FC for ; Thu, 6 Aug 2020 10:18:49 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1596709123.ea54daa002c9706490073c2ae33c520d73670838.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd-ui/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild X-VCS-Directories: net-misc/dhcpcd-ui/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: ea54daa002c9706490073c2ae33c520d73670838 X-VCS-Branch: master Date: Thu, 6 Aug 2020 10:18:49 +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: a450cfcd-4865-467f-b30f-c0439f5f819d X-Archives-Hash: 71cd5a80de102b74ac3d30b2bf708c61 commit: ea54daa002c9706490073c2ae33c520d73670838 Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 6 10:18:18 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Aug 6 10:18:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea54daa0 net-misc/dhcpcd-ui: Revbump to update icon cache Thanks-to: Drake Donahue comcast.net> Bug: https://bugs.gentoo.org/735528 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> .../{dhcpcd-ui-0.7.7.ebuild => dhcpcd-ui-0.7.7-r1.ebuild} | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild similarity index 92% rename from net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild rename to net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild index 10e3fb26161..8cd78ad55b5 100644 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7.ebuild +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit systemd +inherit systemd xdg DESCRIPTION="Desktop notification and configuration for dhcpcd" HOMEPAGE="https://roy.marples.name/projects/dhcpcd-ui/" @@ -62,6 +62,13 @@ src_configure() { src_install() { emake DESTDIR="${D}" INSTALL_ROOT="${D}" install - systemd_dounit src/dhcpcd-online/dhcpcd-wait-online.service } + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}