new package: wl-clipboard, keepassxc: version bump to 2.7.9
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
<Icon>keepassxc</Icon>
|
||||
<Summary>Cross-platform Password Manager</Summary>
|
||||
<Description>KeePassXC is a modern, secure, and open-source password manager that stores and manages your most sensitive information. Let KeePassXC safely store your passwords and auto-fill them into your favorite apps, so you can forget all about them.</Description>
|
||||
<Archive sha1sum="4583019f81e7dd46b580458ff029d5901db4e788" type="tarxz">https://github.com/keepassxreboot/keepassxc/releases/download/2.7.6/keepassxc-2.7.6-src.tar.xz</Archive>
|
||||
<Archive sha1sum="8ffcfd48ebec812246804200fe63dd75152e66b3" type="tarxz">https://github.com/keepassxreboot/keepassxc/releases/download/2.7.9/keepassxc-2.7.9-src.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>xclip</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<!-- <Dependency>curl-devel</Dependency> -->
|
||||
<Dependency>asciidoctor</Dependency>
|
||||
<Dependency versionFrom="3.2.0">botan-devel</Dependency>
|
||||
<Dependency>argon2-devel</Dependency>
|
||||
@@ -50,6 +50,7 @@
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>pcsc-lite</Dependency>
|
||||
<Dependency>wl-clipboard</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
@@ -62,6 +63,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2024-07-06</Date>
|
||||
<Version>2.7.9</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2023-11-01</Date>
|
||||
<Version>2.7.6</Version>
|
||||
|
||||
@@ -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*")
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user