commit:     07016606ee064c5268e66133e4442b31090fe2b1
Author:     Denis Strizhkin <strdenis02 <AT> gmail <DOT> com>
AuthorDate: Thu May  2 02:05:30 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 13:15:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07016606

gui-apps/wmenu: add 9999

Signed-off-by: Denis Strizhkin <strdenis02 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36512
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 gui-apps/wmenu/wmenu-9999.ebuild | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gui-apps/wmenu/wmenu-9999.ebuild b/gui-apps/wmenu/wmenu-9999.ebuild
new file mode 100644
index 000000000000..4c0ed59e653f
--- /dev/null
+++ b/gui-apps/wmenu/wmenu-9999.ebuild
@@ -0,0 +1,35 @@
+# 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/";
+
+if [[ "${PV}" == *9999* ]]; then
+       EGIT_REPO_URI="https://git.sr.ht/~adnano/wmenu";
+       inherit git-r3
+else
+       SRC_URI="https://git.sr.ht/~adnano/wmenu/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64 ~arm64 ~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
+"

Reply via email to