commit:     f7c287e8f5b35c0e58047ef11254fe8a1b8ab2b3
Author:     Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
AuthorDate: Mon May 27 01:39:51 2024 +0000
Commit:     Quincy Fleming <quincyf467 <AT> protonmail <DOT> com>
CommitDate: Mon May 27 01:39:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7c287e8

app-admin/hardinfo2: add xdg-utils eclass

Signed-off-by: Quincy Fleming <quincyf467 <AT> protonmail.com>

 app-admin/hardinfo2/hardinfo2-2.1.8.ebuild |  2 +-
 app-admin/hardinfo2/metadata.xml           | 37 +++++++++++++++++-------------
 2 files changed, 22 insertions(+), 17 deletions(-)

diff --git a/app-admin/hardinfo2/hardinfo2-2.1.8.ebuild 
b/app-admin/hardinfo2/hardinfo2-2.1.8.ebuild
index 17aa43f1a..8d255d9d9 100644
--- a/app-admin/hardinfo2/hardinfo2-2.1.8.ebuild
+++ b/app-admin/hardinfo2/hardinfo2-2.1.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit cmake
+inherit cmake xdg-utils
 
 DESCRIPTION="System Information and Benchmark for Linux Systems"
 HOMEPAGE="https://www.hardinfo2.org";

diff --git a/app-admin/hardinfo2/metadata.xml b/app-admin/hardinfo2/metadata.xml
index 7e1d2cba3..51c675eec 100644
--- a/app-admin/hardinfo2/metadata.xml
+++ b/app-admin/hardinfo2/metadata.xml
@@ -1,21 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-  <maintainer type="person">
-       <email>quincyf...@protonmail.com</email>
-       <name>Quincy Fleming</name>
-  </maintainer>
-  <upstream>
-       <remote-id type="github">hardinfo2/hardinfo2</remote-id>
-       <doc 
lang="en">https://github.com/hardinfo2/hardinfo2/blob/master/README.md</doc>
-       <bugs-to>https://github.com/hardinfo2/hardinfo2/issues</bugs-to>
-  </upstream>
-  <longdescription lang="en">
-       Hardinfo2 is based on hardinfo, which has not been released for more 
than 10 years. 
-       Hardinfo2 is the reboot that was needed.
+       <maintainer type="person">
+               <email>quincyf...@protonmail.com</email>
+               <name>Quincy Fleming</name>
+       </maintainer>
+       <use>
+               <flag name="benchmark">Install sysbench for benchmarking</flag>
+               <flag name="dmi">Install dmidecode for DMI</flag>
+               <flag name="gtk3">gtk+ user interface</flag>
+       </use>
+       <upstream>
+               <remote-id type="github">hardinfo2/hardinfo2</remote-id>
+               <doc 
lang="en">https://github.com/hardinfo2/hardinfo2/blob/master/README.md</doc>
+               <bugs-to>https://github.com/hardinfo2/hardinfo2/issues</bugs-to>
+       </upstream>
+       <longdescription lang="en">
+               Hardinfo2 is based on hardinfo, which has not been released for 
more than 10 years. 
+               Hardinfo2 is the reboot that was needed.
 
-       Hardinfo2 offers System Information and Benchmark for Linux Systems.
-       It is able to obtain information from both hardware and basic software. 
-       It can benchmark your system and compare to other machines online.
-  </longdescription>
+               Hardinfo2 offers System Information and Benchmark for Linux 
Systems.
+               It is able to obtain information from both hardware and basic 
software. 
+               It can benchmark your system and compare to other machines 
online.
+       </longdescription>
 </pkgmetadata>

Reply via email to