new package: wl-clipboard, keepassxc: version bump to 2.7.9

This commit is contained in:
suvari
2024-07-06 15:29:27 +03:00
parent ff5efb330b
commit 7524fa7655
8 changed files with 251 additions and 24 deletions
+57
View File
@@ -0,0 +1,57 @@
<?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>