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 889251382C5 for ; Tue, 10 Apr 2018 09:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 739DAE0957; Tue, 10 Apr 2018 09:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 4DCFCE0957 for ; Tue, 10 Apr 2018 09:23:04 +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 1AFD0335C72 for ; Tue, 10 Apr 2018 09:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB10E287 for ; Tue, 10 Apr 2018 09:22:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1523352162.ce2b63ca218ea39ae2fb69943c2197d1430e93fa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/nomacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/nomacs/nomacs-3.6.1.ebuild X-VCS-Directories: media-gfx/nomacs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ce2b63ca218ea39ae2fb69943c2197d1430e93fa X-VCS-Branch: master Date: Tue, 10 Apr 2018 09:22:59 +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: 7c4992ae-c3a0-4c81-b7ed-5229316ba93e X-Archives-Hash: 65989020da4e9d3c43dd965d5bdfd6d6 commit: ce2b63ca218ea39ae2fb69943c2197d1430e93fa Author: Marty E. Plummer startmail com> AuthorDate: Sun Apr 8 18:49:08 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 10 09:22:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2b63ca media-gfx/nomacs: fdo-mime->xdg-utils Package-Manager: Portage-2.3.28, Repoman-2.3.9 media-gfx/nomacs/nomacs-3.6.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/media-gfx/nomacs/nomacs-3.6.1.ebuild b/media-gfx/nomacs/nomacs-3.6.1.ebuild index c88239195c8..7d4943b91dc 100644 --- a/media-gfx/nomacs/nomacs-3.6.1.ebuild +++ b/media-gfx/nomacs/nomacs-3.6.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-utils fdo-mime +inherit cmake-utils xdg-utils DESCRIPTION="Qt-based image viewer" HOMEPAGE="https://nomacs.org/" @@ -65,9 +65,9 @@ src_configure() { } pkg_postinst() { - fdo-mime_desktop_database_update + xdg_desktop_database_update } pkg_postrm() { - fdo-mime_desktop_database_update + xdg_desktop_database_update }