12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cpu-x</Name>
- <Homepage>https://x0rg.github.io/CPU-X</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <Icon>cpu-x</Icon>
- <Summary>A Free software that gathers information on CPU, motherboard and more</Summary>
- <Description>CPU-X is a Free software that gathers information on CPU, motherboard and more. CPU-X is a system profiling and monitoring application (similar to CPU-Z for Windows), but CPU-X is a Free and Open Source software designed for GNU/Linux and FreeBSD.</Description>
- <Archive sha1sum="c94a7b31a4fee42845eac97b89fad80f3fba96df" type="targz">https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/archive/refs/tags/v5.1.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>nasm</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>procps</Dependency>
- <Dependency>dmidecode</Dependency>
- <Dependency>curl-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>vulkan-devel</Dependency>
- <Dependency>ncurses-devel</Dependency>
- <Dependency>libcpuid-devel</Dependency>
- <Dependency>pciutils-devel</Dependency>
- <Dependency>vulkan-headers</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- <Dependency>opencl-icd-devel</Dependency>
- <Dependency>gsettings-desktop-schemas-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>cpu-x</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>procps</Dependency>
- <Dependency>vulkan</Dependency>
- <Dependency>ncurses</Dependency>
- <Dependency>pciutils</Dependency>
- <Dependency>libcpuid</Dependency>
- <Dependency>opencl-icd</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/cpu-x</Path>
- <Path fileType="data">/usr/share/zsh/site-functions/_cpu-x</Path>
- <Path fileType="data">/usr/share/applications/cpu-x.desktop</Path>
- <Path fileType="data">/usr/share/polkit-1/actions/org.cpu-x-daemon.policy</Path>
- <Path fileType="data">/usr/share/bash-completion/completions/cpu-x</Path>
- <Path fileType="data">/usr/share/metainfo/org.cpu-x.appdata.xml</Path>
- <Path fileType="icon">/usr/share/icons</Path>
- <Path fileType="library">/usr/lib/cpu-x/cpu-x-daemon</Path>
- <Path fileType="data">/usr/share/fish</Path>
- <Path fileType="data">/usr/share/glib-2.0/schemas</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="2">
- <Date>2024-11-29</Date>
- <Version>5.1.0</Version>
- <Comment>First release</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2022-10-22</Date>
- <Version>4.5.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|