mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
gui-apps/swaync: add pango/cairo to RDEPEND
Closes: https://bugs.gentoo.org/932622 Signed-off-by: Joe Kappus <joe@wt.gd>
This commit is contained in:
@@ -32,7 +32,12 @@ DEPEND="
|
||||
x11-libs/gtk+:3
|
||||
pulseaudio? ( media-libs/libpulse )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
x11-libs/cairo
|
||||
x11-libs/pango
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
$(vala_depend)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 2022-2023 Gentoo Authors
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -31,7 +31,11 @@ DEPEND="
|
||||
x11-libs/gdk-pixbuf:2
|
||||
x11-libs/gtk+:3
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
x11-libs/cairo
|
||||
x11-libs/pango
|
||||
"
|
||||
BDEPEND="
|
||||
$(vala_depend)
|
||||
app-text/scdoc
|
||||
|
||||
Reference in New Issue
Block a user