Сравнение json-glib-1.6.6-r1 с json-glib-1.8.0
/usr/portage/dev-libs/json-glib/json-glib-1.8.0.ebuild 2023-10-09 14:52:29.504368350 +0300 | ||
---|---|---|
9 | 9 | |
10 | 10 |
LICENSE="LGPL-2.1+" |
11 | 11 |
SLOT="0" |
12 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" |
|
13 |
IUSE="gtk-doc +introspection test" |
|
12 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
13 |
IUSE="gtk-doc +introspection nls test" |
|
14 | 14 |
RESTRICT="!test? ( test )" |
15 | 15 | |
16 | 16 |
RDEPEND=" |
... | ... | |
32 | 32 |
src_prepare() { |
33 | 33 |
xdg_environment_reset |
34 | 34 |
default |
35 |
# Disable installed-tests; this also indirectly removes build_aux/gen-installed-test.py calls, thus not needing python-any-r1.eclass |
|
35 | ||
36 |
# Disable installed-tests; this also indirectly removes |
|
37 |
# build_aux/gen-installed-test.py calls, thus not needing |
|
38 |
# python-any-r1.eclass |
|
36 | 39 |
sed -e 's/install: true/install: false/g' -i json-glib/tests/meson.build || die |
37 | 40 |
sed -e '/install_data/d' -i json-glib/tests/meson.build || die |
38 | 41 |
} |
... | ... | |
46 | 49 |
$(meson_native_use_feature gtk-doc gtk_doc) |
47 | 50 |
$(meson_native_true man) |
48 | 51 | |
49 |
# TODO: implement in next release |
|
50 |
#$(meson_feature nls) |
|
52 |
$(meson_feature nls) |
|
51 | 53 |
$(meson_use test tests) |
52 | 54 |
) |
53 | 55 |
meson_src_configure |