Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/electrum-ltc/
Date: Tue, 05 Apr 2022 06:52:34
Message-Id: 1649141507.b35fea7fd5b59dec54a5741b4a436d949761a999.sam@gentoo
1 commit: b35fea7fd5b59dec54a5741b4a436d949761a999
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 5 06:51:47 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 06:51:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35fea7f
7
8 net-misc/electrum-ltc: fix icon cache update
9
10 Closes: https://bugs.gentoo.org/793701
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild | 18 ++----------------
14 1 file changed, 2 insertions(+), 16 deletions(-)
15
16 diff --git a/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild b/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild
17 index 7cdd8f438e5b..89fa018a6112 100644
18 --- a/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild
19 +++ b/net-misc/electrum-ltc/electrum-ltc-4.0.9.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -6,7 +6,7 @@ EAPI="7"
27 PYTHON_COMPAT=( python3_8 )
28 PYTHON_REQ_USE="ncurses?"
29
30 -inherit desktop distutils-r1 gnome2-utils xdg-utils
31 +inherit desktop distutils-r1 xdg
32
33 EGIT_COMMIT="${PV}"
34 DESCRIPTION="Litecoin thin client"
35 @@ -141,17 +141,3 @@ src_install() {
36 doicon -s 128 ${PN/-/_}/gui/icons/${PN}.png
37 distutils-r1_src_install
38 }
39 -
40 -pkg_preinst() {
41 - gnome2_icon_savelist
42 -}
43 -
44 -pkg_postinst() {
45 - gnome2_icon_cache_update
46 - xdg_desktop_database_update
47 -}
48 -
49 -pkg_postrm() {
50 - gnome2_icon_cache_update
51 - xdg_desktop_database_update
52 -}