Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: x11-terms/mate-terminal/
Date: Mon, 07 Sep 2020 18:08:46
Message-Id: 1599502105.4cfa6610a8650fabacfefc1e18957a30358b0365.np-hardass@gentoo
1 commit: 4cfa6610a8650fabacfefc1e18957a30358b0365
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 6 21:48:02 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 18:08:25 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=4cfa6610
7
8 x11-terms/mate-terminal: Bump to 1.24.1
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 x11-terms/mate-terminal/Manifest | 1 +
14 .../mate-terminal/mate-terminal-1.24.1.ebuild | 43 ++++++++++++++++++++++
15 2 files changed, 44 insertions(+)
16
17 diff --git a/x11-terms/mate-terminal/Manifest b/x11-terms/mate-terminal/Manifest
18 index f3bb348..a83bc45 100644
19 --- a/x11-terms/mate-terminal/Manifest
20 +++ b/x11-terms/mate-terminal/Manifest
21 @@ -1,2 +1,3 @@
22 DIST mate-terminal-1.22.1.tar.xz 1543900 BLAKE2B 9c5d92525391603f3dd06444c07d892bbae43c03da7f09414901ee31ce8497e65dfca9f184c8186bead91c27c99c69a528ad2021983ad074023781b275e2b748 SHA512 b20102c15dc140b59c93802606ca94fd108dfd5f7ac7f079b872e957794fc2c3aab40c0e6da697e8d393a67fca7b106573a4cb8014af5d6c8ad777be3a798534
23 DIST mate-terminal-1.24.0.tar.xz 2084772 BLAKE2B 82909eb210bf5f0848e35b06b8569b22ba35ff515b2f90bc20e1766564997c7a44080597ac2efa825a8f9793f64c56136dd977b86e4d88e0886bb0e70c772e79 SHA512 2ad25411a8e720d3ef43964dc9f80732e215b1b5154e904069d25e73910c0c8f0e1b100d21f85b9a1eec06f6b17f891791445f7830bb52fc44b67fa3f8cebf76
24 +DIST mate-terminal-1.24.1.tar.xz 2032824 BLAKE2B d5c6e97fbb22550f8caf0042422ea9104b947f04e3dacb42bee4e6d1dcdbd59c8cb6765889ac86ea5850ac5ca293a9f796aa5c41d5e1707df2bb37670b3832f3 SHA512 83090667f823605ef0681efeff66c30729df83e7335c100171017ee5f2e819ec0bb219fdc71ed54a27c4a846fcc8db01c4462ef5b9c1e3f31d9c5838427566dc
25
26 diff --git a/x11-terms/mate-terminal/mate-terminal-1.24.1.ebuild b/x11-terms/mate-terminal/mate-terminal-1.24.1.ebuild
27 new file mode 100644
28 index 0000000..6582117
29 --- /dev/null
30 +++ b/x11-terms/mate-terminal/mate-terminal-1.24.1.ebuild
31 @@ -0,0 +1,43 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +inherit mate
38 +
39 +if [[ ${PV} != 9999 ]]; then
40 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
41 +fi
42 +
43 +DESCRIPTION="The MATE Terminal"
44 +LICENSE="FDL-1.1+ GPL-3+ LGPL-3+"
45 +SLOT="0"
46 +
47 +IUSE=""
48 +
49 +COMMON_DEPEND="
50 + dev-libs/atk
51 + >=dev-libs/glib-2.50:2
52 + >=gnome-base/dconf-0.13.4
53 + x11-libs/gdk-pixbuf:2
54 + x11-libs/libICE
55 + x11-libs/libSM
56 + x11-libs/libX11
57 + x11-libs/pango
58 + >=x11-libs/gtk+-3.22:3[X]
59 + >=x11-libs/vte-0.48:2.91
60 +"
61 +
62 +RDEPEND="${COMMON_DEPEND}
63 + >=mate-base/mate-desktop-1.6
64 + virtual/libintl
65 +"
66 +
67 +DEPEND="${COMMON_DEPEND}
68 + app-text/rarian
69 + >=app-text/scrollkeeper-dtd-1:1.0
70 + app-text/yelp-tools
71 + dev-util/glib-utils
72 + >=sys-devel/gettext-0.19.8
73 + virtual/pkgconfig
74 +"