mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
gui-apps/wmenu: new package, add 0.1.3
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
1
gui-apps/wmenu/Manifest
Normal file
1
gui-apps/wmenu/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST wmenu-0.1.3.tar.gz 17204 BLAKE2B f05c71a22319465506af48f8dff1d4155bb8d3b0704a24169034e7d05b56cdadf8cc4c78efcc0f840993670d9956d37b1cacf0cd1ffa8a3362a3682b332bf2de SHA512 5de7dfd7e0bddb68c76b06cbeddae42713c8bfadb6b11a5cf7f6d26ad6713c848934ab6f3777dc189483a0f46a808eeb5f0ac6cec5a44e4cd7ba108454392ef6
|
||||
11
gui-apps/wmenu/metadata.xml
Normal file
11
gui-apps/wmenu/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact@hacktivis.me</email>
|
||||
<name>Haelwenn (lanodan) Monnier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourcehut">~adnano/wmenu</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
27
gui-apps/wmenu/wmenu-0.1.3.ebuild
Normal file
27
gui-apps/wmenu/wmenu-0.1.3.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
||||
# 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
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
Reference in New Issue
Block a user