Skip to content

Commit

Permalink
gui-apps/wmenu: import from ::guru, add 0.1.6
Browse files Browse the repository at this point in the history
Will be used in sway-1.9 default configuration[1] so should be in ::gentoo,
has been in ::guru since 2023-07-02.

[1]: swaywm/sway#7384

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  • Loading branch information
lanodan committed Feb 21, 2024
1 parent 4d34157 commit 657910f
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions gui-apps/wmenu/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST wmenu-0.1.6.tar.gz 17447 BLAKE2B f624773e29c751cb0d890d428482019bab35af1d3f540a53233307d30955dd5936a3eab483be7dac471aab6a85a4cd1953d9a75f095130316a13f96684d52477 SHA512 d3b802c0bab2ee5ffbbf9b0bf0708cff842346cc88e5b005090fd1a891e2e8e3f2d0aa8e2fd9b4d661d9a0ce7797f7142ca38afdee9ae1e86098a50dcd25b30a
15 changes: 15 additions & 0 deletions gui-apps/wmenu/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="sourcehut">~adnano/wmenu</remote-id>
</upstream>
</pkgmetadata>
28 changes: 28 additions & 0 deletions gui-apps/wmenu/wmenu-0.1.6.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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"

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
"

0 comments on commit 657910f

Please sign in to comment.