12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?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>
|