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 A768F15815E for ; Sat, 3 Feb 2024 15:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16672BC027; Sat, 3 Feb 2024 15:01:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A932C2BC027 for ; Sat, 3 Feb 2024 15:01:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FCD73431CB for ; Sat, 3 Feb 2024 15:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FF66AE3 for ; Sat, 3 Feb 2024 15:01:19 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1706972447.a4ebfd80c39a4ccf90cb82f04c7451d17ca6e66f.pastalian46@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-wm/niri/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/niri/Manifest gui-wm/niri/metadata.xml gui-wm/niri/niri-0.1.1.ebuild X-VCS-Directories: gui-wm/niri/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: a4ebfd80c39a4ccf90cb82f04c7451d17ca6e66f X-VCS-Branch: dev Date: Sat, 3 Feb 2024 15:01:19 +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: 91c5a2ae-52e1-4560-9a90-9f86455b61ad X-Archives-Hash: 8c3b0bacd7f13172e321f695e48a23f0 commit: a4ebfd80c39a4ccf90cb82f04c7451d17ca6e66f Author: Takuya Wakazono gmail com> AuthorDate: Sat Feb 3 15:00:47 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Sat Feb 3 15:00:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4ebfd80 gui-wm/niri: new package, add 0.1.1 Signed-off-by: Takuya Wakazono gmail.com> gui-wm/niri/Manifest | 2 + gui-wm/niri/metadata.xml | 11 ++++++ gui-wm/niri/niri-0.1.1.ebuild | 86 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+) diff --git a/gui-wm/niri/Manifest b/gui-wm/niri/Manifest new file mode 100644 index 0000000000..1b289f2787 --- /dev/null +++ b/gui-wm/niri/Manifest @@ -0,0 +1,2 @@ +DIST niri-0.1.1-vendored-dependencies.tar.xz 53810532 BLAKE2B 4e0d6556f8be8dcae9fff001716d6d75a4e01c1f5a2a24475895506b5ad8b1c1bb9b72e0cc070d3f04ce54f0180395a351eac1915f1be66a4b192f7fcc39922a SHA512 e3591562110011227dbab3da89abf766c51f246ea926ff1beb5fca7800fbb4a893e471800dbd589da39bfbfb2b273ef22f523fcce4819e3e17e4abc75f5a7197 +DIST niri-0.1.1.tar.gz 181942 BLAKE2B 94f85876a2ccea0eade10de85d4f5a155ddd603f480c165dda61c1a16814a1a37c080be2fed97a2efb1aef3bdc048ba308c221193bdaadc148db8e4604b88a80 SHA512 a24accef05cf45281850f7852cd661dc268500f145ee33c9a13849138a01d3a731e38688bfaccfd092c8e0d08aa1334df2163a6187614aac0e078c22a6d2705c diff --git a/gui-wm/niri/metadata.xml b/gui-wm/niri/metadata.xml new file mode 100644 index 0000000000..f2b3d855af --- /dev/null +++ b/gui-wm/niri/metadata.xml @@ -0,0 +1,11 @@ + + + + + pastalian46@gmail.com + Takuya Wakazono + + + YaLTeR/niri + + diff --git a/gui-wm/niri/niri-0.1.1.ebuild b/gui-wm/niri/niri-0.1.1.ebuild new file mode 100644 index 0000000000..a9e5c4667a --- /dev/null +++ b/gui-wm/niri/niri-0.1.1.ebuild @@ -0,0 +1,86 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +LLVM_MAX_SLOT=17 + +inherit cargo llvm + +DESCRIPTION="Scrollable-tiling Wayland compositor" +HOMEPAGE="https://github.com/YaLTeR/niri" +SRC_URI=" + https://github.com/YaLTeR/niri/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/YaLTeR/niri/releases/download/v${PV}/${P}-vendored-dependencies.tar.xz +" + +LICENSE="GPL-3+" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC MIT MPL-2.0 + Unicode-DFS-2016 +" +SLOT="0" +KEYWORDS="~amd64" +IUSE="dbus screencast" +REQUIRED_USE="screencast? ( dbus )" + +DEPEND=" + dev-libs/glib:2 + dev-libs/libinput:= + dev-libs/wayland + media-libs/mesa + sys-auth/seatd:= + virtual/libudev:= + x11-libs/cairo + x11-libs/libxkbcommon + x11-libs/pango + x11-libs/pixman + screencast? ( + media-video/pipewire + ) +" +RDEPEND="${DEPEND}" +# Clang is required for bindgen +BDEPEND=" + >=virtual/rust-1.72.0 + screencast? (