pspec.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>cpupower-gui</Name>
  6. <Homepage>https://github.com/vagnum08/cpupower-gui</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <Icon>cpupower-gui</Icon>
  13. <Summary>A GUI utility to set CPU frequency limits</Summary>
  14. <Description>This program is designed to allow you to change the frequency limits of your cpu and its governor. The application is similar in functionality to cpupower.</Description>
  15. <Archive sha1sum="4577580e64b1d4c06f6b32b57dc7c6b0f013025b" type="targz">https://github.com/vagnum08/cpupower-gui/archive/b44a19834662d236450e7c2259d2daf3915df597/cpupower-gui-b44a19834662d236450e7c2259d2daf3915df597.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>gtk3-devel</Dependency>
  19. <Dependency>polkit-devel</Dependency>
  20. <Dependency>dbus-python3</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>desktop-file-utils</Dependency>
  23. <Dependency>appstream-glib-devel</Dependency>
  24. <Dependency>python3-pygobject3-devel</Dependency>
  25. </BuildDependencies>
  26. <!--
  27. <Patches>
  28. <Patch>cpupower-gui.patch</Patch>
  29. </Patches>
  30. -->
  31. </Source>
  32. <Package>
  33. <Name>cpupower-gui</Name>
  34. <RuntimeDependencies>
  35. <Dependency>gtk3</Dependency>
  36. <Dependency>polkit</Dependency>
  37. <Dependency>python3</Dependency>
  38. <Dependency>dbus-python3</Dependency>
  39. <Dependency>appstream-glib</Dependency>
  40. <Dependency>desktop-file-utils</Dependency>
  41. <Dependency>python3-pygobject3</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="config">/etc</Path>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="library">/usr/lib/cpupower-gui/cpupower-gui-helper</Path>
  47. <Path fileType="data">/usr/share</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="1">
  52. <Date>2024-10-13</Date>
  53. <Version>1.0.0</Version>
  54. <Comment>First release</Comment>
  55. <Name>Kamil Atlı</Name>
  56. <Email>suvari@pisilinux.org</Email>
  57. </Update>
  58. </History>
  59. </PISI>