summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2024-03-03 06:42:41 +0100
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-16 21:16:03 +0200
commitc8476ab909422e6728fa83e0adf959335bb02490 (patch)
tree2712e900d4e2cd8b83cd73ce7064ac6c2b1357fc /gui-apps/wmenu/wmenu-0.1.7.ebuild
parentdev-debug/bpftrace: Fix typo (diff)
downloadgentoo-c8476ab909422e6728fa83e0adf959335bb02490.tar.gz
gentoo-c8476ab909422e6728fa83e0adf959335bb02490.tar.bz2
gentoo-c8476ab909422e6728fa83e0adf959335bb02490.zip
gui-apps/wmenu: add 0.1.7
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/35606 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'gui-apps/wmenu/wmenu-0.1.7.ebuild')
-rw-r--r--gui-apps/wmenu/wmenu-0.1.7.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/gui-apps/wmenu/wmenu-0.1.7.ebuild b/gui-apps/wmenu/wmenu-0.1.7.ebuild
new file mode 100644
index 000000000000..0bc6efb65db1
--- /dev/null
+++ b/gui-apps/wmenu/wmenu-0.1.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023-2024 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://sr.ht/~adnano/wmenu/"
+SRC_URI="https://git.sr.ht/~adnano/wmenu/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+
+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
+"