repo/gentoo:master commit in: sys-apps/system-monitoring-center/
Maciej BarÄ <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786705221.d0c67a026c4598d5998b59f50af545982755bc3c.xgqt@gentoo> |
commit: d0c67a026c4598d5998b59f50af545982755bc3c
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 10:23:47 2026 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 11:00:21 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c67a02
sys-apps/system-monitoring-center: fix build deps
Closes: https://bugs.gentoo.org/976088
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
...-3.4.1.ebuild => system-monitoring-center-3.4.1-r1.ebuild} | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/sys-apps/system-monitoring-center/system-monitoring-center-3.4.1.ebuild b/sys-apps/system-monitoring-center/system-monitoring-center-3.4.1-r1.ebuild
similarity index 89%
rename from sys-apps/system-monitoring-center/system-monitoring-center-3.4.1.ebuild
rename to sys-apps/system-monitoring-center/system-monitoring-center-3.4.1-r1.ebuild
index e1d325013dda..a5040b5f652b 100644
--- a/sys-apps/system-monitoring-center/system-monitoring-center-3.4.1.ebuild
+++ b/sys-apps/system-monitoring-center/system-monitoring-center-3.4.1-r1.ebuild
@@ -13,12 +13,10 @@ HOMEPAGE="https://github.com/hakandundar34coding/system-monitoring-center/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
-
EGIT_REPO_URI="https://github.com/hakandundar34coding/${PN}"
else
SRC_URI="https://github.com/hakandundar34coding/${PN}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
-
KEYWORDS="amd64 ~x86"
fi
@@ -36,16 +34,21 @@ RDEPEND="
dev-python/pygobject:3[${PYTHON_USEDEP}]
')
"
+BDEPEND="
+ ${RDEPEND}
+ dev-libs/appstream-glib
+ dev-util/desktop-file-utils
+ dev-util/gtk-update-icon-cache
+ virtual/pkgconfig
+"
src_prepare() {
sed -i "s|@PYTHON@|${PYTHON}|" "${S}/src/${PN}.in" || die
-
default
}
src_install() {
meson_src_install
python_optimize "${ED}/usr/share/${PN}"
-
mv "${ED}/usr/share/appdata" "${ED}/usr/share/metainfo" || die
}