Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-mpc-plugin/
Date: Sun, 08 Apr 2018 08:06:45
Message-Id: 1523174531.684488261997927d8cce796f783fa61377c1173c.perfinion@gentoo
1 commit: 684488261997927d8cce796f783fa61377c1173c
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Sat Apr 7 12:47:22 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 08:02:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68448826
7
8 xfce-extra/xfce4-mpc-plugin: fdo-mime->xdg-utils
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild | 11 ++++++-----
13 1 file changed, 6 insertions(+), 5 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
16 index a27b5b5f7a2..82a39af3659 100644
17 --- a/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
18 +++ b/xfce-extra/xfce4-mpc-plugin/xfce4-mpc-plugin-0.5.0.ebuild
19 @@ -2,7 +2,8 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -inherit fdo-mime gnome2-utils
24 +
25 +inherit gnome2-utils xdg-utils
26
27 DESCRIPTION="Music Player Daemon (mpd) panel plugin"
28 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin"
29 @@ -31,13 +32,13 @@ pkg_preinst() {
30 }
31
32 pkg_postinst() {
33 - fdo-mime_desktop_database_update
34 - fdo-mime_mime_database_update
35 + xdg_desktop_database_update
36 + xdg_mimeinfo_database_update
37 gnome2_icon_cache_update
38 }
39
40 pkg_postrm() {
41 - fdo-mime_desktop_database_update
42 - fdo-mime_mime_database_update
43 + xdg_desktop_database_update
44 + xdg_mimeinfo_database_update
45 gnome2_icon_cache_update
46 }