Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/maestral/
Date: Mon, 27 Dec 2021 14:44:13
Message-Id: 1640373499.779d887cec65d674e76b8e0018425d0cb474eb00.flow@gentoo
1 commit: 779d887cec65d674e76b8e0018425d0cb474eb00
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 24 19:18:19 2021 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 19:18:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=779d887c
7
8 net-misc/maestral: update icons cache
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
12
13 net-misc/maestral/maestral-1.5.2.ebuild | 12 +++++++++++-
14 1 file changed, 11 insertions(+), 1 deletion(-)
15
16 diff --git a/net-misc/maestral/maestral-1.5.2.ebuild b/net-misc/maestral/maestral-1.5.2.ebuild
17 index 428dec159..7014da6d5 100644
18 --- a/net-misc/maestral/maestral-1.5.2.ebuild
19 +++ b/net-misc/maestral/maestral-1.5.2.ebuild
20 @@ -6,7 +6,7 @@ EAPI=8
21 PYTHON_COMPAT=( python3_{8..10} )
22 DISTUTILS_USE_SETUPTOOLS=rdepend
23
24 -inherit distutils-r1
25 +inherit distutils-r1 xdg-utils
26
27 DESCRIPTION="Maestral is an open-source Dropbox client written in Python"
28 HOMEPAGE="https://maestral.app"
29 @@ -44,3 +44,13 @@ BDEPEND="
30 RESTRICT=test
31
32 distutils_enable_tests setup.py
33 +
34 +pkg_postinst()
35 +{
36 + xdg_icon_cache_update
37 +}
38 +
39 +pkg_postrm()
40 +{
41 + xdg_icon_cache_update
42 +}