commit: 15d192802f2dc5273a2c67ca9532d5f9b054aaf1
Author: Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Wed Nov 30 08:21:37 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 01:04:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d19280
x11-terms/mate-terminal: add 1.26.0
Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-terms/mate-terminal/Manifest | 1 +
.../mate-terminal/mate-terminal-1.26.0.ebuild | 43 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
index 1b9327769761..f3f303e3a191 100644
--- a/x11-terms/mate-terminal/Manifest
+++ b/x11-terms/mate-terminal/Manifest
@@ -1 +1,2 @@
DIST mate-terminal-1.24.1.tar.xz 2032824 BLAKE2B
d5c6e97fbb22550f8caf0042422ea9104b947f04e3dacb42bee4e6d1dcdbd59c8cb6765889ac86ea5850ac5ca293a9f796aa5c41d5e1707df2bb37670b3832f3
SHA512
83090667f823605ef0681efeff66c30729df83e7335c100171017ee5f2e819ec0bb219fdc71ed54a27c4a846fcc8db01c4462ef5b9c1e3f31d9c5838427566dc
+DIST mate-terminal-1.26.0.tar.xz 2095052 BLAKE2B
10d9b7d4a8a514249233a30000fbf340a7caed639af518246dc2bd063453adde5021bf0aa1a49e735f83b04e523c3233feb92a6ac16786a32d60e6f01b960956
SHA512
dfdee8e3bb1bffc5570d8103b67f42de7c1b3f5f4902b9f35459eceab863ca03809c922adfa1bc28f5030e4070defcd305bdf0dac59065399f1c54abb4a640c6
diff --git a/x11-terms/mate-terminal/mate-terminal-1.26.0.ebuild
b/x11-terms/mate-terminal/mate-terminal-1.26.0.ebuild
new file mode 100644
index 000000000000..2d0e4860ab00
--- /dev/null
+++ b/x11-terms/mate-terminal/mate-terminal-1.26.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+fi
+
+DESCRIPTION="The MATE Terminal"
+LICENSE="FDL-1.1+ GPL-3+ LGPL-3+"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+ >=app-accessibility/at-spi2-core-2.46.0
+ >=dev-libs/glib-2.50:2
+ >=gnome-base/dconf-0.13.4
+ x11-libs/gdk-pixbuf:2
+ x11-libs/libICE
+ x11-libs/libSM
+ x11-libs/libX11
+ x11-libs/pango
+ >=x11-libs/gtk+-3.22:3[X]
+ >=x11-libs/vte-0.48:2.91
+"
+
+RDEPEND="${COMMON_DEPEND}
+ >=mate-base/mate-desktop-1.6
+ virtual/libintl
+"
+
+BDEPEND="${COMMON_DEPEND}
+ app-text/rarian
+ >=app-text/scrollkeeper-dtd-1:1.0
+ app-text/yelp-tools
+ dev-util/glib-utils
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"