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:15
Message-Id: 1556549509.711ff745388df664c2fd80fa84dadc533142cbf0.tamiko@gentoo
1 commit: 711ff745388df664c2fd80fa84dadc533142cbf0
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 29 14:48:17 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=711ff745
7
8 app-emulation/qemu: update live ebuild
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 app-emulation/qemu/qemu-9999.ebuild | 8 +++++++-
14 1 file changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
17 index 314d8ab73d5..6233db2d899 100644
18 --- a/app-emulation/qemu/qemu-9999.ebuild
19 +++ b/app-emulation/qemu/qemu-9999.ebuild
20 @@ -11,7 +11,7 @@ PLOCALES="bg de_DE fr_FR hu it tr zh_CN"
21 FIRMWARE_ABI_VERSION="2.11.1-r50"
22
23 inherit eutils linux-info toolchain-funcs multilib python-r1 \
24 - user udev fcaps readme.gentoo-r1 pax-utils l10n
25 + user udev fcaps readme.gentoo-r1 pax-utils l10n xdg-utils
26
27 if [[ ${PV} = *9999* ]]; then
28 EGIT_REPO_URI="git://git.qemu.org/qemu.git"
29 @@ -757,6 +757,8 @@ pkg_postinst() {
30 udev_reload
31 fi
32
33 + xdg_icon_cache_update
34 +
35 [[ -f ${EROOT}/usr/libexec/qemu-bridge-helper ]] && \
36 fcaps cap_net_admin /usr/libexec/qemu-bridge-helper
37
38 @@ -796,3 +798,7 @@ pkg_info() {
39 fi
40 echo " $(best_version sys-firmware/sgabios)"
41 }
42 +
43 +pkg_postrm() {
44 + xdg_icon_cache_update
45 +}