From: "Daichi Yamamoto" <dev@dyama.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/river/
Date: Sun, 4 Aug 2024 07:11:58 +0000 (UTC) [thread overview]
Message-ID: <1722755487.47930c50ee78ed8c98e907eb76bf399a16988207.dev@gentoo> (raw)
commit: 47930c50ee78ed8c98e907eb76bf399a16988207
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sun Aug 4 07:11:27 2024 +0000
Commit: Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Sun Aug 4 07:11:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47930c50
gui-wm/river: install example/
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
gui-wm/river/river-0.3.5.ebuild | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/gui-wm/river/river-0.3.5.ebuild b/gui-wm/river/river-0.3.5.ebuild
index 8226a42ae..9404ae635 100644
--- a/gui-wm/river/river-0.3.5.ebuild
+++ b/gui-wm/river/river-0.3.5.ebuild
@@ -49,11 +49,11 @@ ezig_build() {
src_unpack() {
default
- edo mkdir "${S}/deps"
- edo mv zig-pixman "${S}/deps"
- edo mv zig-wayland "${S}/deps"
- edo mv zig-wlroots "${S}/deps"
- edo mv zig-xkbcommon "${S}/deps"
+ mkdir "${S}/deps" || die
+ mv zig-pixman "${S}/deps" || die
+ mv zig-wayland "${S}/deps" || die
+ mv zig-wlroots "${S}/deps" || die
+ mv zig-xkbcommon "${S}/deps" || die
}
src_configure() {
@@ -82,6 +82,10 @@ src_install() {
ezig_build install --prefix "${ED}/usr"
dodoc README.md
+
insinto /usr/share/wayland-sessions
doins contrib/river.desktop
+
+ insinto /usr/share/${PN}
+ doins -r example
}
next reply other threads:[~2024-08-04 7:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-04 7:11 Daichi Yamamoto [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 15:56 [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/river/ Eric Joldasov
2025-01-24 8:56 Eric Joldasov
2024-12-28 20:07 Florian Schmaus
2024-12-28 20:06 Florian Schmaus
2024-08-15 17:37 Eric Joldasov
2024-08-04 17:32 Daichi Yamamoto
2024-08-04 9:52 Eric Joldasov
2024-08-04 8:14 Daichi Yamamoto
2022-12-01 21:35 Cara Salter
2022-11-28 18:28 Cara Salter
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=1722755487.47930c50ee78ed8c98e907eb76bf399a16988207.dev@gentoo \
--to=dev@dyama.net \
--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