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-misc/kio-fuse/
Date: Fri, 23 Sep 2022 15:18:29
Message-Id: 1663946280.954530ae553c4a346e7779fa9cbb5822e3878d68.asturm@gentoo
1 commit: 954530ae553c4a346e7779fa9cbb5822e3878d68
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 23 15:17:42 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 23 15:18:00 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=954530ae
7
8 kde-misc/kio-fuse: Add tmpfiles handling
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 kde-misc/kio-fuse/kio-fuse-9999.ebuild | 7 ++++++-
13 1 file changed, 6 insertions(+), 1 deletion(-)
14
15 diff --git a/kde-misc/kio-fuse/kio-fuse-9999.ebuild b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
16 index 9f81ae5577..aa760d4fbc 100644
17 --- a/kde-misc/kio-fuse/kio-fuse-9999.ebuild
18 +++ b/kde-misc/kio-fuse/kio-fuse-9999.ebuild
19 @@ -6,7 +6,7 @@ EAPI=8
20 ECM_TEST="true"
21 KFMIN=5.82.0
22 QTMIN=5.15.5
23 -inherit ecm kde.org linux-info
24 +inherit ecm kde.org linux-info tmpfiles
25
26 DESCRIPTION="FUSE interface for KIO"
27 HOMEPAGE="https://feverfew.home.blog/2019/12/24/kiofuse-beta-4-9-0-released/"
28 @@ -39,3 +39,8 @@ pkg_setup() {
29
30 ecm_pkg_setup
31 }
32 +
33 +pkg_postinst() {
34 + tmpfiles_process "${PN}-tmpfiles.conf"
35 + ecm_pkg_postinst
36 +}