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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 020FE158086 for ; Mon, 27 Dec 2021 14:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 913372BC07A; Mon, 27 Dec 2021 14:44:07 +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 EB8312BC057 for ; Mon, 27 Dec 2021 14:44:05 +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 BA816342DC8 for ; Mon, 27 Dec 2021 14:44:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28758264 for ; Mon, 27 Dec 2021 14:44:01 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1640373499.779d887cec65d674e76b8e0018425d0cb474eb00.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/maestral/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/maestral/maestral-1.5.2.ebuild X-VCS-Directories: net-misc/maestral/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 779d887cec65d674e76b8e0018425d0cb474eb00 X-VCS-Branch: master Date: Mon, 27 Dec 2021 14:44:01 +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: efed65b0-cd34-41ef-80c7-3fdd1b5612f7 X-Archives-Hash: 036502574b7660c25777851722b675a5 commit: 779d887cec65d674e76b8e0018425d0cb474eb00 Author: Viorel Munteanu gmail com> AuthorDate: Fri Dec 24 19:18:19 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Dec 24 19:18:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=779d887c net-misc/maestral: update icons cache Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Viorel Munteanu gmail.com> net-misc/maestral/maestral-1.5.2.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/net-misc/maestral/maestral-1.5.2.ebuild b/net-misc/maestral/maestral-1.5.2.ebuild index 428dec159..7014da6d5 100644 --- a/net-misc/maestral/maestral-1.5.2.ebuild +++ b/net-misc/maestral/maestral-1.5.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=rdepend -inherit distutils-r1 +inherit distutils-r1 xdg-utils DESCRIPTION="Maestral is an open-source Dropbox client written in Python" HOMEPAGE="https://maestral.app" @@ -44,3 +44,13 @@ BDEPEND=" RESTRICT=test distutils_enable_tests setup.py + +pkg_postinst() +{ + xdg_icon_cache_update +} + +pkg_postrm() +{ + xdg_icon_cache_update +}