Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kio/
Date: Mon, 10 Feb 2020 23:32:30
Message-Id: 1581377460.db5cf8b7fd78654ddfcd2d7657f950ea1e69e1e1.asturm@gentoo
1 commit: db5cf8b7fd78654ddfcd2d7657f950ea1e69e1e1
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: Mon Feb 10 23:31:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=db5cf8b7
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 (cherry picked from commit f3de16b2a9706f0e1bd2e6f6a73a0dc11d23bd4a)
13
14 kde-frameworks/kio/kio-9999.ebuild | 12 +++++++++++-
15 1 file changed, 11 insertions(+), 1 deletion(-)
16
17 diff --git a/kde-frameworks/kio/kio-9999.ebuild b/kde-frameworks/kio/kio-9999.ebuild
18 index 636de954d9..5c2251234a 100644
19 --- a/kde-frameworks/kio/kio-9999.ebuild
20 +++ b/kde-frameworks/kio/kio-9999.ebuild
21 @@ -8,7 +8,7 @@ ECM_TEST="forceoptional"
22 PVCUT=$(ver_cut 1-2)
23 QTMIN=5.12.3
24 VIRTUALX_REQUIRED="test"
25 -inherit ecm kde.org
26 +inherit ecm kde.org xdg-utils
27
28 DESCRIPTION="Framework providing transparent file and data management"
29 LICENSE="LGPL-2+"
30 @@ -82,3 +82,13 @@ src_configure() {
31
32 ecm_src_configure
33 }
34 +
35 +pkg_postinst() {
36 + ecm_pkg_postinst
37 + xdg_desktop_database_update
38 +}
39 +
40 +pkg_postrm() {
41 + ecm_pkg_postrm
42 + xdg_desktop_database_update
43 +}