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-wavelan-plugin/
Date: Sun, 08 Apr 2018 08:06:46
Message-Id: 1523174535.f62be745eb19e18f6fd29325568467cfe813f0bb.perfinion@gentoo
1 commit: f62be745eb19e18f6fd29325568467cfe813f0bb
2 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
3 AuthorDate: Sat Apr 7 12:59:11 2018 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 8 08:02:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62be745
7
8 xfce-extra/xfce4-wavelan-plugin: fdo-mime->xdg-utils
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 .../xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild | 11 ++++++-----
13 1 file changed, 6 insertions(+), 5 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
16 index 6e7a2113f37..73024fafddb 100644
17 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild
18 +++ b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.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="A panel plug-in to display wireless interface statistics"
28 HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin"
29 @@ -29,13 +30,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 }