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
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure("--prefix=/usr")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("COPYING", "README*")
+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>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>wl-clipboard</Name>
<Summary xml:lang="tr">Wayland için komut satırı kopyalama/yapıştırma yardımcı programları</Summary>
<Description xml:lang="tr">wl-clipboard: Wayland pano yardımcı programları. Bu proje, verileri pano ile Unix, soketleri, dosyaları vb. arasında kolayca kopyalamanıza olanak tanıyan iki komut satırı Wayland pano yardımcı programını uygular: wl-copy ve wl-paste.</Description>
</Source>
</PISI>