Diff system-monitoring-center-2.26.0-r1 with a system-monitoring-center-3.1.0
| /usr/portage/sys-apps/system-monitoring-center/system-monitoring-center-3.1.0.ebuild 2026-03-03 11:46:18.686985525 +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 |
PYTHON_COMPAT=( python3_{11..13} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{12..14} )
|
|
| 7 |
PYTHON_REQ_USE="tk" |
|
| 7 | 8 | |
| 8 | 9 |
inherit meson python-single-r1 xdg |
| 9 | 10 | |
| ... | ... | |
| 13 | 14 |
if [[ "${PV}" == *9999* ]] ; then
|
| 14 | 15 |
inherit git-r3 |
| 15 | 16 | |
| 16 |
EGIT_REPO_URI="https://github.com/hakandundar34coding/${PN}.git"
|
|
| 17 |
EGIT_REPO_URI="https://github.com/hakandundar34coding/${PN}"
|
|
| 17 | 18 |
else |
| 18 | 19 |
SRC_URI="https://github.com/hakandundar34coding/${PN}/archive/v${PV}.tar.gz
|
| 19 |
-> ${P}.tar.gz"
|
|
| 20 |
-> ${P}.gh.tar.gz"
|
|
| 20 | 21 | |
| 21 |
KEYWORDS="amd64 ~x86" |
|
| 22 |
KEYWORDS="~amd64 ~x86" |
|
| 22 | 23 |
fi |
| 23 | 24 | |
| 24 | 25 |
LICENSE="GPL-3+" |
| ... | ... | |
| 27 | 28 | |
| 28 | 29 |
RDEPEND=" |
| 29 | 30 |
${PYTHON_DEPS}
|
| 30 |
gui-libs/gtk:4[introspection] |
|
| 31 |
gui-libs/libadwaita:1 |
|
| 32 | 31 |
sys-apps/dmidecode |
| 33 | 32 |
sys-apps/hwdata |
| 34 | 33 |
$(python_gen_cond_dep ' |
| 34 |
dev-python/pillow[${PYTHON_USEDEP},tk]
|
|
| 35 | 35 |
dev-python/pycairo[${PYTHON_USEDEP}]
|
| 36 | 36 |
dev-python/pygobject:3[${PYTHON_USEDEP}]
|
| 37 | 37 |
') |