summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mate-base/caja/caja-1.27.2.ebuild5
-rw-r--r--mate-base/mate/mate-1.26.0-r1.ebuild4
-rw-r--r--mate-base/mate/mate-1.27.0-r1.ebuild5
3 files changed, 9 insertions, 5 deletions
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"