new packages: bencmark, grpc, warpinator and index

This commit is contained in:
suvari
2022-06-11 17:42:35 +03:00
parent 5d8ee38b85
commit 72855d2dfb
14 changed files with 309602 additions and 308509 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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure("--libexecdir=/usr/lib")
def build():
mesontools.build()
def install():
mesontools.install()
#shelltools.cd("..")
pisitools.dodoc("COPYING", "README.md")
+70
View File
@@ -0,0 +1,70 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>warpinator</Name>
<Homepage>https://github.com/linuxmint/warpinator</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL3</License>
<IsA>library</IsA>
<Summary>Share files across the LAN</Summary>
<Description>LAN file sender, send and receive files across the network</Description>
<Archive sha1sum="ccc6bb7e3aa63ff4c97e2191b8208b2f6c23df4b" type="targz">https://github.com/linuxmint/warpinator/archive/refs/tags/1.2.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>grpc-devel</Dependency>
<Dependency>xapp-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>NetworkManager-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>warpinator</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>grpc</Dependency>
<Dependency>xapp</Dependency>
<Dependency>polkit</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-pynacl</Dependency>
<Dependency>NetworkManager</Dependency>
<Dependency>python3-protobuf</Dependency>
<Dependency>python3-zeroconf</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-pygobject3</Dependency>
<Dependency>python3-cryptography</Dependency>
<Dependency>python3-setproctitle</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/libexec/warpinator</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="library">/usr/lib/warpinator</Path>
<Path fileType="data">/usr/share/warpinator/</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="data">/usr/share/glib-2.0/schemas</Path>
<Path fileType="icons">/usr/share/icons</Path>
<Path fileType="config">/etc/xdg/autostart/</Path>
<Path fileType="info">/usr/share/metainfo</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-06-11</Date>
<Version>1.2.9</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>warpinator</Name>
<Summary xml:lang="tr">Ağ üzerinden dosya paylaşın</Summary>
<Description xml:lang="tr">LAN dosya gönderici, ağ üzerinden dosya gönderme ve alma.</Description>
</Source>
</PISI>