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 75FF5138334 for ; Thu, 17 Jan 2019 00:36:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79B69E0AF7; Thu, 17 Jan 2019 00:36:24 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 50F6EE0AF7 for ; Thu, 17 Jan 2019 00:36:24 +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 A0A9D335D12 for ; Thu, 17 Jan 2019 00:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D79D518 for ; Thu, 17 Jan 2019 00:36:20 +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: <1547685364.22696970ba49e6443baf781d2445812cf3d7c77c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/apvlv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/apvlv/apvlv-0.1.5-r2.ebuild X-VCS-Directories: app-text/apvlv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 22696970ba49e6443baf781d2445812cf3d7c77c X-VCS-Branch: master Date: Thu, 17 Jan 2019 00:36:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 519795c1-2de8-438c-85ba-8ef8f2eef984 X-Archives-Hash: c85f7998eae1613327094eb0dd825ce4 commit: 22696970ba49e6443baf781d2445812cf3d7c77c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 17 00:33:25 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 17 00:36:04 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22696970 app-text/apvlv: Add missing xdg_desktop_database_update Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/apvlv/apvlv-0.1.5-r2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild index bdcb3de1f18..ed51cc3d3d6 100644 --- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild +++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils desktop gnome2-utils +inherit cmake-utils desktop gnome2-utils xdg-utils DESCRIPTION="Alf's PDF Viewer Like Vim" HOMEPAGE="https://naihe2010.github.com/apvlv/" @@ -53,8 +53,10 @@ src_install() { pkg_postinst() { gnome2_icon_cache_update + xdg_desktop_database_update } pkg_postrm() { gnome2_icon_cache_update + xdg_desktop_database_update }