pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>switcheroo-control</Name>
  6. <Homepage>https://gitlab.freedesktop.org/hadess/switcheroo-control</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>D-Bus service to check the availability of dual-GPU</Summary>
  14. <Icon>switcheroo-control</Icon>
  15. <Description>Çift GPU'nun kullanılabilirliğini kontrol etmek için D-Bus hizmeti</Description>
  16. <Archive sha1sum="ac2d443aa7a184c847ca0360363037e96d0291d4" type="tarbz2">https://gitlab.freedesktop.org/hadess/switcheroo-control/-/archive/2.6/switcheroo-control-2.6.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>meson</Dependency>
  19. <Dependency>gtk-doc</Dependency>
  20. <Dependency>glib2-devel</Dependency>
  21. <Dependency>libgudev-devel</Dependency>
  22. </BuildDependencies>
  23. <!--
  24. <Patches>
  25. <Patch>switcheroo-control.patch</Patch>
  26. <Patch level="1">switcheroo-control.patch</Patch>
  27. </Patches>
  28. -->
  29. </Source>
  30. <Package>
  31. <Name>switcheroo-control</Name>
  32. <RuntimeDependencies>
  33. <Dependency>glib2-devel</Dependency>
  34. <Dependency>libgudev-devel</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="executable">/usr/bin</Path>
  38. <Path fileType="library">/lib</Path>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="data">/usr/share/dbus-1</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. </Files>
  44. </Package>
  45. <Package>
  46. <Name>switcheroo-control-docs</Name>
  47. <Summary>Development files for switcheroo-control</Summary>
  48. <RuntimeDependencies>
  49. <Dependency release="current">switcheroo-control</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="data">/usr/share/gtk-doc</Path>
  53. </Files>
  54. </Package>
  55. <History>
  56. <Update release="1">
  57. <Date>2023-09-10</Date>
  58. <Version>2.6</Version>
  59. <Comment>First release</Comment>
  60. <Name>PisiLinux Community</Name>
  61. <Email>admins@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>