mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
gui-apps/somebar: add missing RDEPEND
Closes: https://bugs.gentoo.org/932620 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
39
gui-apps/somebar/somebar-1.0.3-r1.ebuild
Normal file
39
gui-apps/somebar/somebar-1.0.3-r1.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 2022-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit savedconfig meson
|
||||
|
||||
DESCRIPTION="dwm-like bar for dwl"
|
||||
HOMEPAGE="https://git.sr.ht/~raphi/somebar"
|
||||
SRC_URI="https://git.sr.ht/~raphi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/wayland
|
||||
x11-libs/cairo
|
||||
x11-libs/pango
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
use savedconfig && restore_config src/config.hpp
|
||||
[[ -f src/config.hpp ]] || cp src/config.def.hpp src/config.hpp
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
save_config src/config.hpp
|
||||
}
|
||||
Reference in New Issue
Block a user