summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-01-03 17:24:07 +0000
committerSam James <sam@gentoo.org>2024-01-19 10:49:33 +0000
commit5e58b2d42e0e3bc763751f69eb128786312bbe85 (patch)
treeb83aef6c53d40964715b5b03838cece4f2c581a0 /mate-base
parentmate-base/caja: Remove whitespace (diff)
downloadgentoo-5e58b2d42e0e3bc763751f69eb128786312bbe85.tar.gz
gentoo-5e58b2d42e0e3bc763751f69eb128786312bbe85.tar.bz2
gentoo-5e58b2d42e0e3bc763751f69eb128786312bbe85.zip
mate-base/mate: remove whitespace
Signed-off-by: Ian Jordan <immoloism@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-base')
-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"