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 4DF9D1382C5 for ; Sun, 8 Apr 2018 08:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F3CEE09C9; Sun, 8 Apr 2018 08:06:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2AC22E09C9 for ; Sun, 8 Apr 2018 08:06:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EA703335C51 for ; Sun, 8 Apr 2018 08:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51374283 for ; Sun, 8 Apr 2018 08:06:40 +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: <1523174534.e7ebdbb2b13df68e571e6bfc5a74dac1dac5f037.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-systemload-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild X-VCS-Directories: xfce-extra/xfce4-systemload-plugin/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e7ebdbb2b13df68e571e6bfc5a74dac1dac5f037 X-VCS-Branch: master Date: Sun, 8 Apr 2018 08:06:40 +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: 84171482-3de0-4e3d-b8a2-a1427b53082b X-Archives-Hash: c51d80b680a6be86040d165a8adcecb2 commit: e7ebdbb2b13df68e571e6bfc5a74dac1dac5f037 Author: Marty E. Plummer startmail com> AuthorDate: Sat Apr 7 12:52:58 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Apr 8 08:02:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7ebdbb2 xfce-extra/xfce4-systemload-plugin: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 .../xfce4-systemload-plugin-1.2.1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild index 875c05494ff..40ed8a8cc98 100644 --- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.1.ebuild +++ b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.2.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="System load plug-in for Xfce panel" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin" @@ -31,13 +32,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 }