From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 262C61581D3 for ; Sat, 25 May 2024 12:20:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66FACE2A28; Sat, 25 May 2024 12:20:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 478C6E2A28 for ; Sat, 25 May 2024 12:20:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 53137335DCC for ; Sat, 25 May 2024 12:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90050ED0 for ; Sat, 25 May 2024 12:20:32 +0000 (UTC) From: "Joe Kappus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" Message-ID: <1716639608.187e150d28b2cd0c958a80f5f822e7c77ba9bf11.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/swaync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/swaync/swaync-0.10.1-r1.ebuild gui-apps/swaync/swaync-0.9.0.ebuild X-VCS-Directories: gui-apps/swaync/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 187e150d28b2cd0c958a80f5f822e7c77ba9bf11 X-VCS-Branch: dev Date: Sat, 25 May 2024 12:20:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 331f0786-9761-457b-aabe-304a1ecdd75b X-Archives-Hash: 935a0bb89bcad809b35fcc644fdc111f commit: 187e150d28b2cd0c958a80f5f822e7c77ba9bf11 Author: Joe Kappus wt gd> AuthorDate: Sat May 25 12:20:08 2024 +0000 Commit: Joe Kappus wt 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 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