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 224FB1581D3 for ; Sat, 25 May 2024 13:01:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0D0DE2A1A; Sat, 25 May 2024 13:01:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAD15E2A1B for ; Sat, 25 May 2024 13:01:46 +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 8A30034305C for ; Sat, 25 May 2024 13:01:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E95F81B51 for ; Sat, 25 May 2024 13:01:42 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1716616154.e4719edebbd14fb0fb03f6d73369f9cf24da1ab1.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-wm/miracle-wm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-wm/miracle-wm/Manifest gui-wm/miracle-wm/metadata.xml gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild X-VCS-Directories: gui-wm/miracle-wm/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: e4719edebbd14fb0fb03f6d73369f9cf24da1ab1 X-VCS-Branch: master Date: Sat, 25 May 2024 13:01:42 +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: 5f14a981-9534-4d55-9093-39d139a7e1e0 X-Archives-Hash: 973ec036249ad0302bb74eab775c7567 commit: e4719edebbd14fb0fb03f6d73369f9cf24da1ab1 Author: Takuya Wakazono gmail com> AuthorDate: Sat May 25 05:48:48 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat May 25 05:49:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4719ede gui-wm/miracle-wm: new package, add 0.2.1 Signed-off-by: Takuya Wakazono gmail.com> gui-wm/miracle-wm/Manifest | 1 + gui-wm/miracle-wm/metadata.xml | 11 +++++++++ gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild | 39 +++++++++++++++++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/gui-wm/miracle-wm/Manifest b/gui-wm/miracle-wm/Manifest new file mode 100644 index 000000000..fa1b15c26 --- /dev/null +++ b/gui-wm/miracle-wm/Manifest @@ -0,0 +1 @@ +DIST miracle-wm-0.2.1.tar.gz 348521 BLAKE2B f9b7dc06ff2b6571f4cf5a8de2e2087dcb080bcca897217da12915765fbbaea60a7b692b3072cd514de7aa0c5c6eaa02bd455df5d0ff29583ed83fbd3fa3bed1 SHA512 900e126c0d381008a80482b4ee72b2d7ca9b402ce42c802b6968b06238ea873e7a2180dc313233eba2c8f2529c133d700c0ee31ca467e6f612efff6fc6e8fd0d diff --git a/gui-wm/miracle-wm/metadata.xml b/gui-wm/miracle-wm/metadata.xml new file mode 100644 index 000000000..f0810e7e4 --- /dev/null +++ b/gui-wm/miracle-wm/metadata.xml @@ -0,0 +1,11 @@ + + + + + pastalian46@gmail.com + Takuya Wakazono + + + mattkae/miracle-wm + + diff --git a/gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild b/gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild new file mode 100644 index 000000000..e42a6b101 --- /dev/null +++ b/gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild @@ -0,0 +1,39 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Tiling Wayland compositor based on Mir" +HOMEPAGE="https://github.com/mattkae/miracle-wm" +SRC_URI="https://github.com/mattkae/miracle-wm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-cpp/yaml-cpp:= + dev-cpp/nlohmann_json + dev-libs/glib:2 + dev-libs/libevdev + gui-libs/mir + x11-libs/libnotify +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + test? ( dev-cpp/gtest ) +" + +src_prepare() { + cmake_src_prepare + use test || cmake_comment_add_subdirectory tests/ +} + +src_test() { + "${BUILD_DIR}/bin/miracle-wm-tests" || die +}