Сравнение libXcomposite-0.4.6 с libXcomposite-0.4.7
| /usr/portage/x11-libs/libXcomposite/libXcomposite-0.4.7.ebuild 2026-02-10 11:18:08.797432794 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
XORG_DOC=doc |
| 7 | 7 |
XORG_MULTILIB=yes |
| 8 |
inherit xorg-3 |
|
| 8 |
inherit xorg-meson |
|
| 9 | 9 | |
| 10 | 10 |
DESCRIPTION="X.Org Xcomposite library" |
| 11 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-solaris" |
|
| 11 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-solaris" |
|
| 12 | 12 | |
| 13 | 13 |
RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
|
| 14 | 14 |
DEPEND="${RDEPEND}
|
| ... | ... | |
| 17 | 17 | |
| 18 | 18 |
src_configure() {
|
| 19 | 19 |
local XORG_CONFIGURE_OPTIONS=( |
| 20 |
$(use_with doc xmlto) |
|
| 20 |
$(meson_native_use_feature doc docs) |
|
| 21 | 21 |
) |
| 22 |
xorg-3_src_configure |
|
| 22 |
xorg-meson_src_configure |
|
| 23 | 23 |
} |