From 5e58b2d42e0e3bc763751f69eb128786312bbe85 Mon Sep 17 00:00:00 2001 From: Ian Jordan Date: Wed, 3 Jan 2024 17:24:07 +0000 Subject: mate-base/mate: remove whitespace Signed-off-by: Ian Jordan Signed-off-by: Sam James --- mate-base/caja/caja-1.27.2.ebuild | 5 +++++ mate-base/mate/mate-1.26.0-r1.ebuild | 4 ++-- mate-base/mate/mate-1.27.0-r1.ebuild | 5 ++--- 3 files changed, 9 insertions(+), 5 deletions(-) (limited to 'mate-base') diff --git a/mate-base/caja/caja-1.27.2.ebuild b/mate-base/caja/caja-1.27.2.ebuild index 5115b8527c22..edb4414d5f1d 100644 --- a/mate-base/caja/caja-1.27.2.ebuild +++ b/mate-base/caja/caja-1.27.2.ebuild @@ -52,6 +52,11 @@ BDEPEND="${COMMON_DEPEND} virtual/pkgconfig " +RDEPEND=" + app-accessibility/at-spi2-core + dev-libs/glib +" + PDEPEND="mate? ( >=x11-themes/mate-icon-theme-${MATE_BRANCH} )" # TODO: Test fails because Caja is not merged yet: diff --git a/mate-base/mate/mate-1.26.0-r1.ebuild b/mate-base/mate/mate-1.26.0-r1.ebuild index 6d46f5c6b7a6..9cfaebde80d6 100644 --- a/mate-base/mate/mate-1.26.0-r1.ebuild +++ b/mate-base/mate/mate-1.26.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ MATE_BRANCH="$(ver_cut 1-2)" MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment" diff --git a/mate-base/mate/mate-1.27.0-r1.ebuild b/mate-base/mate/mate-1.27.0-r1.ebuild index bbd8f50e50b1..9af263b86abb 100644 --- a/mate-base/mate/mate-1.27.0-r1.ebuild +++ b/mate-base/mate/mate-1.27.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,10 +8,9 @@ MATE_BRANCH="$(ver_cut 1-2)" MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi -SRC_URI="" DESCRIPTION="Meta ebuild for MATE, a traditional desktop environment" HOMEPAGE="https://mate-desktop.org" -- cgit v1.2.3-65-gdbad