Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/
Date: Fri, 25 Sep 2020 20:33:01
Message-Id: 1601065957.8417fe60977a27effbe55429abf33bf8b722c9bd.np-hardass@gentoo
1 commit: 8417fe60977a27effbe55429abf33bf8b722c9bd
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 6 22:34:46 2020 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 20:32:37 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8417fe60
7
8 app-editors/pluma: 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 app-editors/pluma/Manifest | 1 +
14 app-editors/pluma/pluma-1.24.1.ebuild | 81 +++++++++++++++++++++++++++++++++++
15 2 files changed, 82 insertions(+)
16
17 diff --git a/app-editors/pluma/Manifest b/app-editors/pluma/Manifest
18 index b8231cb2a23..181c8877b29 100644
19 --- a/app-editors/pluma/Manifest
20 +++ b/app-editors/pluma/Manifest
21 @@ -1 +1,2 @@
22 DIST pluma-1.24.0.tar.xz 3717544 BLAKE2B fd9375fd05566c11c24d5bdf55ab0d4619143127a5e48c4e91d18421f50340775d58c3e2264382aa3bbd8aad0569c559e87381a9ece07ce1592d1bc1a5315db1 SHA512 390bf2949549baa0e3dc706526217fbc1513e2f9778917710da806e58cdfb0b7a36e95ed2186442490996cf76783acd4e0f4b8f1fedacee9ba356c0d466510be
23 +DIST pluma-1.24.1.tar.xz 3679636 BLAKE2B e792433b93862c8b0c47145255311c3a3386c1b99ec1ac87ed91608d839ece4430205f83fcc3c0f5145f986105d4c5d8803393035fcaaea08155197bbcf15d03 SHA512 0cfd6a035fc95993dce3e556c49641e799888f20159b29f2c0712c54ee772aa6df1ce755f329414c94efdb2cb3819ce633b92e6559b0c8cb064dab3c74729ab3
24
25 diff --git a/app-editors/pluma/pluma-1.24.1.ebuild b/app-editors/pluma/pluma-1.24.1.ebuild
26 new file mode 100644
27 index 00000000000..9d5382fbcd6
28 --- /dev/null
29 +++ b/app-editors/pluma/pluma-1.24.1.ebuild
30 @@ -0,0 +1,81 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +MATE_LA_PUNT="yes"
37 +
38 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
39 +
40 +inherit mate python-single-r1 virtualx
41 +
42 +if [[ ${PV} != 9999 ]]; then
43 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
44 +fi
45 +
46 +DESCRIPTION="Pluma text editor for the MATE desktop"
47 +LICENSE="FDL-1.1+ GPL-2+ LGPL-2+"
48 +SLOT="0"
49 +
50 +IUSE="+introspection spell test"
51 +
52 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
53 +
54 +# Tests require gvfs sftp fs mounted and schema's installed. Disable tests.
55 +# https://github.com/mate-desktop/mate-text-editor/issues/33
56 +RESTRICT="test"
57 +
58 +COMMON_DEPEND="dev-libs/atk
59 + >=dev-libs/glib-2.50:2
60 + >=dev-libs/libpeas-1.2.0[gtk]
61 + >=dev-libs/libxml2-2.5:2
62 + x11-libs/cairo
63 + x11-libs/gdk-pixbuf:2
64 + >=x11-libs/gtk+-3.22:3[introspection?]
65 + >=x11-libs/gtksourceview-3.0.0:3.0
66 + x11-libs/libICE
67 + x11-libs/libX11
68 + >=x11-libs/libSM-1.0
69 + x11-libs/pango
70 + introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
71 + spell? (
72 + >=app-text/enchant-1.6:=
73 + >=app-text/iso-codes-0.35
74 + )
75 + !!app-editors/mate-text-editor
76 +"
77 +
78 +RDEPEND="${PYTHON_DEPS}
79 + ${COMMON_DEPEND}
80 + >=mate-base/mate-desktop-1.9[introspection?]
81 + virtual/libintl
82 +"
83 +
84 +DEPEND="${COMMON_DEPEND}
85 + ~app-text/docbook-xml-dtd-4.1.2
86 + app-text/rarian
87 + >=app-text/scrollkeeper-dtd-1:1.0
88 + app-text/yelp-tools
89 + dev-util/glib-utils
90 + dev-util/gtk-doc
91 + dev-util/gtk-doc-am
92 + >=sys-devel/libtool-2.2.6:2
93 + >=sys-devel/gettext-0.19.8
94 + virtual/pkgconfig
95 +"
96 +
97 +src_configure() {
98 + mate_src_configure \
99 + $(use_enable introspection) \
100 + $(use_enable spell) \
101 + $(use_enable test tests)
102 +}
103 +
104 +src_test() {
105 + # FIXME: This should be handled at eclass level.
106 + "${EROOT}${GLIB_COMPILE_SCHEMAS}" --allow-any-name "${S}/data" || die
107 +
108 + unset DBUS_SESSION_BUS_ADDRESS
109 +
110 + GSETTINGS_SCHEMA_DIR="${S}/data" Xemake check
111 +}