gui-wm/cage: add 0.2.1, drop 0.2.0

also add man USE flag

Signed-off-by: Daichi Yamamoto <dev@dyama.net>
This commit is contained in:
Daichi Yamamoto
2025-10-19 07:00:00 +09:00
parent 86243342c6
commit 669175b91c
3 changed files with 22 additions and 9 deletions

View File

@@ -1 +1 @@
DIST cage-0.2.0.tar.gz 24107 BLAKE2B 10b6d2e880019123b5fd0091213cf2c5d9dd1419af4a9010901657d2ffcd1f692143f158b698381bb080f2b89b701b13396263585a4b71da77c3d7b12d1e7446 SHA512 49598f1f7de086fea487881af94dbf19f16bff2da620e478d3c54002c401618998904de466846baa151bd1da878f4244661fbb2204ad1bf15ebf7c93b1c66b91
DIST cage-0.2.1.tar.gz 24781 BLAKE2B fe6cf1cf3131a67a97a4fff17a3f51b5e79ceb9f08c1aa4abfcb54b49dc2e73c672d1285d830baf4ab25a2b592f3db1ed80a97418c0756fbc5f230e1a5d9740d SHA512 424fbc68532cf5045bba2023efba24eba8b73d4a36aa53803657ebee8a6bc9bc0ddf1464e67a88f90db9cd8f29b75b2165ddeec8bf6cae5aba0eab3967332a68

View File

@@ -18,12 +18,19 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="X"
IUSE="X man"
RDEPEND="
dev-libs/wayland
gui-libs/wlroots:0.18[X?]
gui-libs/wlroots:0.19
x11-libs/libxkbcommon[X?]
X? ( gui-libs/wlroots:0.18[x11-backend] )
X? ( gui-libs/wlroots:0.19[X,x11-backend] )
"
DEPEND="${RDEPEND}"
src_configure() {
local emesonargs=(
$(meson_feature man man-pages)
)
meson_src_configure
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,13 +18,19 @@ fi
LICENSE="MIT"
SLOT="0"
IUSE="X"
IUSE="X man"
RDEPEND="
dev-libs/wayland
gui-libs/wlroots:0.19
x11-libs/libxkbcommon[X?]
X? ( gui-libs/wlroots:0.18[X,x11-backend] )
!X? ( gui-libs/wlroots:0.18 )
X? ( gui-libs/wlroots:0.19[X,x11-backend] )
"
DEPEND="${RDEPEND}"
src_configure() {
local emesonargs=(
$(meson_feature man man-pages)
)
meson_src_configure
}