pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>guiscrcpy</Name>
  6. <Homepage>https://github.com/srevinsaju/guiscrcpy</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app</IsA>
  13. <Summary>Open Source GUI based Android Screen Mirroring System</Summary>
  14. <Icon>guiscrcpy</Icon>
  15. <Description>Açık Kaynak GUI tabanlı Android Ekran Yansıtma Sistemi</Description>
  16. <Archive sha1sum="e6c1951fd21fcfbdb0a4f0e005bfa556c02e074f" type="targz">https://github.com/srevinsaju/guiscrcpy/archive/refs/tags/v2023.1.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python3-build</Dependency>
  19. <Dependency>python3-tomli</Dependency>
  20. <Dependency>python3-installer</Dependency>
  21. <Dependency>python3-poetry-core</Dependency>
  22. </BuildDependencies>
  23. -->
  24. <!--
  25. <Patches>
  26. <Patch>guiscrcpy.patch</Patch>
  27. <Patch level="1">guiscrcpy.patch</Patch>
  28. </Patches>
  29. -->
  30. </Source>
  31. <Package>
  32. <Name>guiscrcpy</Name>
  33. <RuntimeDependencies>
  34. <Dependency>python3</Dependency>
  35. <Dependency>scrcpy</Dependency>
  36. <Dependency>python3-click</Dependency>
  37. <Dependency>python3-qtpy</Dependency>
  38. <Dependency>python3-coloredlogs</Dependency>
  39. <Dependency>python3-poetry-core</Dependency>
  40. <Dependency>python3-humanfriendly</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="data">/usr/share</Path>
  46. <Path fileType="data">/usr/share/icons</Path>
  47. <Path fileType="data">/usr/share/applications</Path>
  48. <Path fileType="info">/usr/share/metainfo</Path>
  49. <Path fileType="doc">/usr/share/doc</Path>
  50. </Files>
  51. </Package>
  52. <History>
  53. <Update release="1">
  54. <Date>2023-06-11</Date>
  55. <Version>2023.1.1</Version>
  56. <Comment>First release</Comment>
  57. <Name>PisiLinux Community</Name>
  58. <Email>admins@pisilinux.org</Email>
  59. </Update>
  60. </History>
  61. </PISI>