summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Feldman <NP-Hardass@gentoo.org>2020-09-06 17:48:02 -0400
committerAdam Feldman <NP-Hardass@gentoo.org>2020-09-25 16:32:33 -0400
commit076f982bb9b4cedfc6f51f717f6de9683736e543 (patch)
treeb9fc2809f4d434255bf4d2151b23ecf2b611c41c /x11-terms/mate-terminal/mate-terminal-1.24.1.ebuild
parentmate-extra/mate-sensors-applet: Bump to 1.24.1 (diff)
downloadgentoo-076f982bb9b4cedfc6f51f717f6de9683736e543.tar.gz
gentoo-076f982bb9b4cedfc6f51f717f6de9683736e543.tar.bz2
gentoo-076f982bb9b4cedfc6f51f717f6de9683736e543.zip
x11-terms/mate-terminal: Bump to 1.24.1
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Adam Feldman <NP-Hardass@gentoo.org>
Diffstat (limited to 'x11-terms/mate-terminal/mate-terminal-1.24.1.ebuild')
-rw-r--r--x11-terms/mate-terminal/mate-terminal-1.24.1.ebuild43
1 files changed, 43 insertions, 0 deletions
diff --git a/x11-terms/mate-terminal/mate-terminal-1.24.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.24.1.ebuild
new file mode 100644
index 000000000000..6582117e42a9
--- /dev/null
+++ b/x11-terms/mate-terminal/mate-terminal-1.24.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit mate
+
+if [[ ${PV} != 9999 ]]; then
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+DESCRIPTION="The MATE Terminal"
+LICENSE="FDL-1.1+ GPL-3+ LGPL-3+"
+SLOT="0"
+
+IUSE=""
+
+COMMON_DEPEND="
+ dev-libs/atk
+ >=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
+"
+
+DEPEND="${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
+"