pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>hardinfo</Name>
  6. <Homepage>https://github.com/lpereira/hardinfo</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:gui</IsA>
  13. <Icon>hardinfo</Icon>
  14. <Summary>System profiler and benchmark tool for Linux systems</Summary>
  15. <Description>HardInfo is a system profiler and benchmark for Linux systems. It is able to obtain information from both hardware and basic software, and organize it in a simple to use GUI.</Description>
  16. <Archive sha1sum="8f23d6d50e8ab8d1fd3468d7fd78eab1fc86f743" type="zip">https://github.com/lpereira/hardinfo/archive/refs/heads/master.zip</Archive>
  17. <BuildDependencies>
  18. <Dependency>git</Dependency>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>usbutils</Dependency>
  21. <Dependency>dmidecode</Dependency>
  22. <Dependency>gtk3-devel</Dependency>
  23. <Dependency>zlib-devel</Dependency>
  24. <Dependency>fwupd-devel</Dependency>
  25. <Dependency>glib2-devel</Dependency>
  26. <Dependency>libsoup-devel</Dependency>
  27. <Dependency>pciutils-devel</Dependency>
  28. <Dependency>lm_sensors-devel</Dependency>
  29. </BuildDependencies>
  30. <Patches>
  31. <Patch>benchmark.patch</Patch>
  32. </Patches>
  33. </Source>
  34. <Package>
  35. <Name>hardinfo</Name>
  36. <RuntimeDependencies>
  37. <Dependency>gtk3</Dependency>
  38. <Dependency>glib2</Dependency>
  39. <Dependency>zlib</Dependency>
  40. <Dependency>fwupd</Dependency>
  41. <Dependency>cairo</Dependency>
  42. <Dependency>pango</Dependency>
  43. <Dependency>libX11</Dependency>
  44. <Dependency>libgcc</Dependency>
  45. <Dependency>libsoup</Dependency>
  46. <Dependency>pciutils</Dependency>
  47. <Dependency>usbutils</Dependency>
  48. <Dependency>dmidecode</Dependency>
  49. <Dependency>json-glib</Dependency>
  50. <Dependency>gdk-pixbuf</Dependency>
  51. <Dependency>lm_sensors</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="executable">/usr/bin</Path>
  55. <Path fileType="library">/usr/lib/hardinfo</Path>
  56. <Path fileType="man">/usr/share/man</Path>
  57. <Path fileType="doc">/usr/share/doc</Path>
  58. <Path fileType="data">/usr/share</Path>
  59. <Path fileType="locale">/usr/share/locale</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="1">
  64. <Date>2023-06-06</Date>
  65. <Version>0.5.1</Version>
  66. <Comment>First release</Comment>
  67. <Name>Kamil Atlı</Name>
  68. <Email>suvari@pisilinux.org</Email>
  69. </Update>
  70. </History>
  71. </PISI>