123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gamemode</Name>
- <Homepage>https://github.com/FeralInteractive/gamemode</Homepage>
- <Packager>
- <Name>Bedirhan Kurt</Name>
- <Email>bedirhan.kurt@outlook.com</Email>
- </Packager>
- <License>BSD</License>
- <Icon>gamemode</Icon>
- <Summary>A Daemon/Library combo for Linux that allows games to request a set of optimizations to be temporarily applied.</Summary>
- <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>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>git</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>libinih-devel</Dependency>
- <Dependency>elogind-devel</Dependency>
- </BuildDependencies>
- <Archive sha1sum="e864c51ab7f17594c7cfe7620cb23dd42c983a63" type="targz">https://github.com/FeralInteractive/gamemode/archive/1.8.2.tar.gz</Archive>
- </Source>
- <Package>
- <Name>gamemode</Name>
- <RuntimeDependencies>
- <Dependency>bash</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libinih</Dependency>
- <Dependency>polkit</Dependency>
- <Dependency>elogind</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc/security/limits.d</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="config">/usr/share/dbus-1/services</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man/man1</Path>
- <Path fileType="man">/usr/share/man/man8</Path>
- <Path fileType="info">/usr/share/metainfo</Path>
- <Path fileType="config">/usr/share/polkit-1/rules.d</Path>
- <Path fileType="config">/usr/share/polkit-1/actions</Path>
- </Files>
- <Provides>
- <COMAR script="postInstall.py">System.Package</COMAR>
- </Provides>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-10-21</Date>
- <Version>1.8.2</Version>
- <Comment>Initial Pisi Linux packaging</Comment>
- <Name>Bedirhan Kurt</Name>
- <Email>bedirhan.kurt@outlook.com</Email>
- </Update>
- </History>
- </PISI>
|