Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Mon, 29 Apr 2019 14:53:14
Message-Id: 1556549509.691672731023785351a4f049cb749957474ecfeb.tamiko@gentoo
1 commit: 691672731023785351a4f049cb749957474ecfeb
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 14:47:06 2019 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 29 14:51:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69167273
7
8 app-emulation/qemu: update icon cache
9
10 Closes: https://bugs.gentoo.org/684726
11 Package-Manager: Portage-2.3.65, Repoman-2.3.12
12 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
13
14 app-emulation/qemu/qemu-4.0.0.ebuild | 8 +++++++-
15 1 file changed, 7 insertions(+), 1 deletion(-)
16
17 diff --git a/app-emulation/qemu/qemu-4.0.0.ebuild b/app-emulation/qemu/qemu-4.0.0.ebuild
18 index 9d2e78ef09c..c3556790105 100644
19 --- a/app-emulation/qemu/qemu-4.0.0.ebuild
20 +++ b/app-emulation/qemu/qemu-4.0.0.ebuild
21 @@ -11,7 +11,7 @@ PLOCALES="bg de_DE fr_FR hu it tr zh_CN"
22 FIRMWARE_ABI_VERSION="2.11.1-r50"
23
24 inherit eutils linux-info toolchain-funcs multilib python-r1 \
25 - user udev fcaps readme.gentoo-r1 pax-utils l10n
26 + user udev fcaps readme.gentoo-r1 pax-utils l10n xdg-utils
27
28 if [[ ${PV} = *9999* ]]; then
29 EGIT_REPO_URI="git://git.qemu.org/qemu.git"
30 @@ -758,6 +758,8 @@ pkg_postinst() {
31 udev_reload
32 fi
33
34 + xdg_icon_cache_update
35 +
36 [[ -f ${EROOT}/usr/libexec/qemu-bridge-helper ]] && \
37 fcaps cap_net_admin /usr/libexec/qemu-bridge-helper
38
39 @@ -797,3 +799,7 @@ pkg_info() {
40 fi
41 echo " $(best_version sys-firmware/sgabios)"
42 }
43 +
44 +pkg_postrm() {
45 + xdg_icon_cache_update
46 +}