Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/unetbootin/
Date: Tue, 21 Jan 2020 12:13:38
Message-Id: 1579608811.7228eca4c8afd6afd92b4bac2eea426357833302.jer@gentoo
1 commit: 7228eca4c8afd6afd92b4bac2eea426357833302
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 21 12:13:18 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 12:13:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7228eca4
7
8 sys-boot/unetbootin: Call xdg_icon_cache_update
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 .../{unetbootin-677.ebuild => unetbootin-677-r1.ebuild} | 10 +++++++++-
14 1 file changed, 9 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-boot/unetbootin/unetbootin-677.ebuild b/sys-boot/unetbootin/unetbootin-677-r1.ebuild
17 similarity index 93%
18 rename from sys-boot/unetbootin/unetbootin-677.ebuild
19 rename to sys-boot/unetbootin/unetbootin-677-r1.ebuild
20 index 9742705bd49..0a9a25ac467 100644
21 --- a/sys-boot/unetbootin/unetbootin-677.ebuild
22 +++ b/sys-boot/unetbootin/unetbootin-677-r1.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -inherit desktop flag-o-matic qmake-utils
28 +inherit desktop flag-o-matic qmake-utils xdg-utils
29
30 DESCRIPTION="UNetbootin installs Linux/BSD distributions to a partition or USB drive"
31 HOMEPAGE="https://github.com/unetbootin/unetbootin"
32 @@ -101,3 +101,11 @@ src_install() {
33 fi
34 done
35 }
36 +
37 +pkg_postinst() {
38 + xdg_icon_cache_update
39 +}
40 +
41 +pkg_postrm() {
42 + xdg_icon_cache_update
43 +}