12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>guiscrcpy</Name>
- <Homepage>https://github.com/srevinsaju/guiscrcpy</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app</IsA>
- <Summary>Open Source GUI based Android Screen Mirroring System</Summary>
- <Icon>guiscrcpy</Icon>
- <Description>Açık Kaynak GUI tabanlı Android Ekran Yansıtma Sistemi</Description>
- <Archive sha1sum="e6c1951fd21fcfbdb0a4f0e005bfa556c02e074f" type="targz">https://github.com/srevinsaju/guiscrcpy/archive/refs/tags/v2023.1.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-build</Dependency>
- <Dependency>python3-tomli</Dependency>
- <Dependency>python3-installer</Dependency>
- <Dependency>python3-poetry-core</Dependency>
- </BuildDependencies>
- -->
- <!--
- <Patches>
- <Patch>guiscrcpy.patch</Patch>
- <Patch level="1">guiscrcpy.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>guiscrcpy</Name>
- <RuntimeDependencies>
- <Dependency>python3</Dependency>
- <Dependency>scrcpy</Dependency>
- <Dependency>python3-click</Dependency>
- <Dependency>python3-qtpy</Dependency>
- <Dependency>python3-coloredlogs</Dependency>
- <Dependency>python3-poetry-core</Dependency>
- <Dependency>python3-humanfriendly</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="info">/usr/share/metainfo</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2023-06-11</Date>
- <Version>2023.1.1</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|