From: "Daichi Yamamoto" <dev@dyama.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/cage/
Date: Sun, 4 Aug 2024 19:44:22 +0000 (UTC) [thread overview]
Message-ID: <1722800631.42a52dc817505b80652a456d90d0d463dc1d9b45.dev@gentoo> (raw)
commit: 42a52dc817505b80652a456d90d0d463dc1d9b45
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sun Aug 4 19:43:51 2024 +0000
Commit: Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Sun Aug 4 19:43:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42a52dc8
gui-wm/cage: add 0.1.5_p20240227
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
gui-wm/cage/Manifest | 1 +
gui-wm/cage/cage-0.1.5_p20240227.ebuild | 36 +++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/gui-wm/cage/Manifest b/gui-wm/cage/Manifest
index 2c22779cd..45fef2ef8 100644
--- a/gui-wm/cage/Manifest
+++ b/gui-wm/cage/Manifest
@@ -1 +1,2 @@
DIST cage-0.1.5.tar.gz 23179 BLAKE2B ee75b4cc7a550315aec643778aaf61323564f1e4be0c2ca994754123b978859e513a1e11d459b3954cd37f566cf9ec2a96c4e54f141a2337380cf02f64056eb6 SHA512 d50fc5b7efa691e487a05c8e4e573ed441a31840b1742eb1d3b0e827a1da381426f8e9c620de197cf928a99cab57af8a3042f08d5aadd3fc4ddf0c5afadb3231
+DIST cage-0.1.5_p20240227.tar.gz 23891 BLAKE2B a0127a1ea4b3a2719bf8a5e0e461bf055826b6194fb844c714dc8d28807530c9541a759c90edc1029dfc2832dc06d41691a62f26196c1db9f0d1db472df04685 SHA512 8e203aabb06946ed6467f93e37e806775956fcc25575b22be6a5b1c8ce7c1397981b645dbd50af44d3b6bc340ea7349ab55c207f005f6d48a8abaa02a178c859
diff --git a/gui-wm/cage/cage-0.1.5_p20240227.ebuild b/gui-wm/cage/cage-0.1.5_p20240227.ebuild
new file mode 100644
index 000000000..b9c93dac7
--- /dev/null
+++ b/gui-wm/cage/cage-0.1.5_p20240227.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A Wayland kiosk"
+HOMEPAGE="https://www.hjdskes.nl/projects/cage/ https://github.com/Hjdskes/cage"
+
+COMMIT="e7d8780f46277af87881e0be91cb2092541bb1d5"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+if [[ "${PV}" == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/Hjdskes/cage"
+else
+ SRC_URI="https://github.com/Hjdskes/cage/archive/${COMMIT}/${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+IUSE="X"
+
+RDEPEND="
+ dev-libs/wayland
+ >=gui-libs/wlroots-0.17.0[X?]
+ x11-libs/libxkbcommon[X?]
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ meson_src_configure $(meson_feature X xwayland)
+}
next reply other threads:[~2024-08-04 19:44 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-04 19:44 Daichi Yamamoto [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-09 23:47 [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/cage/ Filip Kobierski
2024-10-07 21:37 Daichi Yamamoto
2024-10-06 8:27 Takuya Wakazono
2024-10-05 6:37 Daichi Yamamoto
2024-08-17 6:42 Takuya Wakazono
2024-08-06 14:27 Daichi Yamamoto
2024-08-04 19:44 Daichi Yamamoto
2024-02-08 11:08 Gonçalo Negrier Duarte
2024-02-06 13:17 Daichi Yamamoto
2023-07-30 3:12 Haelwenn Monnier
2021-06-27 13:06 Haelwenn Monnier
2021-06-27 9:02 Haelwenn Monnier
2021-06-27 7:26 Haelwenn Monnier
2021-05-30 15:59 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-05-30 15:59 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-05-05 0:46 Anna Vyalkova
2021-04-25 9:41 Matthias Coppens
2021-03-28 10:17 Andrew Ammerlaan
2020-09-06 16:15 Matthias Coppens
2020-07-21 20:01 Matthias Coppens
2020-07-17 9:46 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-07-17 9:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-07-17 7:26 Matthias Coppens
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=1722800631.42a52dc817505b80652a456d90d0d463dc1d9b45.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