12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>switcheroo-control</Name>
- <Homepage>https://gitlab.freedesktop.org/hadess/switcheroo-control</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>library</IsA>
- <Summary>D-Bus service to check the availability of dual-GPU</Summary>
- <Icon>switcheroo-control</Icon>
- <Description>Çift GPU'nun kullanılabilirliğini kontrol etmek için D-Bus hizmeti</Description>
- <Archive sha1sum="ac2d443aa7a184c847ca0360363037e96d0291d4" type="tarbz2">https://gitlab.freedesktop.org/hadess/switcheroo-control/-/archive/2.6/switcheroo-control-2.6.tar.bz2</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>gtk-doc</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libgudev-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>switcheroo-control.patch</Patch>
- <Patch level="1">switcheroo-control.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>switcheroo-control</Name>
- <RuntimeDependencies>
- <Dependency>glib2-devel</Dependency>
- <Dependency>libgudev-devel</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/lib</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share/dbus-1</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>switcheroo-control-docs</Name>
- <Summary>Development files for switcheroo-control</Summary>
- <RuntimeDependencies>
- <Dependency release="current">switcheroo-control</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/share/gtk-doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2023-09-10</Date>
- <Version>2.6</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|