Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-runner/
Date: Wed, 22 Sep 2021 19:15:09
Message-Id: 1632337866.d7e8c01dbb08d6b1d04a7a9c728fd882a3aa0860.asturm@gentoo
1 commit: d7e8c01dbb08d6b1d04a7a9c728fd882a3aa0860
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 18:47:18 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 19:11:06 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d7e8c01d
7
8 lxqt-base/lxqt-runner: Sync with Gentoo ebuild repo
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
17 index e189d6a0..f62a5d66 100644
18 --- a/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
19 +++ b/lxqt-base/lxqt-runner/lxqt-runner-9999.ebuild
20 @@ -18,15 +18,15 @@ else
21 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
22 fi
23
24 -LICENSE="LGPL-2.1+"
25 +LICENSE="LGPL-2.1 LGPL-2.1+"
26 SLOT="0"
27
28 BDEPEND="
29 dev-qt/linguist-tools:5
30 - >=dev-util/lxqt-build-tools-0.6.0
31 + >=dev-util/lxqt-build-tools-0.9.0
32 virtual/pkgconfig
33 "
34 -RDEPEND="
35 +DEPEND="
36 >=dev-cpp/muParser-2.2.3:=
37 >=dev-libs/libqtxdg-3.3.1
38 dev-qt/qtcore:5
39 @@ -34,13 +34,12 @@ RDEPEND="
40 dev-qt/qtwidgets:5
41 dev-qt/qtxml:5
42 kde-frameworks/kwindowsystem:5
43 - >=lxde-base/menu-cache-0.5.1
44 =lxqt-base/liblxqt-${MY_PV}
45 =lxqt-base/lxqt-globalkeys-${MY_PV}
46 "
47 -DEPEND="${RDEPEND}"
48 +RDEPEND="${DEPEND}"
49
50 -src_install(){
51 +src_install() {
52 cmake_src_install
53 doman man/*.1
54 }