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 16108138350 for ; Sun, 9 Feb 2020 22:28:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA3DFE0884; Sun, 9 Feb 2020 22:28:08 +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 BF62AE0884 for ; Sun, 9 Feb 2020 22:28:08 +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 75B5B34E943 for ; Sun, 9 Feb 2020 22:28:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF3D5126 for ; Sun, 9 Feb 2020 22:28:05 +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: <1581287272.f3de16b2a9706f0e1bd2e6f6a73a0dc11d23bd4a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kio/kio-5.67.0-r1.ebuild X-VCS-Directories: kde-frameworks/kio/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f3de16b2a9706f0e1bd2e6f6a73a0dc11d23bd4a X-VCS-Branch: master Date: Sun, 9 Feb 2020 22:28:05 +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: 9888e4a7-854c-42cd-bcaa-fa456050c98b X-Archives-Hash: 14dea66b1dde0f0a2543bd557955b8ab commit: f3de16b2a9706f0e1bd2e6f6a73a0dc11d23bd4a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 9 20:45:38 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 9 22:27:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3de16b2 kde-frameworks/kio: Add missing xdg-utils Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kio/kio-5.67.0-r1.ebuild | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kio/kio-5.67.0-r1.ebuild b/kde-frameworks/kio/kio-5.67.0-r1.ebuild index 3bd5e746e87..ab22fcb4504 100644 --- a/kde-frameworks/kio/kio-5.67.0-r1.ebuild +++ b/kde-frameworks/kio/kio-5.67.0-r1.ebuild @@ -8,7 +8,7 @@ ECM_TEST="forceoptional" PVCUT=$(ver_cut 1-2) QTMIN=5.12.3 VIRTUALX_REQUIRED="test" -inherit ecm kde.org +inherit ecm kde.org xdg-utils DESCRIPTION="Framework providing transparent file and data management" LICENSE="LGPL-2+" @@ -86,3 +86,13 @@ src_configure() { ecm_src_configure } + +pkg_postinst() { + ecm_pkg_postinst + xdg_desktop_database_update +} + +pkg_postrm() { + ecm_pkg_postrm + xdg_desktop_database_update +}