1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>keepassxc</Name>
- <Homepage>https://keepassxc.org/</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app</IsA>
- <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="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>asciidoctor</Dependency>
- <Dependency versionFrom="3.2.0">botan-devel</Dependency>
- <Dependency>argon2-devel</Dependency>
- <Dependency>qt5-linguist</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libusb-devel</Dependency>
- <Dependency>libXtst-devel</Dependency>
- <Dependency>qt5-svg-devel</Dependency>
- <Dependency>minizip-devel</Dependency>
- <Dependency>qrencode-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- <Dependency>pcsc-lite-devel</Dependency>
- <Dependency>qt5-x11extras-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>keepassxc</Name>
- <RuntimeDependencies>
- <Dependency>zlib</Dependency>
- <Dependency>xclip</Dependency>
- <Dependency>botan</Dependency>
- <Dependency>libusb</Dependency>
- <Dependency>argon2</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libXtst</Dependency>
- <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>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="library">/usr/lib/keepassxc</Path>
- </Files>
- </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>
- <Comment>Rebuild</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2023-10-14</Date>
- <Version>2.7.6</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|