guiscrcpy new package

This commit is contained in:
Rmys
2023-06-12 12:09:10 +03:00
parent ad336b7e09
commit 4927253126
7 changed files with 150 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import python3modules
from pisi.actionsapi import pisitools
def build():
python3modules.compile()
def install():
python3modules.install()
pisitools.insinto("/usr/share/metainfo", "appimage/guiscrcpy.appdata.xml")
pisitools.insinto("/usr/share/applications", "appimage/guiscrcpy.desktop")
for size in ["128", "256"]:
pisitools.insinto("/usr/share/icons/hicolor/%sx%s/apps" %(size, size), "appimage/guiscrcpy-%s.png" % size, "guiscrcpy.png")
# pisitools.insinto("", "")
pisitools.dodoc("LICENSE", "README*")
+62
View File
@@ -0,0 +1,62 @@
<?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>python3-click</Dependency>
<Dependency>python3-qtpy</Dependency>
<Dependency>python3-oloredlogs</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>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>guiscrcpy</Name>
<Summary xml:lang="tr">Open Source GUI based Android Screen Mirroring System</Summary>
<Description xml:lang="tr">Açık Kaynak GUI tabanlı Android Ekran Yansıtma Sistemi</Description>
</Source>
</PISI>