Date: Wednesday, May 17, 2023 @ 19:06:50
Author: anthraxx
Revision: 1462990
archrelease: copy trunk to community-x86_64
Added:
keepassxc/repos/community-x86_64/PKGBUILD
(from rev 1462989, keepassxc/trunk/PKGBUILD)
keepassxc/repos/community-x86_64/keys/
Deleted:
keepassxc/repos/community-x86_64/PKGBUILD
keepassxc/repos/community-x86_64/keys/
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-17 19:06:36 UTC (rev 1462989)
+++ PKGBUILD 2023-05-17 19:06:50 UTC (rev 1462990)
@@ -1,44 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Maintainer: Bruno Pagani <[email protected]>
-# Maintainer: Robin Candau <[email protected]>
-
-pkgname=keepassxc
-pkgver=2.7.5
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/"
-license=(GPL)
-depends=(argon2 botan2 curl hicolor-icon-theme libxtst
- minizip pcsclite qrencode qt5-svg qt5-x11extras libusb)
-makedepends=(asciidoctor cmake qt5-tools)
-optdepends=('xclip: keepassxc-cli clipboard support under X server'
- 'wl-clipboard: keepassxc-cli clipboard support under Wayland')
-checkdepends=(xclip xorg-server-xvfb)
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('ede24800901816c49569aa4f8bc7180a40cb8b554617fa2a2a2653caac13000c'
- 'SKIP')
-# List of signing keys can be found at
https://keepassxc.org/verifying-signatures/
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
- 71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
- AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
- C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
-
-build() {
- cmake -S keepassxc-$pkgver -B build \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DWITH_XC_ALL=ON \
- -DWITH_XC_UPDATECHECK=OFF
- cmake --build build
-}
-
-check() {
- xvfb-run --auto-servernum cmake --build build --target test
-}
-
-package() {
- cmake --build build --target install -- DESTDIR="$pkgdir"
-}
Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 1462989,
keepassxc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-17 19:06:50 UTC (rev 1462990)
@@ -0,0 +1,44 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Bruno Pagani <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
+
+pkgname=keepassxc
+pkgver=2.7.5
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/"
+license=(GPL)
+depends=(argon2 botan curl hicolor-icon-theme libxtst
+ minizip pcsclite qrencode qt5-svg qt5-x11extras libusb)
+makedepends=(asciidoctor cmake qt5-tools)
+optdepends=('xclip: keepassxc-cli clipboard support under X server'
+ 'wl-clipboard: keepassxc-cli clipboard support under Wayland')
+checkdepends=(xclip xorg-server-xvfb)
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('ede24800901816c49569aa4f8bc7180a40cb8b554617fa2a2a2653caac13000c'
+ 'SKIP')
+# List of signing keys can be found at
https://keepassxc.org/verifying-signatures/
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+ 71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+ AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+ C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
+
+build() {
+ cmake -S keepassxc-$pkgver -B build \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DWITH_XC_ALL=ON \
+ -DWITH_XC_UPDATECHECK=OFF
+ cmake --build build
+}
+
+check() {
+ xvfb-run --auto-servernum cmake --build build --target test
+}
+
+package() {
+ cmake --build build --target install -- DESTDIR="$pkgdir"
+}