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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA858158042 for ; Tue, 29 Oct 2024 10:53:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34925E0829; Tue, 29 Oct 2024 10:53:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1A79EE0829 for ; Tue, 29 Oct 2024 10:53:35 +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 654E7343149 for ; Tue, 29 Oct 2024 10:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8686A1F42 for ; Tue, 29 Oct 2024 10:53:31 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1729868845.1983def9b5e1c7b845435b906b8bfdad8c977c63.davidroman@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/miracle-wm-0.3.7.ebuild X-VCS-Directories: gui-wm/miracle-wm/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 1983def9b5e1c7b845435b906b8bfdad8c977c63 X-VCS-Branch: master Date: Tue, 29 Oct 2024 10:53:31 +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: e2b988c0-5335-47b4-83de-4d34358724e4 X-Archives-Hash: 6f8a8a857f856962f69c4429fec6a609 commit: 1983def9b5e1c7b845435b906b8bfdad8c977c63 Author: Takuya Wakazono gmail com> AuthorDate: Fri Oct 25 15:07:25 2024 +0000 Commit: David Roman gmail com> CommitDate: Fri Oct 25 15:07:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1983def9 gui-wm/miracle-wm: add 0.3.7 Signed-off-by: Takuya Wakazono gmail.com> gui-wm/miracle-wm/Manifest | 1 + gui-wm/miracle-wm/miracle-wm-0.3.7.ebuild | 55 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/gui-wm/miracle-wm/Manifest b/gui-wm/miracle-wm/Manifest index b8af13283..2ea4e56be 100644 --- a/gui-wm/miracle-wm/Manifest +++ b/gui-wm/miracle-wm/Manifest @@ -1 +1,2 @@ DIST miracle-wm-0.3.6.tar.gz 455730 BLAKE2B 9e3c8677332776a1431e0aa412a7909d5284936e64362558e2c3e00c515709297dbfee1f36a7cf980b999c7c2ee3b8fe893b1624deb1f8a3690cf0f269606093 SHA512 b710ac21518c83faab8e0c75ac23e5522e08073c88915ea4cb2f7a7400dd6dd60a14f107096a287a3037c385b70c6186af582befcb06fceff2f44ad45b4ecf1f +DIST miracle-wm-0.3.7.tar.gz 455795 BLAKE2B 262357e01981d3113f6c807148231023a95f9f28261005abefdf30675b414432a1c9385afc7955db3126e31312fd41cbf99d65c538e9d7d0cb425b3718089c3e SHA512 5e9b3f5013cc63d6e98567817afbbbca2d8f46adc8e9da9254babacdd8164b8fc132918417373d45f59f38cf0a1105802b2979beb281cffb7d661c1350069d4f diff --git a/gui-wm/miracle-wm/miracle-wm-0.3.7.ebuild b/gui-wm/miracle-wm/miracle-wm-0.3.7.ebuild new file mode 100644 index 000000000..50d74eb00 --- /dev/null +++ b/gui-wm/miracle-wm/miracle-wm-0.3.7.ebuild @@ -0,0 +1,55 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake systemd + +DESCRIPTION="Tiling Wayland compositor based on Mir" +HOMEPAGE="https://github.com/miracle-wm-org/miracle-wm" +SRC_URI="https://github.com/miracle-wm-org/miracle-wm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+ MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="systemd test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-cpp/yaml-cpp:= + dev-cpp/nlohmann_json + dev-libs/glib:2 + dev-libs/json-c:= + dev-libs/libevdev + >=gui-libs/mir-2.18 + dev-libs/libpcre2:= + media-libs/libglvnd + x11-base/xwayland + x11-libs/libnotify +" +DEPEND=" + ${RDEPEND} + media-libs/glm +" +BDEPEND=" + virtual/pkgconfig + test? ( dev-cpp/gtest ) +" + +src_prepare() { + cmake_src_prepare + use test || cmake_comment_add_subdirectory tests/ + + sed -i "s| /usr/lib/systemd/user| $(systemd_get_userunitdir)|" CMakeLists.txt || die +} + +src_configure() { + local mycmakeargs=( + -DSYSTEMD_INTEGRATION=$(usex systemd) + ) + cmake_src_configure +} + +src_test() { + "${BUILD_DIR}/bin/miracle-wm-tests" || die +}