From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE52F159C9B for ; Mon, 5 Aug 2024 05:20:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3AB9E2B4C; Mon, 5 Aug 2024 05:20:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8EA5FE2B49 for ; Mon, 5 Aug 2024 05:20:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B737A341214 for ; Mon, 5 Aug 2024 05:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 150531EAF for ; Mon, 5 Aug 2024 05:20:27 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1722800631.42a52dc817505b80652a456d90d0d463dc1d9b45.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/cage/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/cage/Manifest gui-wm/cage/cage-0.1.5_p20240227.ebuild X-VCS-Directories: gui-wm/cage/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 42a52dc817505b80652a456d90d0d463dc1d9b45 X-VCS-Branch: master Date: Mon, 5 Aug 2024 05:20:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dda3706a-4ab0-46dc-80f6-64a79f1dce42 X-Archives-Hash: c9e217991df346614eeee321d85b4aaa commit: 42a52dc817505b80652a456d90d0d463dc1d9b45 Author: Daichi Yamamoto dyama net> AuthorDate: Sun Aug 4 19:43:51 2024 +0000 Commit: Viorel Munteanu gentoo org> 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 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) +}