commit:     2f975585f719c0f7bebeef932c72d542a9a5b11d
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Sat Jan 25 08:04:35 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Feb 17 16:43:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f975585

gui-apps/hyprsysteminfo: new package, add 0.1.3

Signed-off-by: Johannes Huber <johu <AT> gmx.de>

 gui-apps/hyprsysteminfo/Manifest                   |  1 +
 .../hyprsysteminfo/hyprsysteminfo-0.1.3.ebuild     | 30 ++++++++++++++++++++++
 gui-apps/hyprsysteminfo/metadata.xml               | 14 ++++++++++
 3 files changed, 45 insertions(+)

diff --git a/gui-apps/hyprsysteminfo/Manifest b/gui-apps/hyprsysteminfo/Manifest
new file mode 100644
index 000000000..48250eabe
--- /dev/null
+++ b/gui-apps/hyprsysteminfo/Manifest
@@ -0,0 +1 @@
+DIST hyprsysteminfo-0.1.3.tar.gz 83523 BLAKE2B 
21f565b129ed2116d3e999141e271795c5b4f24ce06ec5a889460265fcd92e2b70ae69f8b66861176caeaf68f83ffc2e643da95b50656088e361d1bcf19a52ea
 SHA512 
8ed2226fd4ab358ce7b9632d0555d19047b02f7c1cbabcf61470df3ab66a822c22b66899ba1188007bec3b52a28c67c205907a234966ed3cb63f738607dbf612

diff --git a/gui-apps/hyprsysteminfo/hyprsysteminfo-0.1.3.ebuild 
b/gui-apps/hyprsysteminfo/hyprsysteminfo-0.1.3.ebuild
new file mode 100644
index 000000000..b2b76c9e9
--- /dev/null
+++ b/gui-apps/hyprsysteminfo/hyprsysteminfo-0.1.3.ebuild
@@ -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
+"

diff --git a/gui-apps/hyprsysteminfo/metadata.xml 
b/gui-apps/hyprsysteminfo/metadata.xml
new file mode 100644
index 000000000..dcdd6d418
--- /dev/null
+++ b/gui-apps/hyprsysteminfo/metadata.xml
@@ -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>[email protected]</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>

Reply via email to