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 ADB6A1382C5 for ; Sun, 8 Apr 2018 08:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8323E09C7; Sun, 8 Apr 2018 08:06:44 +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 C8D77E09C7 for ; Sun, 8 Apr 2018 08:06:44 +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 D4198335C60 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 64B8C284 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: <1523174535.f62be745eb19e18f6fd29325568467cfe813f0bb.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-wavelan-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild X-VCS-Directories: xfce-extra/xfce4-wavelan-plugin/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: f62be745eb19e18f6fd29325568467cfe813f0bb 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: bdc3e2ee-39ee-4400-ad93-08e4f5f467a1 X-Archives-Hash: f630f5a407666327031727ec751a6685 commit: f62be745eb19e18f6fd29325568467cfe813f0bb Author: Marty E. Plummer startmail com> AuthorDate: Sat Apr 7 12:59:11 2018 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Apr 8 08:02:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62be745 xfce-extra/xfce4-wavelan-plugin: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 .../xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 index 6e7a2113f37..73024fafddb 100644 --- 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 @@ -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 to display wireless interface statistics" HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin" @@ -29,13 +30,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 }