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-diskperf-plugin/
Date: Sun, 08 Apr 2018 08:06:44
Message-Id: 1523174529.d850fc1c87acb833cb90b0434400e93bcc80c8fd.perfinion@gentoo
1 commit: d850fc1c87acb833cb90b0434400e93bcc80c8fd
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Sat Apr 7 12:36:08 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 08:02:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d850fc1c
7
8 xfce-extra/xfce4-diskperf-plugin: fdo-mime->xdg-utils
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 .../xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild | 11 ++++++-----
13 1 file changed, 6 insertions(+), 5 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
16 index b8aeea92dac..ebebf441233 100644
17 --- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild
18 +++ b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.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="A panel plug-in for disk usage and performance statistics"
28 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
29 @@ -27,13 +28,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 }