From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/river/
Date: Thu, 1 Dec 2022 03:59:16 +0000 (UTC) [thread overview]
Message-ID: <1669660087.5c5f27c0b998b97339086d5cf7a3210e49fc8fba.lanodan@gentoo> (raw)
commit: 5c5f27c0b998b97339086d5cf7a3210e49fc8fba
Author: Cara Salter <cara <AT> devcara <DOT> com>
AuthorDate: Mon Nov 28 18:26:26 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Nov 28 18:28:07 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c5f27c0
gui-wm/river: new package, add 0.1.3
Signed-off-by: Cara Salter <cara <AT> devcara.com>
gui-wm/river/Manifest | 1 +
gui-wm/river/metadata.xml | 8 ++++++++
gui-wm/river/river-0.1.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
3 files changed, 47 insertions(+)
diff --git a/gui-wm/river/Manifest b/gui-wm/river/Manifest
new file mode 100644
index 000000000..5ca331bb5
--- /dev/null
+++ b/gui-wm/river/Manifest
@@ -0,0 +1 @@
+DIST river-0.1.3.tar.gz 249131 BLAKE2B 9e018c85093be6b1c2e5a05f0a5858dceb820710178bd4fd556550f7573c7d982252264309bd2dfb1247f37e9cab625dce3b3c2fa5da2ad9c9b19bfac4c059ba SHA512 8dd8ad8b17fb1d9d65e413aaaa456fda89f8bedd580db247c3ffa8235a67712394182b3498a9c6eb3707cfc571c398bb5086cf09810e4a9438d26ea19f41f5a9
diff --git a/gui-wm/river/metadata.xml b/gui-wm/river/metadata.xml
new file mode 100644
index 000000000..54c19695f
--- /dev/null
+++ b/gui-wm/river/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>cara@devcara.com</email>
+ <name>Cara Salter</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/gui-wm/river/river-0.1.3.ebuild b/gui-wm/river/river-0.1.3.ebuild
new file mode 100644
index 000000000..9ed07725d
--- /dev/null
+++ b/gui-wm/river/river-0.1.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A dynamic tiling Wayland compositor"
+HOMEPAGE="https://github.com/riverwm/river"
+if [[ ${PV} == *9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/riverwm/river"
+else
+ SRC_URI="https://github.com/riverwm/river/releases/download/v${PV}/river-${PV}.tar.gz"
+fi
+
+PATCHES=()
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="x11-libs/libxkbcommon
+ dev-libs/libevdev
+ x11-libs/pixman
+ virtual/pkgconfig
+ app-text/scdoc
+ dev-libs/wayland
+ dev-libs/wayland-protocols
+ >gui-libs/wlroots-0.16"
+RDEPEND="${DEPEND}"
+BDEPEND="=dev-lang/zig-0.9.1-r3"
+
+src_install() {
+ zig build -Drelease-safe --prefix "${D}/usr" install
+
+ dodir /usr/share/examples/river
+
+ cp "${S}/example/init" "${D}/usr/share/examples/river/init"
+}
next reply other threads:[~2022-12-01 3:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-01 3:59 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-05 5:20 [gentoo-commits] repo/proj/guru:master commit in: gui-wm/river/ Viorel Munteanu
2024-08-05 5:20 Viorel Munteanu
2024-08-05 5:20 Viorel Munteanu
2024-08-05 5:20 Viorel Munteanu
2024-08-17 10:16 David Roman
2024-12-28 20:06 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2024-12-28 20:08 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2024-12-28 20:07 [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2024-12-28 20:08 ` [gentoo-commits] repo/proj/guru:master " Florian Schmaus
2025-03-08 11:18 Lucio Sauer
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=1669660087.5c5f27c0b998b97339086d5cf7a3210e49fc8fba.lanodan@gentoo \
--to=contact@hacktivis.me \
--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