Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-editors/lapce/
Date: Thu, 16 Mar 2023 08:41:54
Message-Id: 1678820910.4c47b48bf5ecaa9c7dae9824c5cdf50c6e4b21af.flow@gentoo
1 commit: 4c47b48bf5ecaa9c7dae9824c5cdf50c6e4b21af
2 Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
3 AuthorDate: Tue Mar 14 18:48:13 2023 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 14 19:08:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c47b48b
7
8 app-editors/lapce: fix dependencies in live ebuild
9
10 Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
11
12 app-editors/lapce/lapce-9999.ebuild | 14 +++++++++++++-
13 1 file changed, 13 insertions(+), 1 deletion(-)
14
15 diff --git a/app-editors/lapce/lapce-9999.ebuild b/app-editors/lapce/lapce-9999.ebuild
16 index 5d0f3b52f..60ab7c270 100644
17 --- a/app-editors/lapce/lapce-9999.ebuild
18 +++ b/app-editors/lapce/lapce-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2022 Gentoo Authors
21 +# Copyright 2022-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23 EAPI=8
24
25 @@ -11,6 +11,18 @@ EGIT_REPO_URI="https://github.com/lapce/lapce.git"
26 LICENSE="( Apache-2.0 ( MIT 0BSD ) Apache-2.0-with-LLVM-exceptions Artistic-2 BSD BSD-2 Boost-1.0 CC0-1.0 CeCILL-2 GPL-2 ISC MIT MIT ) MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
27 SLOT="0"
28
29 +DEPEND="
30 + x11-libs/gtk+:3
31 + media-libs/fontconfig
32 +"
33 +RDEPEND="${DEPEND}"
34 +BDEPEND="
35 + dev-util/cmake
36 + sys-devel/gcc
37 + virtual/pkgconfig
38 + >=virtual/rust-1.64
39 +"
40 +
41 src_unpack() {
42 git-r3_src_unpack
43 cargo_live_src_unpack