Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/blueman/
Date: Tue, 07 May 2019 13:36:28
Message-Id: 1557234987.99ef715ff105bef16de517ff3a303299f37cc12b.mgorny@gentoo
1 commit: 99ef715ff105bef16de517ff3a303299f37cc12b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 7 13:16:27 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 7 13:16:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ef715f
7
8 net-wireless/blueman: Switch to xdg_icon_cache_update in -9999
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-wireless/blueman/blueman-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-wireless/blueman/blueman-9999.ebuild b/net-wireless/blueman/blueman-9999.ebuild
16 index 0a68c844c00..685f3219bdb 100644
17 --- a/net-wireless/blueman/blueman-9999.ebuild
18 +++ b/net-wireless/blueman/blueman-9999.ebuild
19 @@ -4,7 +4,7 @@
20 EAPI="7"
21
22 PYTHON_COMPAT=( python3_{5,6,7} )
23 -inherit gnome2-utils linux-info python-single-r1 systemd
24 +inherit gnome2-utils linux-info python-single-r1 systemd xdg-utils
25
26 DESCRIPTION="Simple and intuitive GTK+ Bluetooth Manager"
27 HOMEPAGE="https://github.com/blueman-project/blueman"
28 @@ -111,11 +111,11 @@ src_install() {
29 }
30
31 pkg_postinst() {
32 - gnome2_icon_cache_update
33 + xdg_icon_cache_update
34 gnome2_schemas_update
35 }
36
37 pkg_postrm() {
38 - gnome2_icon_cache_update
39 + xdg_icon_cache_update
40 gnome2_schemas_update
41 }