pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>wl-clipboard</Name>
  6. <Homepage>https://github.com/bugaevc/wl-clipboard</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>Command-line copy/paste utilities for Wayland</Summary>
  14. <Icon>wl-clipboard</Icon>
  15. <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>
  16. <Archive sha1sum="eef782f991cf8db6346fff56d90cc1c42832db1f" type="targz">https://github.com/bugaevc/wl-clipboard/archive/refs/tags/v2.2.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>meson</Dependency>
  19. <Dependency>wayland-devel</Dependency>
  20. <Dependency>wayland-client</Dependency>
  21. <Dependency>wayland-protocols-devel</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>wl-clipboard</Name>
  26. <RuntimeDependencies>
  27. <Dependency>fish</Dependency>
  28. <Dependency>mailcap</Dependency>
  29. <Dependency>wayland</Dependency>
  30. <Dependency>xdg-utils</Dependency>
  31. <Dependency>wayland-client</Dependency>
  32. <Dependency>wayland-protocols</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="data">/usr/share/bash-completion/completions/wl-paste</Path>
  38. <Path fileType="data">/usr/share/bash-completion/completions/wl-copy</Path>
  39. <Path fileType="data">/usr/share/fish/vendor_completions.d/wl-copy.fish</Path>
  40. <Path fileType="data">/usr/share/fish/vendor_completions.d/wl-paste.fish</Path>
  41. <Path fileType="data">/usr/share/zsh/site-functions/_wl-copy</Path>
  42. <Path fileType="data">/usr/share/zsh/site-functions/_wl-paste</Path>
  43. <Path fileType="doc">/usr/share/doc</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="1">
  48. <Date>2024-07-06</Date>
  49. <Version>2.2.1</Version>
  50. <Comment>First release</Comment>
  51. <Name>Kamil Atlı</Name>
  52. <Email>suvari@pisilinux.org</Email>
  53. </Update>
  54. </History>
  55. </PISI>