Diff tepl-5.0.1-r1 with a tepl-6.8.0
| /usr/portage/gui-libs/tepl/tepl-6.8.0.ebuild 2024-12-25 14:59:49.663270104 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2021 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 | 6 |
inherit gnome.org meson virtualx |
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="GtkSourceView-based text editors and IDE helper library" |
| 9 |
HOMEPAGE="https://wiki.gnome.org/Projects/Tepl" |
|
| 9 |
HOMEPAGE="https://gitlab.gnome.org/swilmet/tepl" |
|
| 10 | 10 | |
| 11 | 11 |
LICENSE="LGPL-3+" |
| 12 |
SLOT="5" |
|
| 13 |
KEYWORDS="~alpha amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86" |
|
| 12 |
SLOT="6/4" |
|
| 13 |
KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" |
|
| 14 | 14 |
IUSE="gtk-doc" |
| 15 | 15 |
RESTRICT="!test? ( test )" |
| 16 | 16 | |
| 17 | 17 |
RDEPEND=" |
| 18 |
>=dev-libs/glib-2.64:2 |
|
| 18 |
>=dev-libs/glib-2.74:2 |
|
| 19 | 19 |
>=x11-libs/gtk+-3.22:3[introspection] |
| 20 |
>=x11-libs/gtksourceview-4.0:4[introspection] |
|
| 21 |
>=gui-libs/amtk-5.0:5[introspection] |
|
| 20 |
>=gui-libs/libgedit-gtksourceview-299.0.4:300 |
|
| 21 |
>=gui-libs/libgedit-amtk-5.0:5=[introspection] |
|
| 22 | 22 |
dev-libs/icu:= |
| 23 |
>=dev-libs/gobject-introspection-1.42:= |
|
| 23 |
gnome-base/gsettings-desktop-schemas |
|
| 24 | ||
| 25 |
dev-libs/gobject-introspection:= |
|
| 24 | 26 |
" |
| 25 | 27 |
DEPEND="${RDEPEND}"
|
| 26 | 28 |
BDEPEND=" |
| 27 | 29 |
dev-util/glib-utils |
| 28 |
gtk-doc? ( >=dev-util/gtk-doc-1.25 |
|
| 30 |
gtk-doc? ( |
|
| 31 |
>=dev-util/gtk-doc-1.25 |
|
| 29 | 32 |
app-text/docbook-xml-dtd:4.3 |
| 30 | 33 |
) |
| 31 | 34 |
>=sys-devel/gettext-0.19.6 |
| ... | ... | |
| 34 | 37 | |
| 35 | 38 |
src_configure() {
|
| 36 | 39 |
local emesonargs=( |
| 40 |
-Dgobject_introspection=true |
|
| 37 | 41 |
$(meson_use gtk-doc gtk_doc) |
| 38 | 42 |
) |
| 39 | 43 |
meson_src_configure |