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
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf()
autotools.rawConfigure()
def build():
pisitools.dosed("Makefile", "/usr/local", "/usr")
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README*")
+54
View File
@@ -0,0 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xclip</Name>
<Homepage>https://github.com/astrand/xclip</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Command line interface to the X11 clipboard</Summary>
<Description>xclip is a command line utility that is designed to run on any system with an X11 implementation. It provides an interface to X selections ("the clipboard") from the command line.</Description>
<Archive sha1sum="0231194c2d244213f5b8d83e3e676aa3cb0ef8eb" type="targz">https://github.com/astrand/xclip/archive/0.13.tar.gz</Archive>
<BuildDependencies>
<Dependency>libXt-devel</Dependency>
<Dependency>libXmu-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>libXau-devel</Dependency>
<Dependency>libXext-devel</Dependency>
<Dependency>libXdmcp-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>xclip</Name>
<RuntimeDependencies>
<Dependency>libXt</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>libXau</Dependency>
<Dependency>libXmu</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXext</Dependency>
<Dependency>libXdmcp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-08-13</Date>
<Version>0.13</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xclip</Name>
<Summary xml:lang="tr">xclip, X11 panosuna komut satırı arayüzü</Summary>
<Description xml:lang="tr">xclip, X11 uygulamasına sahip herhangi bir sistemde çalışmak üzere tasarlanmış bir komut satırı yardımcı programıdır. Komut satırından X seçimlerine ("pano") bir arayüz sağlar.</Description>
</Source>
</PISI>