Сравнение picom-10.2 с picom-9999
/usr/portage/x11-misc/picom/picom-9999.ebuild 2023-10-09 14:52:35.944368513 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
PYTHON_COMPAT=( python3_{9..11} ) |
7 |
inherit meson python-any-r1 virtualx xdg |
|
7 |
inherit git-r3 meson python-any-r1 virtualx xdg |
|
8 | 8 | |
9 | 9 |
DESCRIPTION="A lightweight compositor for X11 (previously a compton fork)" |
10 | 10 |
HOMEPAGE="https://github.com/yshui/picom" |
11 |
SRC_URI="https://github.com/yshui/picom/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
|
11 |
EGIT_REPO_URI="https://github.com/yshui/picom.git" |
|
12 | 12 | |
13 | 13 |
LICENSE="MPL-2.0 MIT" |
14 | 14 |
SLOT="0" |
15 |
KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" |
|
16 | 15 |
IUSE="+config-file dbus +doc +drm opengl pcre test" |
17 | 16 | |
18 | 17 |
REQUIRED_USE="test? ( dbus )" # avoid "DBus support not compiled in!" |
... | ... | |
32 | 31 |
dbus? ( sys-apps/dbus ) |
33 | 32 |
drm? ( x11-libs/libdrm ) |
34 | 33 |
opengl? ( virtual/opengl ) |
35 |
pcre? ( dev-libs/libpcre ) |
|
34 |
pcre? ( dev-libs/libpcre2:= ) |
|
36 | 35 |
!x11-misc/compton" |
37 | 36 |
DEPEND="${RDEPEND} |
38 | 37 |
x11-base/xorg-proto" |