summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2019-05-12 16:20:27 -0400
committerGöktürk Yüksek <gokturk@gentoo.org>2019-05-12 17:03:15 -0400
commit23aa86d1397300002d9178a4c6870e7b4212946c (patch)
treebd9061c8e125277841ed296ac7d5822bdf2412c4 /x11-terms
parentmate-extra/mate-sensors-applet: Bump to 1.22.1 (diff)
downloadgentoo-23aa86d1397300002d9178a4c6870e7b4212946c.tar.gz
gentoo-23aa86d1397300002d9178a4c6870e7b4212946c.tar.bz2
gentoo-23aa86d1397300002d9178a4c6870e7b4212946c.zip
x11-terms/mate-terminal: Bump to 1.22.1, fix deps
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/mate-terminal/Manifest1
-rw-r--r--x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
index 9d34cc9c9eb2..be11e618c86d 100644
--- a/x11-terms/mate-terminal/Manifest
+++ b/x11-terms/mate-terminal/Manifest
@@ -1 +1,2 @@
DIST mate-terminal-1.22.0.tar.xz 1538540 BLAKE2B 490ff1e2a0d8c93b2ab2479c8a735867f551111585d82d353cd7a150f1fd5e4e1319dc25832628b464572734efc2fa4917b49b7d4fe5d63b78ce6ea5601e4611 SHA512 45932db8c50348386a58ee7acaf08af43e28bd495dac08b4dcff5defd1c10189163bdfd73c61015674d61f275dabc2f749b2e0cbf9981c7dfdef5a4060686645
+DIST mate-terminal-1.22.1.tar.xz 1543900 BLAKE2B 9c5d92525391603f3dd06444c07d892bbae43c03da7f09414901ee31ce8497e65dfca9f184c8186bead91c27c99c69a528ad2021983ad074023781b275e2b748 SHA512 b20102c15dc140b59c93802606ca94fd108dfd5f7ac7f079b872e957794fc2c3aab40c0e6da697e8d393a67fca7b106573a4cb8014af5d6c8ad777be3a798534
diff --git a/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild
new file mode 100644
index 000000000000..894a83ff8533
--- /dev/null
+++ b/x11-terms/mate-terminal/mate-terminal-1.22.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 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="GPL-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"
+
+DEPEND="${COMMON_DEPEND}
+ app-text/rarian
+ >=app-text/scrollkeeper-dtd-1:1.0
+ app-text/yelp-tools
+ dev-util/glib-utils
+ >=dev-util/intltool-0.50.1
+ sys-devel/gettext
+ virtual/pkgconfig"