Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/filezilla/
Date: Tue, 02 Jan 2018 09:08:39
Message-Id: 1514884033.fa55ec80af6d90d93960b4bc32e4c4005870c716.voyageur@gentoo
1 commit: fa55ec80af6d90d93960b4bc32e4c4005870c716
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 2 09:07:02 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 09:07:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa55ec80
7
8 net-ftp/filezilla: add gnome2_icon_cache_update()
9
10 Closes: https://bugs.gentoo.org/641018
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 net-ftp/filezilla/filezilla-3.25.2-r1.ebuild | 12 ++++++++++--
14 net-ftp/filezilla/filezilla-3.25.2.ebuild | 12 ++++++++++--
15 2 files changed, 20 insertions(+), 4 deletions(-)
16
17 diff --git a/net-ftp/filezilla/filezilla-3.25.2-r1.ebuild b/net-ftp/filezilla/filezilla-3.25.2-r1.ebuild
18 index 27a892849da..a39e198691d 100644
19 --- a/net-ftp/filezilla/filezilla-3.25.2-r1.ebuild
20 +++ b/net-ftp/filezilla/filezilla-3.25.2-r1.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 WX_GTK_VER="3.0-gtk3"
29
30 -inherit autotools eutils flag-o-matic multilib wxwidgets
31 +inherit autotools eutils flag-o-matic gnome2-utils multilib wxwidgets
32
33 MY_PV=${PV/_/-}
34 MY_P="FileZilla_${MY_PV}"
35 @@ -66,3 +66,11 @@ src_configure() {
36 --with-pugixml=system \
37 --disable-autoupdatecheck
38 }
39 +
40 +pkg_postinst() {
41 + gnome2_icon_cache_update
42 +}
43 +
44 +pkg_postrm() {
45 + gnome2_icon_cache_update
46 +}
47
48 diff --git a/net-ftp/filezilla/filezilla-3.25.2.ebuild b/net-ftp/filezilla/filezilla-3.25.2.ebuild
49 index 9273ca52e53..61eb63e204b 100644
50 --- a/net-ftp/filezilla/filezilla-3.25.2.ebuild
51 +++ b/net-ftp/filezilla/filezilla-3.25.2.ebuild
52 @@ -1,11 +1,11 @@
53 -# Copyright 1999-2017 Gentoo Foundation
54 +# Copyright 1999-2018 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=6
58
59 WX_GTK_VER="3.0"
60
61 -inherit autotools eutils flag-o-matic multilib wxwidgets
62 +inherit autotools eutils flag-o-matic gnome2-utils multilib wxwidgets
63
64 MY_PV=${PV/_/-}
65 MY_P="FileZilla_${MY_PV}"
66 @@ -66,3 +66,11 @@ src_configure() {
67 --with-pugixml=system \
68 --disable-autoupdatecheck
69 }
70 +
71 +pkg_postinst() {
72 + gnome2_icon_cache_update
73 +}
74 +
75 +pkg_postrm() {
76 + gnome2_icon_cache_update
77 +}