new packages: python3-cairocffi, python3-cairosvg, python3-pyperclip, python3-svgwrite, python3-xcffib, wmctrl, xclip, xprintidle, budgie-extras

This commit is contained in:
suvari
2022-08-14 17:35:08 +03:00
parent 0572dc866b
commit cfdb85d8bf
33 changed files with 1915 additions and 52 deletions
@@ -0,0 +1,17 @@
#!/usr/bin/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 pythonmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*", "README*")
@@ -0,0 +1,49 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-cairosvg</Name>
<Homepage>https://cairosvg.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPL3</License>
<IsA>library</IsA>
<Summary>SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files</Summary>
<Description>SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files</Description>
<Archive sha1sum="49102d49a47a7ae8631b581ca5632e22fa225a25" type="targz">https://github.com/Kozea/CairoSVG/archive/refs/tags/2.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-pillow</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-defusedxml</Dependency>
<Dependency>python3-pytest-runner</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-cairosvg</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-pillow</Dependency>
<Dependency>python3-cairocffi</Dependency>
<Dependency>python3-defusedxml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-08-13</Date>
<Version>2.5.2</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>python3-cairosvg</Name>
<Summary xml:lang="tr">Cairo'ya dayalı SVG dönüştürücü. SVG dosyalarını PDF, PostScript ve PNG dosyalarına aktarabilir</Summary>
<Description xml:lang="tr">Cairo'ya dayalı SVG dönüştürücü. SVG dosyalarını PDF, PostScript ve PNG dosyalarına aktarabilir</Description>
</Source>
</PISI>