commit:     27d18ebe35f914433ba48357a712d10ed309d975
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 22:26:34 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 23:38:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d18ebe

sys-apps/system-monitoring-center: bump to 2.11.0

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

 sys-apps/system-monitoring-center/Manifest         |  1 +
 .../system-monitoring-center-2.11.0.ebuild         | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/sys-apps/system-monitoring-center/Manifest 
b/sys-apps/system-monitoring-center/Manifest
index 69cea52ceb3f..fea3d051bd8f 100644
--- a/sys-apps/system-monitoring-center/Manifest
+++ b/sys-apps/system-monitoring-center/Manifest
@@ -1 +1,2 @@
 DIST system-monitoring-center-2.10.0.tar.gz 536051 BLAKE2B 
198771c8ee79359644f2760954629026ce8edb4d451c83f8a2ca179f1ef59883ccb1dc9764388e6e778f5af9e5a96997ec70553be9bfefcbed60bce8a6e936b3
 SHA512 
ac46956b1e8cb1a21444f047c93ead522a1f99b2b2e63f342ac79e57c377cf3e7474e70d60410f7b657c9284f78ee00f3830fdd873e5ff9d2d500343077628c9
+DIST system-monitoring-center-2.11.0.tar.gz 537577 BLAKE2B 
575bd9743f14290d6d154524fb33893405ec45b1fb1e6af44a7828b4c39ab2c1c59483f8424136df7e12f5a964843e18ea08d47fc72ea444057813c652897a53
 SHA512 
84c2b50ad62d73ae58012d6c65b7f7e857dfca5b447df25b9c8c00f259afac120c94b00e6e9399050eedc3181fabf4d56f09b469a1e4aa35f4be15cea3ad110a

diff --git 
a/sys-apps/system-monitoring-center/system-monitoring-center-2.11.0.ebuild 
b/sys-apps/system-monitoring-center/system-monitoring-center-2.11.0.ebuild
new file mode 100644
index 000000000000..1274d6fa96c9
--- /dev/null
+++ b/sys-apps/system-monitoring-center/system-monitoring-center-2.11.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit meson python-single-r1 xdg
+
+DESCRIPTION="Multi-featured system monitor GUI written in Python"
+HOMEPAGE="https://github.com/hakandundar34coding/system-monitoring-center/";
+SRC_URI="https://github.com/hakandundar34coding/${PN}/archive/v${PV}.tar.gz
+       -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+       ${PYTHON_DEPS}
+       gui-libs/gtk:4[introspection]
+       sys-apps/dmidecode
+       sys-apps/hwdata
+       $(python_gen_cond_dep '
+               dev-python/pycairo[${PYTHON_USEDEP}]
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+       ')
+"
+
+src_install() {
+       meson_src_install
+       python_optimize "${ED}"/usr/share/${PN}
+
+       mv "${ED}"/usr/share/appdata "${ED}"/usr/share/metainfo || die
+}

Reply via email to