Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui-apps/hyprsysteminfo: new package, add 0.1.2 #283

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gui-apps/hyprsysteminfo/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST hyprsysteminfo-0.1.2.tar.gz 83305 BLAKE2B fc519fba607de6a06b5e96f701d22cb162bcbbaa184883390e14726ade4450d4c7dd489b59ea6034d0f21fb25f66e1ead1b5f7a3c7fb609ffb3b9c7802f391d9 SHA512 e4f7c3c3e188869c1bdac8bff452e33affe4a7a354b5f62070ad27248341b4053383f65b54c5cb2a2daf7941dee5a1c7bbae8a70c84b0b35eb492aa1722ba856
29 changes: 29 additions & 0 deletions gui-apps/hyprsysteminfo/hyprsysteminfo-0.1.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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}
"

BDEPEND="
virtual/pkgconfig
"
14 changes: 14 additions & 0 deletions gui-apps/hyprsysteminfo/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>
Loading