gui-apps/hyprsysteminfo: new package, add 0.1.3

Signed-off-by: Johannes Huber <johu@gmx.de>
This commit is contained in:
Johannes Huber 2025-01-25 09:04:35 +01:00
parent 6a75d8cca6
commit 2f975585f7
No known key found for this signature in database
GPG Key ID: 295445CEF9072D2F
3 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST hyprsysteminfo-0.1.3.tar.gz 83523 BLAKE2B 21f565b129ed2116d3e999141e271795c5b4f24ce06ec5a889460265fcd92e2b70ae69f8b66861176caeaf68f83ffc2e643da95b50656088e361d1bcf19a52ea SHA512 8ed2226fd4ab358ce7b9632d0555d19047b02f7c1cbabcf61470df3ab66a822c22b66899ba1188007bec3b52a28c67c205907a234966ed3cb63f738607dbf612

View File

@ -0,0 +1,30 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Hyprland's system information GUI application"
HOMEPAGE="https://wiki.hyprland.org/Hypr-Ecosystem/hyprsysteminfo"
SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
dev-qt/qtbase:6[gui,widgets]
dev-qt/qtdeclarative:6
dev-qt/qtwayland:6
gui-libs/hyprutils:=
"
RDEPEND="
${DEPEND}
gui-libs/hyprland-qt-support
"
BDEPEND="
virtual/pkgconfig
"

View File

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>johu@gmx.de</email>
<name>Johannes Huber</name>
</maintainer>
<upstream>
<changelog>https://github.com/hyprwm/hyprsysteminfo/releases</changelog>
<doc>https://wiki.hyprland.org/Hypr-Ecosystem/hyprsysteminfo</doc>
<bugs-to>https://github.com/hyprwm/hyprsysteminfo/issues</bugs-to>
<remote-id type="github">hyprwm/hyprsysteminfo</remote-id>
</upstream>
</pkgmetadata>