Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/
Date: Tue, 31 Dec 2019 16:44:05
Message-Id: 1577809821.288b271bb4e8e99b1a52471951f12a4d6fe15059.asturm@gentoo
1 commit: 288b271bb4e8e99b1a52471951f12a4d6fe15059
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 31 16:24:49 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 31 16:30:21 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=288b271b
7
8 app-arch/lxqt-archiver: Use xdg-utils explicitly, switch to cmake.eclass
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 6 +-----
14 1 file changed, 1 insertion(+), 5 deletions(-)
15
16 diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
17 index 3f208c8f..28c518b1 100644
18 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
19 +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -inherit cmake-utils
25 +inherit cmake xdg-utils
26
27 DESCRIPTION="A Simple and Lightweight Qt File Archiver"
28 HOMEPAGE="https://lxqt.org/"
29 @@ -34,10 +34,6 @@ RDEPEND="
30 "
31 DEPEND="${RDEPEND}"
32
33 -src_configure() {
34 - cmake-utils_src_configure
35 -}
36 -
37 pkg_postinst() {
38 xdg_desktop_database_update
39 }