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 C194A1581C1 for ; Tue, 9 Jul 2024 18:32:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0212A2BC036; Tue, 9 Jul 2024 18:32: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 D53692BC036 for ; Tue, 9 Jul 2024 18:32: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 CD0F6342FA2 for ; Tue, 9 Jul 2024 18:32:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 050F8DC4 for ; Tue, 9 Jul 2024 18:32:34 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1720549918.061325b335c1e0c71c27b6882ce1e3deabc8e5c5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/marco/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/marco/marco-1.28.1-r1.ebuild x11-wm/marco/marco-1.28.1.ebuild X-VCS-Directories: x11-wm/marco/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 061325b335c1e0c71c27b6882ce1e3deabc8e5c5 X-VCS-Branch: master Date: Tue, 9 Jul 2024 18:32:34 +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: 9b95f96c-7a23-456e-abfb-c1790340bd4b X-Archives-Hash: 5afe1b6443899af5d18b1e0bee72b76d commit: 061325b335c1e0c71c27b6882ce1e3deabc8e5c5 Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 9 18:30:13 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 9 18:31:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061325b3 x11-wm/marco: Fix dependencies mate-desktop is needed also at build time, otherwise build fails with: Run-time dependency mate-desktop-2.0 found: NO (tried cmake) meson.build:163:19: ERROR: Dependency lookup for mate-desktop-2.0 with method 'pkgconfig' failed: Invalid version, need 'mate-desktop-2.0' ['>= 1.27.1'] found '1.26.2'. Signed-off-by: Pacho Ramos gentoo.org> x11-wm/marco/{marco-1.28.1.ebuild => marco-1.28.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/marco/marco-1.28.1.ebuild b/x11-wm/marco/marco-1.28.1-r1.ebuild similarity index 97% rename from x11-wm/marco/marco-1.28.1.ebuild rename to x11-wm/marco/marco-1.28.1-r1.ebuild index 04a2e9738b91..bb7c264be6aa 100644 --- a/x11-wm/marco/marco-1.28.1.ebuild +++ b/x11-wm/marco/marco-1.28.1-r1.ebuild @@ -23,6 +23,7 @@ COMMON_DEPEND=" >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.58:2 >=gnome-base/libgtop-2:2= + >=mate-base/mate-desktop-1.27.1 media-libs/libcanberra[gtk3] x11-libs/cairo >=x11-libs/pango-1.2[X] @@ -47,7 +48,6 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} gnome-extra/zenity - >=mate-base/mate-desktop-1.20.0 virtual/libintl "