public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/lapce/
Date: Wed,  6 Dec 2023 14:20:34 +0000 (UTC)	[thread overview]
Message-ID: <1701872348.d15dfac1f2ae487fe244fac6fe99b72de93bb091.pascal.jaeger@gentoo> (raw)

commit:     d15dfac1f2ae487fe244fac6fe99b72de93bb091
Author:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Dec  6 14:19:08 2023 +0000
Commit:     Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Dec  6 14:19:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d15dfac1

app-editors/lapce: fix 916985

Closes: https://bugs.gentoo.org/916985

Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>

 app-editors/lapce/lapce-0.3.1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-editors/lapce/lapce-0.3.1.ebuild b/app-editors/lapce/lapce-0.3.1.ebuild
index 73814c739f..42e3dc71b9 100644
--- a/app-editors/lapce/lapce-0.3.1.ebuild
+++ b/app-editors/lapce/lapce-0.3.1.ebuild
@@ -51,8 +51,12 @@ src_compile() {
 }
 
 src_install() {
-	dobin target/release/lapce
-	dobin target/release/lapce-proxy
+	local btype=release
+	if use debug; then
+		btype=debug
+	fi
+	dobin target/"${btype}"/lapce
+	dobin target/"${btype}"/lapce-proxy
 	domenu extra/linux/dev.lapce.lapce.desktop
 	newicon extra/images/logo.png dev.lapce.lapce.png
 }


             reply	other threads:[~2023-12-06 14:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-06 14:20 Pascal Jäger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-29 14:49 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/lapce/ Takuya Wakazono
2024-08-29 14:49 Takuya Wakazono
2024-08-28 15:37 Takuya Wakazono
2024-08-28 15:37 Takuya Wakazono
2024-04-25 18:38 Pascal Jäger
2023-12-06 14:20 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-12-06 12:29 Pascal Jäger
2023-11-06 19:48 Pascal Jäger
2023-11-04 21:53 Pascal Jäger
2023-11-04 21:51 Pascal Jäger
2023-06-02 19:10 Pascal Jäger
2023-06-02 19:10 Pascal Jäger
2023-05-27 16:28 Rahul Sandhu
2023-05-27 14:49 Pascal Jäger
2023-03-18 21:15 Pascal Jäger
2023-03-14 19:09 Pascal Jäger
2023-03-14 19:09 Pascal Jäger
2022-11-10 21:51 Pascal Jäger
2022-11-10 14:18 Pascal Jäger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1701872348.d15dfac1f2ae487fe244fac6fe99b72de93bb091.pascal.jaeger@gentoo \
    --to=pascal.jaeger@leimstift.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox