12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>wl-clipboard</Name>
- <Homepage>https://github.com/bugaevc/wl-clipboard</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>LGPLv3</License>
- <IsA>library</IsA>
- <Summary>Command-line copy/paste utilities for Wayland</Summary>
- <Icon>wl-clipboard</Icon>
- <Description>wl-clipboard: Wayland clipboard utilities. This project implements two command-line Wayland clipboard utilities, wl-copy and wl-paste, that let you easily copy data between the clipboard and Unix pipes, sockets, files and so on.</Description>
- <Archive sha1sum="eef782f991cf8db6346fff56d90cc1c42832db1f" type="targz">https://github.com/bugaevc/wl-clipboard/archive/refs/tags/v2.2.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>wayland-devel</Dependency>
- <Dependency>wayland-client</Dependency>
- <Dependency>wayland-protocols-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>wl-clipboard</Name>
- <RuntimeDependencies>
- <Dependency>fish</Dependency>
- <Dependency>mailcap</Dependency>
- <Dependency>wayland</Dependency>
- <Dependency>xdg-utils</Dependency>
- <Dependency>wayland-client</Dependency>
- <Dependency>wayland-protocols</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/bash-completion/completions/wl-paste</Path>
- <Path fileType="data">/usr/share/bash-completion/completions/wl-copy</Path>
- <Path fileType="data">/usr/share/fish/vendor_completions.d/wl-copy.fish</Path>
- <Path fileType="data">/usr/share/fish/vendor_completions.d/wl-paste.fish</Path>
- <Path fileType="data">/usr/share/zsh/site-functions/_wl-copy</Path>
- <Path fileType="data">/usr/share/zsh/site-functions/_wl-paste</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="1">
- <Date>2024-07-06</Date>
- <Version>2.2.1</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|