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 3A0F715803E for ; Wed, 3 Jan 2024 13:45:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD4422BC042; Wed, 3 Jan 2024 13:45:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B66BB2BC031 for ; Wed, 3 Jan 2024 13:45:14 +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 CD40D343007 for ; Wed, 3 Jan 2024 13:45:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F03EC135D for ; Wed, 3 Jan 2024 13:45:11 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1704287976.095664b9b1f1224d988d16acff8620df303534d2.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/swappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/swappy/swappy-9999.ebuild X-VCS-Directories: gui-apps/swappy/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 095664b9b1f1224d988d16acff8620df303534d2 X-VCS-Branch: master Date: Wed, 3 Jan 2024 13:45:11 +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: 0696b9da-fa4f-4198-8c7a-b15f2b565c2c X-Archives-Hash: c1c9ae959df14fd5ea44287a80ad78f8 commit: 095664b9b1f1224d988d16acff8620df303534d2 Author: Julien Roy jroy ca> AuthorDate: Sat Dec 23 17:18:48 2023 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Jan 3 13:19:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=095664b9 gui-apps/swappy: update live ebuild Closes: https://github.com/gentoo/gentoo/pull/34447 Signed-off-by: Julien Roy jroy.ca> Signed-off-by: Yixun Lan gentoo.org> gui-apps/swappy/swappy-9999.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gui-apps/swappy/swappy-9999.ebuild b/gui-apps/swappy/swappy-9999.ebuild index 0a361465ffa6..1a98c7bd5ec7 100644 --- a/gui-apps/swappy/swappy-9999.ebuild +++ b/gui-apps/swappy/swappy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,16 +19,19 @@ fi LICENSE="MIT" SLOT="0" -DEPEND=" +COMMON_DEPEND=" dev-libs/glib:2 x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/pango " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} media-fonts/fontawesome[otf] " +DEPEND="${COMMON_DEPEND} + x11-base/xorg-proto +" BDEPEND=" app-text/scdoc sys-devel/gettext