[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-20 Thread Bruno Pagani via arch-commits
Date: Thursday, August 20, 2020 @ 06:25:34
  Author: archange
Revision: 685279

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 685278, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-20 06:25:08 UTC (rev 685278)
+++ PKGBUILD2020-08-20 06:25:34 UTC (rev 685279)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.6.0
-pkgrel=2
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl hicolor-icon-theme libgcrypt libsodium libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(asciidoctor cmake qt5-tools)
-optdepends=('xclip: keepassxc-cli clipboard support under X server'
-'wl-clipboard: keepassxc-cli clipboard support under Wayland')
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('d0d23d97a73ac1cbf59bfca2f5d1506ae36dfcd4fbfb4225efe19931f035fd3a'
-'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() {
-cmake --build build --target test
-}
-
-package() {
-cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 685278, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-20 06:25:34 UTC (rev 685279)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl hicolor-icon-theme libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(asciidoctor cmake qt5-tools)
+optdepends=('xclip: keepassxc-cli clipboard support under X server'
+'wl-clipboard: keepassxc-cli clipboard support under Wayland')
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('b466759947fcd71a59b8d498a1f154cb7b85b4f2a0a417c92a75845d8bac8cc8'
+'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() {
+cmake --build build --target test
+}
+
+package() {
+cmake --build build --target install -- DESTDIR="$pkgdir"
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-27 Thread Bruno Pagani via arch-commits
Date: Monday, July 27, 2020 @ 19:30:13
  Author: archange
Revision: 665511

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 665510, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   83 ++---
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-27 19:30:07 UTC (rev 665510)
+++ PKGBUILD2020-07-27 19:30:13 UTC (rev 665511)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.6.0
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl hicolor-icon-theme libgcrypt libsodium libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(asciidoctor cmake qt5-tools)
-optdepends=('xclip: keepassxc-cli clipboard support')
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('d0d23d97a73ac1cbf59bfca2f5d1506ae36dfcd4fbfb4225efe19931f035fd3a'
-'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() {
-cmake --build build --target test
-}
-
-package() {
-cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 665510, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-27 19:30:13 UTC (rev 665511)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.6.0
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl hicolor-icon-theme libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(asciidoctor cmake qt5-tools)
+optdepends=('xclip: keepassxc-cli clipboard support under X server'
+'wl-clipboard: keepassxc-cli clipboard support under Wayland')
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('d0d23d97a73ac1cbf59bfca2f5d1506ae36dfcd4fbfb4225efe19931f035fd3a'
+'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() {
+cmake --build build --target test
+}
+
+package() {
+cmake --build build --target install -- DESTDIR="$pkgdir"
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-07-10 Thread Balló György via arch-commits
Date: Friday, July 10, 2020 @ 21:59:52
  Author: bgyorgy
Revision: 663227

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 663226, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   81 ++---
 1 file changed, 41 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-10 21:59:49 UTC (rev 663226)
+++ PKGBUILD2020-07-10 21:59:52 UTC (rev 663227)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.4
-pkgrel=2
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl libgcrypt libsodium libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(cmake qt5-tools)
-optdepends=('xclip: keepassxc-cli clipboard support')
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'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() {
-cmake --build build --target test
-}
-
-package() {
-cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 663226, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-10 21:59:52 UTC (rev 663227)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.6.0
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl hicolor-icon-theme libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(asciidoctor cmake qt5-tools)
+optdepends=('xclip: keepassxc-cli clipboard support')
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('d0d23d97a73ac1cbf59bfca2f5d1506ae36dfcd4fbfb4225efe19931f035fd3a'
+'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() {
+cmake --build build --target test
+}
+
+package() {
+cmake --build build --target install -- DESTDIR="$pkgdir"
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-10 Thread Bruno Pagani via arch-commits
Date: Friday, April 10, 2020 @ 18:48:25
  Author: archange
Revision: 613152

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 613151, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-10 18:48:17 UTC (rev 613151)
+++ PKGBUILD2020-04-10 18:48:25 UTC (rev 613152)
@@ -1,39 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.4
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl libgcrypt libsodium libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(cmake qt5-tools)
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'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() {
-cmake --build build --target test
-}
-
-package() {
-cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 613151, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-10 18:48:25 UTC (rev 613152)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.4
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(cmake qt5-tools)
+optdepends=('xclip: keepassxc-cli clipboard support')
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'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() {
+cmake --build build --target test
+}
+
+package() {
+cmake --build build --target install -- DESTDIR="$pkgdir"
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-09 Thread Bruno Pagani via arch-commits
Date: Thursday, April 9, 2020 @ 20:19:57
  Author: archange
Revision: 613052

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 613051, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   79 ++---
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-09 20:19:50 UTC (rev 613051)
+++ PKGBUILD2020-04-09 20:19:57 UTC (rev 613052)
@@ -1,40 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.3
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl libgcrypt libsodium libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(cmake qt5-tools)
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('0500fbce66ee87dc1c36b24f3ea46bd5a3b0fb366ba50bca8b33f670eb21a6eb'
-'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() {
-cmake --build build --target test
-}
-
-package() {
-cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 613051, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-09 20:19:57 UTC (rev 613052)
@@ -0,0 +1,39 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.4
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(cmake qt5-tools)
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('a55e0801c318b02b1ac4e16e9b7a87ccfa7b039ea60d2c62610bd1bbbdd6cd4a' 
'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() {
+cmake --build build --target test
+}
+
+package() {
+cmake --build build --target install -- DESTDIR="$pkgdir"
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-04 Thread Bruno Pagani via arch-commits
Date: Saturday, January 4, 2020 @ 22:21:34
  Author: archange
Revision: 548518

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 548517, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 +
 1 file changed, 40 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-04 22:21:29 UTC (rev 548517)
+++ PKGBUILD2020-01-04 22:21:34 UTC (rev 548518)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.1
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(cmake qt5-tools)
-provides=(org.freedesktop.secrets)
-source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
-sha256sums=('ef33258b859a7b996af007113613b0f6210f2341e8f5fb3a005564262c2caf30'
-'SKIP')
-# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
-  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
-  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
-  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
-
-build() {
-   cd keepassxc-$pkgver
-   cmake -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON \
-   -S . -B build
-   cmake --build build
-}
-
-check() {
-   cd keepassxc-$pkgver
-   cmake --build build --target test
-}
-
-package() {
-   cd keepassxc-$pkgver
-   cmake --build build --target install -- DESTDIR="$pkgdir"
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 548517, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-04 22:21:34 UTC (rev 548518)
@@ -0,0 +1,40 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.2
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl libgcrypt libsodium libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(cmake qt5-tools)
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('12951ca58b615202d73e44602bf5332f2dea3b7f959955fd3eed7cdfed607c53'
+'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() {
+cmake --build build --target test
+}
+
+package() {
+cmake --build build --target install -- DESTDIR="$pkgdir"
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-24 Thread Anatol Pomozov via arch-commits
Date: Monday, November 25, 2019 @ 00:13:18
  Author: anatolik
Revision: 533119

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 533118, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 +
 1 file changed, 42 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 00:12:43 UTC (rev 533118)
+++ PKGBUILD2019-11-25 00:13:18 UTC (rev 533119)
@@ -1,44 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(git cmake qt5-tools)
-provides=(org.freedesktop.secrets)
-_tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=(SKIP)
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

-  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

-  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 533118, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 00:13:18 UTC (rev 533119)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(cmake qt5-tools)
+provides=(org.freedesktop.secrets)
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('ef33258b859a7b996af007113613b0f6210f2341e8f5fb3a005564262c2caf30'
+'SKIP')
+# List of signing keys can be found at 
https://keepassxc.org/verifying-signatures/
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
+  71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
+  AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
+  C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
+
+build() {
+   cd keepassxc-$pkgver
+   cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON \
+   -S . -B build
+   cmake --build build
+}
+
+check() {
+   cd keepassxc-$pkgver
+   cmake --build build --target test
+}
+
+package() {
+   cd keepassxc-$pkgver
+   cmake --build build --target install -- DESTDIR="$pkgdir"
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-28 Thread Bruno Pagani via arch-commits
Date: Monday, October 28, 2019 @ 11:10:35
  Author: archange
Revision: 520826

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 520825, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   87 ++---
 1 file changed, 44 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-28 11:10:30 UTC (rev 520825)
+++ PKGBUILD2019-10-28 11:10:35 UTC (rev 520826)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(git cmake qt5-tools)
-_tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=(SKIP)
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

-  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

-  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 520825, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-28 11:10:35 UTC (rev 520826)
@@ -0,0 +1,44 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(git cmake qt5-tools)
+provides=(org.freedesktop.secrets)
+_tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
+sha256sums=(SKIP)
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

+  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

+  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-10-27 Thread Bruno Pagani via arch-commits
Date: Sunday, October 27, 2019 @ 10:33:29
  Author: archange
Revision: 520738

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 520737, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-27 10:33:14 UTC (rev 520737)
+++ PKGBUILD2019-10-27 10:33:29 UTC (rev 520738)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.4.3
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(git cmake qt5-tools)
-_tag=af7d9a8e9f8648abb7822c1b99f31e1e79dc52f3 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=(SKIP)
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

-  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

-  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 520737, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-27 10:33:29 UTC (rev 520738)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.5.0
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(git cmake qt5-tools)
+_tag=a1cc0e27e1e692c9b3e03b1b67f1ec8613329875 # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
+sha256sums=(SKIP)
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

+  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

+  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-12 Thread Bruno Pagani via arch-commits
Date: Wednesday, June 12, 2019 @ 11:31:27
  Author: archange
Revision: 480710

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 480709, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-12 11:31:13 UTC (rev 480709)
+++ PKGBUILD2019-06-12 11:31:27 UTC (rev 480710)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.4.2
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(git cmake qt5-tools)
-_tag=df22f79b946c45ac20689ef5b3cfbe69670bae1d # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=(SKIP)
-validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

-  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01) # Jonathan White 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 480709, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-12 11:31:27 UTC (rev 480710)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.4.3
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(git cmake qt5-tools)
+_tag=af7d9a8e9f8648abb7822c1b99f31e1e79dc52f3 # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
+sha256sums=(SKIP)
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

+  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01  # Jonathan White 

+  B3724F5B2C98B5B0AEDDBD582AC0283D4CFC9A10) # Janek Bevendorff 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-31 Thread Bruno Pagani via arch-commits
Date: Friday, May 31, 2019 @ 22:10:06
  Author: archange
Revision: 476130

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 476129, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   85 ++---
 1 file changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-31 22:09:56 UTC (rev 476129)
+++ PKGBUILD2019-05-31 22:10:06 UTC (rev 476130)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.4.1
-pkgrel=2
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
- qt5-svg qt5-x11extras quazip yubikey-personalization)
-makedepends=(git cmake qt5-tools)
-_tag=8e270d61f348ee39df31579c0dca55fb9a975f58 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=('SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release 

-  '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON \
-   -DWITH_XC_KEESHARE_SECURE=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 476129, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-31 22:10:06 UTC (rev 476130)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(git cmake qt5-tools)
+_tag=df22f79b946c45ac20689ef5b3cfbe69670bae1d # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
+sha256sums=(SKIP)
+validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2  # KeePassXC Release 

+  3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01) # Jonathan White 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-17 Thread Balló György via arch-commits
Date: Wednesday, April 17, 2019 @ 20:17:14
  Author: bgyorgy
Revision: 451927

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 451926, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-17 20:17:09 UTC (rev 451926)
+++ PKGBUILD2019-04-17 20:17:14 UTC (rev 451927)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium
- libxtst qt5-svg qt5-x11extras
- yubikey-personalization curl qrencode)
-makedepends=(git cmake qt5-tools)
-_tag=8e270d61f348ee39df31579c0dca55fb9a975f58 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=('SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release 

-  '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 451926, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-17 20:17:14 UTC (rev 451927)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(argon2 curl desktop-file-utils hicolor-icon-theme libgcrypt libsodium 
libxtst qrencode
+ qt5-svg qt5-x11extras quazip yubikey-personalization)
+makedepends=(git cmake qt5-tools)
+_tag=8e270d61f348ee39df31579c0dca55fb9a975f58 # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release 

+  '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON \
+   -DWITH_XC_KEESHARE_SECURE=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-14 Thread Bruno Pagani via arch-commits
Date: Sunday, April 14, 2019 @ 22:21:43
  Author: archange
Revision: 451666

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 451665, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-14 22:21:37 UTC (rev 451665)
+++ PKGBUILD2019-04-14 22:21:43 UTC (rev 451666)
@@ -1,43 +0,0 @@
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium
- libxtst qt5-svg qt5-x11extras
- yubikey-personalization curl qrencode)
-makedepends=(git cmake qt5-tools)
-_tag=302f7a76f70f1e09318f903b3e38d4d0c504bee6 # git rev-parse ${pkgver}
-source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
-sha256sums=('SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release 

-  '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../${pkgname} \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="${pkgdir}" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 451665, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-14 22:21:43 UTC (rev 451666)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libgcrypt argon2 libsodium
+ libxtst qt5-svg qt5-x11extras
+ yubikey-personalization curl qrencode)
+makedepends=(git cmake qt5-tools)
+_tag=8e270d61f348ee39df31579c0dca55fb9a975f58 # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release 

+  '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-20 Thread Bruno Pagani via arch-commits
Date: Wednesday, March 20, 2019 @ 13:41:42
  Author: archange
Revision: 442963

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 442962, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 +++--
 1 file changed, 43 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-20 13:41:24 UTC (rev 442962)
+++ PKGBUILD2019-03-20 13:41:42 UTC (rev 442963)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.3.4
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('0c24a78895185b9b6b098f08a15b332c600f80aa570d608940fcc2a38e02780a'
-'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 442962, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-20 13:41:42 UTC (rev 442963)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libgcrypt argon2 libsodium
+ libxtst qt5-svg qt5-x11extras
+ yubikey-personalization curl qrencode)
+makedepends=(git cmake qt5-tools)
+_tag=302f7a76f70f1e09318f903b3e38d4d0c504bee6 # git rev-parse ${pkgver}
+source=("git+https://github.com/keepassxreboot/keepassxc#tag=${_tag}?signed;)
+sha256sums=('SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2'  # KeePassXC Release 

+  '3489040C1F0C3EEAB8D556A5440FC65F2E0C6E01') # Jonathan White 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../${pkgname} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Bruno Pagani via arch-commits
Date: Wednesday, May 9, 2018 @ 18:36:00
  Author: archange
Revision: 319901

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 319900, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 18:35:40 UTC (rev 319900)
+++ PKGBUILD2018-05-09 18:36:00 UTC (rev 319901)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('ce7d8251d4d5b35f602ff521764910964da6d8a67397399855a6e8c5ff5db9bd'
-'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 319900, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 18:36:00 UTC (rev 319901)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-03-06 Thread Bruno Pagani via arch-commits
Date: Tuesday, March 6, 2018 @ 22:45:30
  Author: archange
Revision: 303364

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 303363, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-06 22:45:15 UTC (rev 303363)
+++ PKGBUILD2018-03-06 22:45:30 UTC (rev 303364)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Maintainer: Bruno Pagani 
-
-pkgname=keepassxc
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('ec5858daeaa05386a614b799d5daf01c634205844647e2f9d25aaf655d2adbec'
-'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_ALL=ON
-   make
-}
-
-check() {
-   cd build
-   make test
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 303363, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-06 22:45:30 UTC (rev 303364)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('ce7d8251d4d5b35f602ff521764910964da6d8a67397399855a6e8c5ff5db9bd'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-02-28 Thread Bruno Pagani via arch-commits
Date: Wednesday, February 28, 2018 @ 14:57:56
  Author: archange
Revision: 300179

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 300178, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   84 +
 1 file changed, 41 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-28 14:57:39 UTC (rev 300178)
+++ PKGBUILD2018-02-28 14:57:56 UTC (rev 300179)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=keepassxc
-pkgver=2.2.4
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libxtst qt5-x11extras yubikey-personalization)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('e52fa32cb39af3c64ddd651481b7963b1206830687fb7d4c9f20ad5d6ac0d3dd'
-'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_AUTOTYPE=ON \
-   -DWITH_XC_HTTP=ON \
--DWITH_XC_YUBIKEY=ON
-   make
-}
-
-check() {
-   cd build
-   # Broken on i686 - 
https://github.com/keepassxreboot/keepassxc/issues/327
-   make test || :
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 300178, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-02-28 14:57:56 UTC (rev 300179)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Maintainer: Bruno Pagani 
+
+pkgname=keepassxc
+pkgver=2.3.0
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libgcrypt argon2 libsodium libxtst qt5-x11extras 
yubikey-personalization curl)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('ec5858daeaa05386a614b799d5daf01c634205844647e2f9d25aaf655d2adbec'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_ALL=ON
+   make
+}
+
+check() {
+   cd build
+   make test
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in keepassxc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-04 Thread Balló György via arch-commits
Date: Thursday, January 4, 2018 @ 20:57:21
  Author: bgyorgy
Revision: 278689

archrelease: copy trunk to community-x86_64

Added:
  keepassxc/repos/community-x86_64/PKGBUILD
(from rev 278688, keepassxc/trunk/PKGBUILD)
Deleted:
  keepassxc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-04 20:57:14 UTC (rev 278688)
+++ PKGBUILD2018-01-04 20:57:21 UTC (rev 278689)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=keepassxc
-pkgver=2.2.2
-pkgrel=1
-pkgdesc="Cross-platform community-driven port of Keepass password manager"
-arch=(x86_64 i686)
-url="https://keepassxc.org/;
-license=(GPL)
-depends=(hicolor-icon-theme libxtst qt5-x11extras yubikey-personalization)
-makedepends=(cmake qt5-tools)
-source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
-sha256sums=('2f55784f7e6d3a840575e1768a3e5ae03986c2f6a70029dd6b9f9bb0fa443473'
-'SKIP')
-validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

-
-prepare() {
-   mkdir -p build
-}
-
-build() {
-   cd build
-   cmake ../$pkgname-$pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_XC_AUTOTYPE=ON \
-   -DWITH_XC_HTTP=ON \
--DWITH_XC_YUBIKEY=ON
-   make
-}
-
-check() {
-   cd build
-   # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
-   if [ $CARCH == x86_64 ]; then
-   make test
-   fi
-}
-
-package() {
-   cd build
-   make DESTDIR="$pkgdir" install
-}

Copied: keepassxc/repos/community-x86_64/PKGBUILD (from rev 278688, 
keepassxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-04 20:57:21 UTC (rev 278689)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=keepassxc
+pkgver=2.2.4
+pkgrel=1
+pkgdesc="Cross-platform community-driven port of Keepass password manager"
+arch=(x86_64)
+url="https://keepassxc.org/;
+license=(GPL)
+depends=(hicolor-icon-theme libxtst qt5-x11extras yubikey-personalization)
+makedepends=(cmake qt5-tools)
+source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz"{,.sig})
+sha256sums=('e52fa32cb39af3c64ddd651481b7963b1206830687fb7d4c9f20ad5d6ac0d3dd'
+'SKIP')
+validpgpkeys=('BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2') # KeePassXC Release 

+
+prepare() {
+   mkdir -p build
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_XC_AUTOTYPE=ON \
+   -DWITH_XC_HTTP=ON \
+-DWITH_XC_YUBIKEY=ON
+   make
+}
+
+check() {
+   cd build
+   # Fails on i686 - https://github.com/keepassxreboot/keepassxc/issues/327
+   if [ $CARCH == x86_64 ]; then
+   make test
+   fi
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+}