1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>hardinfo</Name>
- <Homepage>https://github.com/lpereira/hardinfo</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Icon>hardinfo</Icon>
- <Summary>System profiler and benchmark tool for Linux systems</Summary>
- <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>
- <Archive sha1sum="8f23d6d50e8ab8d1fd3468d7fd78eab1fc86f743" type="zip">https://github.com/lpereira/hardinfo/archive/refs/heads/master.zip</Archive>
- <BuildDependencies>
- <Dependency>git</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>usbutils</Dependency>
- <Dependency>dmidecode</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>fwupd-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libsoup-devel</Dependency>
- <Dependency>pciutils-devel</Dependency>
- <Dependency>lm_sensors-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>benchmark.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>hardinfo</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>fwupd</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libsoup</Dependency>
- <Dependency>pciutils</Dependency>
- <Dependency>usbutils</Dependency>
- <Dependency>dmidecode</Dependency>
- <Dependency>json-glib</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- <Dependency>lm_sensors</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/hardinfo</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="locale">/usr/share/locale</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2023-06-06</Date>
- <Version>0.5.1</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|