commit:     452542e9e75f50738cfa05d27feff1ad0db9cde0
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 16:51:55 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 18:23:38 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=452542e9

sys-apps/system-monitoring-center: sync live 9999 version

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 .../system-monitoring-center-9999.ebuild                 | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git 
a/sys-apps/system-monitoring-center/system-monitoring-center-9999.ebuild 
b/sys-apps/system-monitoring-center/system-monitoring-center-9999.ebuild
index 74c9c65f4838..c2ad9cd72fac 100644
--- a/sys-apps/system-monitoring-center/system-monitoring-center-9999.ebuild
+++ b/sys-apps/system-monitoring-center/system-monitoring-center-9999.ebuild
@@ -1,21 +1,24 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..14} )
+PYTHON_REQ_USE="tk"
 
 inherit meson python-single-r1 xdg
 
 DESCRIPTION="Multi-featured system monitor GUI written in Python"
 HOMEPAGE="https://github.com/hakandundar34coding/system-monitoring-center/";
 
-if [[ ${PV} == *9999* ]] ; then
+if [[ "${PV}" == *9999* ]] ; then
        inherit git-r3
-       EGIT_REPO_URI="https://github.com/hakandundar34coding/${PN}.git";
+
+       EGIT_REPO_URI="https://github.com/hakandundar34coding/${PN}";
 else
        
SRC_URI="https://github.com/hakandundar34coding/${PN}/archive/v${PV}.tar.gz
-               -> ${P}.tar.gz"
+               -> ${P}.gh.tar.gz"
+
        KEYWORDS="~amd64 ~x86"
 fi
 
@@ -25,11 +28,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="
        ${PYTHON_DEPS}
-       gui-libs/gtk:4[introspection]
-       gui-libs/libadwaita:1
        sys-apps/dmidecode
        sys-apps/hwdata
        $(python_gen_cond_dep '
+               dev-python/pillow[${PYTHON_USEDEP},tk]
                dev-python/pycairo[${PYTHON_USEDEP}]
                dev-python/pygobject:3[${PYTHON_USEDEP}]
        ')

Reply via email to