Сравнение picom-12.5 с picom-9999
/usr/portage/x11-misc/picom/picom-9999.ebuild 2024-12-25 14:59:53.507270201 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
1 |
# Copyright 1999-2024 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 |
PYTHON_COMPAT=( python3_{9..13} ) |
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="dbus +doc +drm opengl pcre test" |
17 | 16 | |
18 | 17 |
REQUIRED_USE="test? ( dbus )" # avoid "DBus support not compiled in!" |