Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gedit-plugins/
Date: Thu, 29 Apr 2021 02:09:38
Message-Id: 1619661726.c7b6921393450f11d719940d673358e8fe5909ab.mattst88@gentoo
1 commit: c7b6921393450f11d719940d673358e8fe5909ab
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 02:02:06 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 02:02:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b69213
7
8 app-editors/gedit-plugins: Version bump to 40.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 app-editors/gedit-plugins/Manifest | 1 +
13 .../gedit-plugins/gedit-plugins-40.1.ebuild | 108 +++++++++++++++++++++
14 2 files changed, 109 insertions(+)
15
16 diff --git a/app-editors/gedit-plugins/Manifest b/app-editors/gedit-plugins/Manifest
17 index 1e109f3e393..088c611baaf 100644
18 --- a/app-editors/gedit-plugins/Manifest
19 +++ b/app-editors/gedit-plugins/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gedit-plugins-3.38.1.tar.xz 957616 BLAKE2B 9cf5fe5343b513bd841add5d4e85f8fe2e8f62524af7c124bdfc41b81e653a41d1a7417f8cc06f764cca730927f471598cae914a1581c5cd3712b89c464a075d SHA512 d5cc3e82ac6a488f5ab06eaf4eb5ad32bdbe50b74f2f215e114b5cb3bb0a089da00caa3815d6638a679c1c902983a0754a16ef88e15ff88d8321a247288ad237
22 DIST gedit-plugins-40.0.tar.xz 950560 BLAKE2B 783803dd4913a2b384a714c7564f18686b6ecf7da2f10d421322b6421e9b10271f97dcbf819e3212c97a0e4ba2b54dcb12ba5efc392396caafe705844e2cd407 SHA512 660e82dc1a1187262afd921196074dd2808a400b5acbc88ab36f522c50f1b9d221ff1821c2e8c0c066c7556862779e8d277f52a758070c59b17e6b53791ff39d
23 +DIST gedit-plugins-40.1.tar.xz 951024 BLAKE2B 8a5fa07d6b9a5848e66de995c05f389b288e7863fa506476fd82157dc203e472b8ac8b8bdd15b09513e5d819fc58ce4d1077e62e6c5b90f93b14775052bf2737 SHA512 71649d157ac5591e4dd317c44ae167c98fb59e253c45f8c1ff8ef397a9e3f0bb968f0ef2486f9021354269e77defb9e5e305f1538f69818480a250966143c7a3
24
25 diff --git a/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild b/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild
26 new file mode 100644
27 index 00000000000..615262ea716
28 --- /dev/null
29 +++ b/app-editors/gedit-plugins/gedit-plugins-40.1.ebuild
30 @@ -0,0 +1,108 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +PYTHON_COMPAT=( python3_{7..9} )
36 +PYTHON_REQ_USE="xml"
37 +VALA_MIN_API_VERSION="0.28"
38 +
39 +inherit gnome.org gnome2-utils meson python-single-r1 vala xdg
40 +
41 +DESCRIPTION="Collection of extra plugins for the gedit Text Editor"
42 +HOMEPAGE="https://wiki.gnome.org/Apps/Gedit/ShippedPlugins"
43 +
44 +LICENSE="GPL-2+"
45 +KEYWORDS="~amd64 ~x86"
46 +SLOT="0"
47 +
48 +IUSE="charmap git +python terminal vala"
49 +REQUIRED_USE="
50 + charmap? ( python )
51 + git? ( python )
52 + python? ( ${PYTHON_REQUIRED_USE} )
53 + terminal? ( python )
54 +"
55 +
56 +RDEPEND="
57 + >=dev-libs/libpeas-1.14.1[gtk]
58 + >=app-editors/gedit-40.0
59 +
60 + >=dev-libs/glib-2.32:2
61 + >=x11-libs/gtk+-3.9:3
62 + >=x11-libs/gtksourceview-4.0.2:4
63 +
64 + python? (
65 + ${PYTHON_DEPS}
66 + $(python_gen_cond_dep '
67 + app-editors/gedit[python,${PYTHON_SINGLE_USEDEP}]
68 + dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}]
69 + >=dev-python/dbus-python-0.82[${PYTHON_MULTI_USEDEP}]
70 + dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
71 + dev-python/pygobject:3[cairo,${PYTHON_MULTI_USEDEP}]
72 + ')
73 + >=x11-libs/gtk+-3.9:3[introspection]
74 + >=x11-libs/gtksourceview-4.0.2:4[introspection]
75 + x11-libs/pango[introspection]
76 + x11-libs/gdk-pixbuf:2[introspection]
77 + )
78 + charmap? ( >=gnome-extra/gucharmap-3:2.90[introspection] )
79 + git? ( >=dev-libs/libgit2-glib-0.0.6[python] )
80 + terminal? ( >=x11-libs/vte-0.52:2.91[introspection] )
81 +" # vte-0.52+ for feed_child API compatibility
82 +DEPEND="${RDEPEND}"
83 +BDEPEND="
84 + dev-libs/libxml2
85 + dev-util/itstool
86 + >=sys-devel/gettext-0.19.8
87 + virtual/pkgconfig
88 + vala? ( $(vala_depend) )
89 +"
90 +
91 +pkg_setup() {
92 + use python && python-single-r1_pkg_setup
93 +}
94 +
95 +src_prepare() {
96 + use vala && vala_src_prepare
97 + xdg_src_prepare
98 +}
99 +
100 +src_configure() {
101 + local emesonargs=(
102 + -Dplugin_bookmarks=true
103 + $(meson_use python plugin_bracketcompletion)
104 + $(meson_use charmap plugin_charmap)
105 + $(meson_use python plugin_codecomment)
106 + $(meson_use python plugin_colorpicker)
107 + $(meson_use python plugin_colorschemer)
108 + $(meson_use python plugin_commander)
109 + -Dplugin_drawspaces=true
110 + $(meson_use vala plugin_findinfiles)
111 + $(meson_use git plugin_git)
112 + $(meson_use python plugin_joinlines)
113 + $(meson_use python plugin_multiedit)
114 + $(meson_use python plugin_sessionsaver)
115 + $(meson_use python plugin_smartspaces)
116 + $(meson_use python plugin_synctex)
117 + $(meson_use terminal plugin_terminal)
118 + $(meson_use python plugin_textsize)
119 + $(meson_use python plugin_translate)
120 + -Dplugin_wordcompletion=true
121 + )
122 + meson_src_configure
123 +}
124 +
125 +src_install() {
126 + meson_src_install
127 + use python && python_optimize "${ED}/usr/$(get_libdir)/gedit/plugins/"
128 +}
129 +
130 +pkg_postinst() {
131 + xdg_pkg_postinst
132 + gnome2_schemas_update
133 +}
134 +
135 +pkg_postrm() {
136 + xdg_pkg_postrm
137 + gnome2_schemas_update
138 +}