pspec.xml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gamemode</Name>
  6. <Homepage>https://github.com/FeralInteractive/gamemode</Homepage>
  7. <Packager>
  8. <Name>Bedirhan Kurt</Name>
  9. <Email>bedirhan.kurt@outlook.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <Icon>gamemode</Icon>
  13. <Summary>A Daemon/Library combo for Linux that allows games to request a set of optimizations to be temporarily applied.</Summary>
  14. <Description>GameMode is a daemon/lib combo for Linux that allows games to request a set of optimizations to be temporarily applied to the host OS and/or a game process. It was designed primarily as a stop-gap solution to problems with the Intel and AMD CPU powersave and ondemand governors, but is now a host to a range of optimization features and configurations. Read more at the homepage for details.</Description>
  15. <BuildDependencies>
  16. <Dependency>meson</Dependency>
  17. <Dependency>git</Dependency>
  18. <Dependency>dbus-devel</Dependency>
  19. <Dependency>libinih-devel</Dependency>
  20. <Dependency>elogind-devel</Dependency>
  21. </BuildDependencies>
  22. <Archive sha1sum="e864c51ab7f17594c7cfe7620cb23dd42c983a63" type="targz">https://github.com/FeralInteractive/gamemode/archive/1.8.2.tar.gz</Archive>
  23. </Source>
  24. <Package>
  25. <Name>gamemode</Name>
  26. <RuntimeDependencies>
  27. <Dependency>bash</Dependency>
  28. <Dependency>libgcc</Dependency>
  29. <Dependency>libinih</Dependency>
  30. <Dependency>polkit</Dependency>
  31. <Dependency>elogind</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="config">/etc/security/limits.d</Path>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="header">/usr/include</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="executable">/usr/libexec</Path>
  39. <Path fileType="config">/usr/share/dbus-1/services</Path>
  40. <Path fileType="doc">/usr/share/doc</Path>
  41. <Path fileType="man">/usr/share/man/man1</Path>
  42. <Path fileType="man">/usr/share/man/man8</Path>
  43. <Path fileType="info">/usr/share/metainfo</Path>
  44. <Path fileType="config">/usr/share/polkit-1/rules.d</Path>
  45. <Path fileType="config">/usr/share/polkit-1/actions</Path>
  46. </Files>
  47. <Provides>
  48. <COMAR script="postInstall.py">System.Package</COMAR>
  49. </Provides>
  50. </Package>
  51. <History>
  52. <Update release="1">
  53. <Date>2024-10-21</Date>
  54. <Version>1.8.2</Version>
  55. <Comment>Initial Pisi Linux packaging</Comment>
  56. <Name>Bedirhan Kurt</Name>
  57. <Email>bedirhan.kurt@outlook.com</Email>
  58. </Update>
  59. </History>
  60. </PISI>