diff options
author | Ian Jordan <immoloism@gmail.com> | 2023-12-18 02:50:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-21 11:49:45 +0000 |
commit | 0c29004f6d6ddf9513be099191968f9ebcdc4f60 (patch) | |
tree | f48dc3b3851468387e079db9a588cff3ffc76b1e /x11-terms | |
parent | x11-misc/mate-notification-daemon: add 1.27.1 (diff) | |
download | gentoo-0c29004f6d6ddf9513be099191968f9ebcdc4f60.tar.gz gentoo-0c29004f6d6ddf9513be099191968f9ebcdc4f60.tar.bz2 gentoo-0c29004f6d6ddf9513be099191968f9ebcdc4f60.zip |
x11-terms/mate-terminal: add 1.27.1
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/mate-terminal/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest index 269e8fe6f8ae..9af371f29c94 100644 --- a/x11-terms/mate-terminal/Manifest +++ b/x11-terms/mate-terminal/Manifest @@ -1 +1,2 @@ DIST mate-terminal-1.26.0.tar.xz 2095052 BLAKE2B 10d9b7d4a8a514249233a30000fbf340a7caed639af518246dc2bd063453adde5021bf0aa1a49e735f83b04e523c3233feb92a6ac16786a32d60e6f01b960956 SHA512 dfdee8e3bb1bffc5570d8103b67f42de7c1b3f5f4902b9f35459eceab863ca03809c922adfa1bc28f5030e4070defcd305bdf0dac59065399f1c54abb4a640c6 +DIST mate-terminal-1.27.1.tar.xz 2148092 BLAKE2B 3111d01270fca2db889d2f707718a812230ca7abe5336fa936bec2b5e265047a30de07078d9a3d0a1e5b80e3b01050727bf228da80400f99a2ad48cf713d5e72 SHA512 b7c2e0007d3b4fca5c00e366720fd9318693cce487f2e00e21a4e749525304fc9cb71bcba2d694f82162e93aede4aa04b1fe784612fdb388f83de949466fd3b0 diff --git a/x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild new file mode 100644 index 000000000000..c47f67205050 --- /dev/null +++ b/x11-terms/mate-terminal/mate-terminal-1.27.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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 +" |