From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9474F138331 for ; Sun, 8 Apr 2018 08:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB435E0978; Sun, 8 Apr 2018 08:06:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7638E0978 for ; Sun, 8 Apr 2018 08:06:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8BF31335C05 for ; Sun, 8 Apr 2018 08:06:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3D5227E for ; Sun, 8 Apr 2018 08:06:39 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1523174529.d850fc1c87acb833cb90b0434400e93bcc80c8fd.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-diskperf-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild X-VCS-Directories: xfce-extra/xfce4-diskperf-plugin/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: d850fc1c87acb833cb90b0434400e93bcc80c8fd X-VCS-Branch: master Date: Sun, 8 Apr 2018 08:06:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3c5a3e82-a355-4fff-9102-f8814b43fe47 X-Archives-Hash: af8fb081d717c24c313d489ef6b56638 commit: d850fc1c87acb833cb90b0434400e93bcc80c8fd Author: Marty E. Plummer startmail com> AuthorDate: Sat Apr 7 12:36:08 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Apr 8 08:02:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d850fc1c xfce-extra/xfce4-diskperf-plugin: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 .../xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.6.1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 index b8aeea92dac..ebebf441233 100644 --- 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 @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit fdo-mime gnome2-utils + +inherit gnome2-utils xdg-utils DESCRIPTION="A panel plug-in for disk usage and performance statistics" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin" @@ -27,13 +28,13 @@ pkg_preinst() { } pkg_postinst() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update } pkg_postrm() { - fdo-mime_desktop_database_update - fdo-mime_mime_database_update + xdg_desktop_database_update + xdg_mimeinfo_database_update gnome2_icon_cache_update }