mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
gui-wm/miracle-wm: new package, add 0.2.1
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
1
gui-wm/miracle-wm/Manifest
Normal file
1
gui-wm/miracle-wm/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST miracle-wm-0.2.1.tar.gz 348521 BLAKE2B f9b7dc06ff2b6571f4cf5a8de2e2087dcb080bcca897217da12915765fbbaea60a7b692b3072cd514de7aa0c5c6eaa02bd455df5d0ff29583ed83fbd3fa3bed1 SHA512 900e126c0d381008a80482b4ee72b2d7ca9b402ce42c802b6968b06238ea873e7a2180dc313233eba2c8f2529c133d700c0ee31ca467e6f612efff6fc6e8fd0d
|
||||
11
gui-wm/miracle-wm/metadata.xml
Normal file
11
gui-wm/miracle-wm/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>pastalian46@gmail.com</email>
|
||||
<name>Takuya Wakazono</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">mattkae/miracle-wm</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
39
gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild
Normal file
39
gui-wm/miracle-wm/miracle-wm-0.2.1.ebuild
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user