Сравнение system-monitoring-center-3.1.0 с system-monitoring-center-9999
| /usr/portage/sys-apps/system-monitoring-center/system-monitoring-center-9999.ebuild 2025-04-02 18:21:10.879891985 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{12..14} )
|
|
| 7 |
PYTHON_REQ_USE="tk" |
|
| 6 |
PYTHON_COMPAT=( python3_{11..13} )
|
|
| 8 | 7 | |
| 9 | 8 |
inherit meson python-single-r1 xdg |
| 10 | 9 | |
| 11 | 10 |
DESCRIPTION="Multi-featured system monitor GUI written in Python" |
| 12 | 11 |
HOMEPAGE="https://github.com/hakandundar34coding/system-monitoring-center/" |
| 13 | 12 | |
| 14 |
if [[ "${PV}" == *9999* ]] ; then
|
|
| 13 |
if [[ ${PV} == *9999* ]] ; then
|
|
| 15 | 14 |
inherit git-r3 |
| 16 | ||
| 17 |
EGIT_REPO_URI="https://github.com/hakandundar34coding/${PN}"
|
|
| 15 |
EGIT_REPO_URI="https://github.com/hakandundar34coding/${PN}.git"
|
|
| 18 | 16 |
else |
| 19 | 17 |
SRC_URI="https://github.com/hakandundar34coding/${PN}/archive/v${PV}.tar.gz
|
| 20 |
-> ${P}.gh.tar.gz"
|
|
| 21 | ||
| 18 |
-> ${P}.tar.gz"
|
|
| 22 | 19 |
KEYWORDS="~amd64 ~x86" |
| 23 | 20 |
fi |
| 24 | 21 | |
| ... | ... | |
| 28 | 25 | |
| 29 | 26 |
RDEPEND=" |
| 30 | 27 |
${PYTHON_DEPS}
|
| 28 |
gui-libs/gtk:4[introspection] |
|
| 29 |
gui-libs/libadwaita:1 |
|
| 31 | 30 |
sys-apps/dmidecode |
| 32 | 31 |
sys-apps/hwdata |
| 33 | 32 |
$(python_gen_cond_dep ' |
| 34 |
dev-python/pillow[${PYTHON_USEDEP},tk]
|
|
| 35 | 33 |
dev-python/pycairo[${PYTHON_USEDEP}]
|
| 36 | 34 |
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
| 37 | 35 |
') |