commit:     187e150d28b2cd0c958a80f5f822e7c77ba9bf11
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sat May 25 12:20:08 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sat May 25 12:20:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=187e150d

gui-apps/swaync: add pango/cairo to RDEPEND

Closes: https://bugs.gentoo.org/932622
Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 gui-apps/swaync/swaync-0.10.1-r1.ebuild | 7 ++++++-
 gui-apps/swaync/swaync-0.9.0.ebuild     | 8 ++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/gui-apps/swaync/swaync-0.10.1-r1.ebuild 
b/gui-apps/swaync/swaync-0.10.1-r1.ebuild
index 0fe4dc0a2..91d166979 100644
--- a/gui-apps/swaync/swaync-0.10.1-r1.ebuild
+++ b/gui-apps/swaync/swaync-0.10.1-r1.ebuild
@@ -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)

diff --git a/gui-apps/swaync/swaync-0.9.0.ebuild 
b/gui-apps/swaync/swaync-0.9.0.ebuild
index 55a4e04c2..51983c997 100644
--- a/gui-apps/swaync/swaync-0.9.0.ebuild
+++ b/gui-apps/swaync/swaync-0.9.0.ebuild
@@ -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

Reply via email to