gui-apps/wmenu: add 0.2.0

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Part-of: https://github.com/gentoo/gentoo/pull/41868
Closes: https://github.com/gentoo/gentoo/pull/41868
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Haelwenn (lanodan) Monnier
2025-04-30 21:56:09 +02:00
committed by Sam James
parent 9214f023b0
commit b4d0aef7e4
2 changed files with 37 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST wmenu-0.1.9.tar.gz 20422 BLAKE2B 28eeb3d1dd9b5f8bdb2fbbcd8e2b303fa4d9f926871dd11011e63da930787f05788bbe01afc5a3c3dfb210d3dd1117e2375e5ba0b5cfff7ab9e866bfd564f12c SHA512 cd4ee9a3bc23f676ec75a5b51403e9f14b2830960e25ca2d21b87380af9d6b2283025d3e9a7168c0221270f6bf8be7a6f4062dc3819da5c20b542d8280f515bd
DIST wmenu-0.2.0.tar.gz 20654 BLAKE2B e3a382013ba94f2468b9585d47d30fe85c643ec618b6df8c23b59e7012aab6ba87317bba94c8420e27c98e02b961a2fee0bccbd12a908315dcf44bca9c3e7417 SHA512 5ddb0a6ac2865c06c80778b1d947a7f89cdcec06d66d7fb2470549d29a1c59572eeaa1ff3e9e4df5b54b4f4c1fc671acd9d329d2e7f945ddeaa5f4a415b9eac4

View File

@@ -0,0 +1,36 @@
# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
DESCRIPTION="dynamic menu for wlroots compositors, maintains the look and feel of dmenu"
HOMEPAGE="https://codeberg.org/adnano/wmenu/"
if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://codeberg.org/adnano/wmenu.git"
inherit git-r3
else
SRC_URI="https://codeberg.org/adnano/wmenu/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
fi
LICENSE="MIT"
SLOT="0"
BDEPEND="
app-text/scdoc
dev-util/wayland-scanner
"
RDEPEND="
x11-libs/cairo
x11-libs/pango
dev-libs/wayland
x11-libs/libxkbcommon
"
DEPEND="
${RDEPEND}
dev-libs/wayland-protocols
"