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
+52
View File
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>wmctrl</Name>
<Homepage>http://tripie.sweb.cz/utils/wmctrl/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPL</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Icon>wmctrl</Icon>
<Summary>Control your EWMH compliant window manager from command line</Summary>
<Description>The wmctrl program is a UNIX/Linux command line tool to interact with an EWMH/NetWM compatible X Window Manager.</Description>
<Archive sha1sum="a123019a7fd5adc3e393fc1108cb706268a34e4d" type="targz">http://tripie.sweb.cz/utils/wmctrl/dist/wmctrl-1.07.tar.gz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>libXmu-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>wmctrl_1.07-6.diff</Patch>
</Patches>
</Source>
<Package>
<Name>wmctrl</Name>
<Summary>Control your EWMH compliant window manager from command line</Summary>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libXmu</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-08-13</Date>
<Version>1.0.7</Version>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>