1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cpupower-gui</Name>
- <Homepage>https://github.com/vagnum08/cpupower-gui</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>GPL</License>
- <Icon>cpupower-gui</Icon>
- <Summary>A GUI utility to set CPU frequency limits</Summary>
- <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>
- <Archive sha1sum="4577580e64b1d4c06f6b32b57dc7c6b0f013025b" type="targz">https://github.com/vagnum08/cpupower-gui/archive/b44a19834662d236450e7c2259d2daf3915df597/cpupower-gui-b44a19834662d236450e7c2259d2daf3915df597.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>polkit-devel</Dependency>
- <Dependency>dbus-python3</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- <Dependency>appstream-glib-devel</Dependency>
- <Dependency>python3-pygobject3-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>cpupower-gui.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>cpupower-gui</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>polkit</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>dbus-python3</Dependency>
- <Dependency>appstream-glib</Dependency>
- <Dependency>desktop-file-utils</Dependency>
- <Dependency>python3-pygobject3</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/cpupower-gui/cpupower-gui-helper</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-10-13</Date>
- <Version>1.0.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|