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 2B509158094 for ; Mon, 10 Oct 2022 10:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69A32E086E; Mon, 10 Oct 2022 10:15:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8745CE086E for ; Mon, 10 Oct 2022 10:15:36 +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 87E00340BDE for ; Mon, 10 Oct 2022 10:15:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA58F523 for ; Mon, 10 Oct 2022 10:15:33 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1665396931.c10ab0fd3849d3139386532b42c94b09ecef79c1.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmsystemtray/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild X-VCS-Directories: x11-plugins/wmsystemtray/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: c10ab0fd3849d3139386532b42c94b09ecef79c1 X-VCS-Branch: master Date: Mon, 10 Oct 2022 10:15:33 +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: 121b69cf-5ddd-4273-8c01-cbac1b00a72f X-Archives-Hash: 61ac5e1a4fc36973256d50bd00017315 commit: c10ab0fd3849d3139386532b42c94b09ecef79c1 Author: Bernard Cafarelli gentoo org> AuthorDate: Mon Oct 10 10:15:08 2022 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Mon Oct 10 10:15:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10ab0fd x11-plugins/wmsystemtray: depend on media-fonts/font-misc-misc Closes: https://bugs.gentoo.org/874678 Signed-off-by: Bernard Cafarelli gentoo.org> .../{wmsystemtray-1.4-r2.ebuild => wmsystemtray-1.4-r3.ebuild} | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild similarity index 84% rename from x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild rename to x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild index 47d0230996a8..4c9322846e2b 100644 --- a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild +++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons" @@ -16,7 +16,8 @@ DEPEND="x11-libs/libXext x11-libs/libXfixes x11-libs/libXmu x11-libs/libXpm" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + media-fonts/font-misc-misc" PATCHES=( "${FILESDIR}"/${P}-ar.patch )