pspec.xml 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cpu-x</Name>
  6. <Homepage>https://x0rg.github.io/CPU-X</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>cpu-x</Icon>
  13. <Summary>A Free software that gathers information on CPU, motherboard and more</Summary>
  14. <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>
  15. <Archive sha1sum="c94a7b31a4fee42845eac97b89fad80f3fba96df" type="targz">https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/archive/refs/tags/v5.1.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>nasm</Dependency>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>ninja</Dependency>
  20. <Dependency>procps</Dependency>
  21. <Dependency>dmidecode</Dependency>
  22. <Dependency>curl-devel</Dependency>
  23. <Dependency>gtk3-devel</Dependency>
  24. <Dependency>glib2-devel</Dependency>
  25. <Dependency>pango-devel</Dependency>
  26. <Dependency>vulkan-devel</Dependency>
  27. <Dependency>ncurses-devel</Dependency>
  28. <Dependency>libcpuid-devel</Dependency>
  29. <Dependency>pciutils-devel</Dependency>
  30. <Dependency>vulkan-headers</Dependency>
  31. <Dependency>gdk-pixbuf-devel</Dependency>
  32. <Dependency>opencl-icd-devel</Dependency>
  33. <Dependency>gsettings-desktop-schemas-devel</Dependency>
  34. </BuildDependencies>
  35. </Source>
  36. <Package>
  37. <Name>cpu-x</Name>
  38. <RuntimeDependencies>
  39. <Dependency>gtk3</Dependency>
  40. <Dependency>cairo</Dependency>
  41. <Dependency>glib2</Dependency>
  42. <Dependency>pango</Dependency>
  43. <Dependency>procps</Dependency>
  44. <Dependency>vulkan</Dependency>
  45. <Dependency>ncurses</Dependency>
  46. <Dependency>pciutils</Dependency>
  47. <Dependency>libcpuid</Dependency>
  48. <Dependency>opencl-icd</Dependency>
  49. <Dependency>gdk-pixbuf</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="executable">/usr/bin</Path>
  53. <Path fileType="man">/usr/share/man</Path>
  54. <Path fileType="doc">/usr/share/doc</Path>
  55. <Path fileType="localedata">/usr/share/locale</Path>
  56. <Path fileType="data">/usr/share</Path>
  57. <Path fileType="data">/usr/share/cpu-x</Path>
  58. <Path fileType="data">/usr/share/zsh/site-functions/_cpu-x</Path>
  59. <Path fileType="data">/usr/share/applications/cpu-x.desktop</Path>
  60. <Path fileType="data">/usr/share/polkit-1/actions/org.cpu-x-daemon.policy</Path>
  61. <Path fileType="data">/usr/share/bash-completion/completions/cpu-x</Path>
  62. <Path fileType="data">/usr/share/metainfo/org.cpu-x.appdata.xml</Path>
  63. <Path fileType="icon">/usr/share/icons</Path>
  64. <Path fileType="library">/usr/lib/cpu-x/cpu-x-daemon</Path>
  65. <Path fileType="data">/usr/share/fish</Path>
  66. <Path fileType="data">/usr/share/glib-2.0/schemas</Path>
  67. </Files>
  68. </Package>
  69. <History>
  70. <Update release="2">
  71. <Date>2024-11-29</Date>
  72. <Version>5.1.0</Version>
  73. <Comment>First release</Comment>
  74. <Name>Ümit Solmaz</Name>
  75. <Email>admins@pisilinux.org</Email>
  76. </Update>
  77. <Update release="1">
  78. <Date>2022-10-22</Date>
  79. <Version>4.5.0</Version>
  80. <Comment>First release</Comment>
  81. <Name>Kamil Atlı</Name>
  82. <Email>suvari@pisilinux.org</Email>
  83. </Update>
  84. </History>
  85. </PISI>