Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kio/
Date: Sun, 09 Feb 2020 22:28:10
Message-Id: 1581287272.f3de16b2a9706f0e1bd2e6f6a73a0dc11d23bd4a.asturm@gentoo
1 commit: f3de16b2a9706f0e1bd2e6f6a73a0dc11d23bd4a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 9 20:45:38 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 22:27:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3de16b2
7
8 kde-frameworks/kio: Add missing xdg-utils
9
10 Package-Manager: Portage-2.3.88, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-frameworks/kio/kio-5.67.0-r1.ebuild | 12 +++++++++++-
14 1 file changed, 11 insertions(+), 1 deletion(-)
15
16 diff --git a/kde-frameworks/kio/kio-5.67.0-r1.ebuild b/kde-frameworks/kio/kio-5.67.0-r1.ebuild
17 index 3bd5e746e87..ab22fcb4504 100644
18 --- a/kde-frameworks/kio/kio-5.67.0-r1.ebuild
19 +++ b/kde-frameworks/kio/kio-5.67.0-r1.ebuild
20 @@ -8,7 +8,7 @@ ECM_TEST="forceoptional"
21 PVCUT=$(ver_cut 1-2)
22 QTMIN=5.12.3
23 VIRTUALX_REQUIRED="test"
24 -inherit ecm kde.org
25 +inherit ecm kde.org xdg-utils
26
27 DESCRIPTION="Framework providing transparent file and data management"
28 LICENSE="LGPL-2+"
29 @@ -86,3 +86,13 @@ src_configure() {
30
31 ecm_src_configure
32 }
33 +
34 +pkg_postinst() {
35 + ecm_pkg_postinst
36 + xdg_desktop_database_update
37 +}
38 +
39 +pkg_postrm() {
40 + ecm_pkg_postrm
41 + xdg_desktop_database_update
42 +}