Gentoo Archives: gentoo-commits

From: Denis Dupeyron <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xfmpc/
Date: Thu, 16 Nov 2017 18:46:31
Message-Id: 1510857944.7ceed8d7517d8ee15c98e51ca5c99e96e92cbaa8.calchan@gentoo
1 commit: 7ceed8d7517d8ee15c98e51ca5c99e96e92cbaa8
2 Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 16 18:45:44 2017 +0000
4 Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 16 18:45:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ceed8d7
7
8 media-sound/xfmpc: remove useless xdg_desktop_database_update in 0.2.3-r1
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild b/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild
16 index c19bd37ce40..d66820c1341 100644
17 --- a/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild
18 +++ b/media-sound/xfmpc/xfmpc-0.2.3-r1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -inherit gnome2-utils xdg-utils
24 +inherit xdg-utils
25
26 DESCRIPTION="Music Player Daemon (MPD) client for the Xfce desktop environment"
27 HOMEPAGE="https://goodies.xfce.org/projects/applications/xfmpc"
28 @@ -28,10 +28,8 @@ pkg_setup() {
29
30 pkg_postinst() {
31 xdg_desktop_database_update
32 - gnome2_icon_cache_update
33 }
34
35 pkg_postrm() {
36 xdg_desktop_database_update
37 - gnome2_icon_cache_update
38 }