commit: 0537fd21dce076584a96c70243da299753f8f0a0
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 22:40:21 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 23:18:47 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0537fd21
sys-apps/system-monitoring-center: bump to 2.16.0
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
sys-apps/system-monitoring-center/Manifest | 1 +
.../system-monitoring-center-2.16.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 c9c988bee8d9..05f6cdbdaba2 100644
--- a/sys-apps/system-monitoring-center/Manifest
+++ b/sys-apps/system-monitoring-center/Manifest
@@ -1,3 +1,4 @@
DIST system-monitoring-center-2.12.0.tar.gz 538699 BLAKE2B
a7e610897fb814b8caa48d28c9b2595d95cfb25522977b908e286df51160d71d5df9e03d7c5ec29ed4f162f503c346769f5247e739840edd0e91ef8c1b098951
SHA512
e7216fc5765835380e6b9c2432c99f00a57e3ffe10638752360b3ec2ccf2edbf0a5e294560ade341329bc27bdacaadc77d32c0aff84261733d9f46428f1b1686
DIST system-monitoring-center-2.14.0.tar.gz 550257 BLAKE2B
3ea3b392c08bcbdba960f03b00a65dab94e1911b53f17fe38ccbd9a7c59f38094a928184a0db488fcd7c60d80ff31a7e59e2bfdf0efda43035cfd59b0f3e38e1
SHA512
4453709b1ef937ba8582ab76b25573f9e4975f4f905284c273dc3490ff2348800fb1c6ed3bca96db4952fc9c3b7fae2fd278ed945fe5c14f8dcfcec410eca415
DIST system-monitoring-center-2.15.1.tar.gz 540270 BLAKE2B
7350d9e1d90d6db6fd7e75a1c5b50dfe69753dd73a84610b291d6ad75bc47aa11aee1dbbe0622c6b21101af80438e0a35262f2e93a485018d912c10bcdebcc76
SHA512
be469392ec019c0f4379e9fc3daa13bb64f1b8e85c27af673b76f1cc50b380da2a6cc647a4c81751bbd0f2005b8676a62fe0ea582eff75c68409b4bab71672fc
+DIST system-monitoring-center-2.16.0.tar.gz 539510 BLAKE2B
c54aee5b0adc9dc4ff698ca4f7a569510c77994513ff6ec7643bdce14ea9c9604eecf9d08b41f01cf81bdeb87a368ccdc4ab0245078b7cc038c118b6cbf26fa1
SHA512
0d18071dae2285f74ea43f6f9bafe8ee5845d411991fd2e9bb674bd0a1d5b50f8634d6d2f68190289dda396735ff3e6545cf6c8449367fc84a177099a6c00a42
diff --git
a/sys-apps/system-monitoring-center/system-monitoring-center-2.16.0.ebuild
b/sys-apps/system-monitoring-center/system-monitoring-center-2.16.0.ebuild
new file mode 100644
index 000000000000..1274d6fa96c9
--- /dev/null
+++ b/sys-apps/system-monitoring-center/system-monitoring-center-2.16.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
+}