[arch-commits] Commit in keepassxc/trunk (PKGBUILD keepassxc-quazip1.patch)
Antonio Rojas
arojas at archlinux.org
Sat Jun 26 10:21:35 UTC 2021
Date: Saturday, June 26, 2021 @ 10:21:35
Author: arojas
Revision: 967530
Update to 2.6.6
Modified:
keepassxc/trunk/PKGBUILD
Deleted:
keepassxc/trunk/keepassxc-quazip1.patch
-------------------------+
PKGBUILD | 14 ++++----------
keepassxc-quazip1.patch | 19 -------------------
2 files changed, 4 insertions(+), 29 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-26 10:05:56 UTC (rev 967529)
+++ PKGBUILD 2021-06-26 10:21:35 UTC (rev 967530)
@@ -2,7 +2,7 @@
# Maintainer: Bruno Pagani <archange at archlinux.org>
pkgname=keepassxc
-pkgver=2.6.4
+pkgver=2.6.6
pkgrel=1
pkgdesc="Cross-platform community-driven port of Keepass password manager"
arch=(x86_64)
@@ -14,11 +14,9 @@
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}
- keepassxc-quazip1.patch)
-sha256sums=('e536e2a71c90fcf264eb831fb1a8b518ee1b03829828f862eeea748d3310f82b'
- 'SKIP'
- '8744b0ba137d644d855ac095b928bc4bdb5674b431a1f24fee7212036097ceaf')
+source=(https://github.com/keepassxreboot/keepassxc/releases/download/$pkgver/keepassxc-$pkgver-src.tar.xz{,.sig})
+sha256sums=('3603b11ac39b289c47fac77fa150e05fd64b393d8cfdf5732dc3ef106650a4e2'
+ 'SKIP')
# List of signing keys can be found at https://keepassxc.org/verifying-signatures/
validpgpkeys=(BF5A669F2272CF4324C1FDA8CFB4C2166397D0D2
71D4673D73C7F83C17DAE6A2D8538E98A26FD9C4
@@ -25,10 +23,6 @@
AF0AEA44ABAC8F1047733EA7AFF235EEFB5A2517
C1E4CBA3AD78D3AFD894F9E0B7A66F03B59076A8)
-prepare() {
- patch -d $pkgname-$pkgver -p1 -i ../keepassxc-quazip1.patch # Fix build with quazip 1
-}
-
build() {
cmake -S keepassxc-$pkgver -B build \
-DCMAKE_BUILD_TYPE=Release \
Deleted: keepassxc-quazip1.patch
===================================================================
--- keepassxc-quazip1.patch 2021-06-26 10:05:56 UTC (rev 967529)
+++ keepassxc-quazip1.patch 2021-06-26 10:21:35 UTC (rev 967530)
@@ -1,19 +0,0 @@
-diff --git a/cmake/FindQuaZip.cmake b/cmake/FindQuaZip.cmake
-index a387e2f8..9fab3e57 100644
---- a/cmake/FindQuaZip.cmake
-+++ b/cmake/FindQuaZip.cmake
-@@ -10,12 +10,12 @@ if(MINGW)
- find_path(QUAZIP_ZLIB_INCLUDE_DIR zlib.h)
- else()
- find_library(QUAZIP_LIBRARIES
-- NAMES quazip5 quazip
-+ NAMES quazip5 quazip quazip1-qt5
- PATHS /usr/lib /usr/lib64 /usr/local/lib
- )
- find_path(QUAZIP_INCLUDE_DIR quazip.h
- PATHS /usr/include /usr/local/include
-- PATH_SUFFIXES quazip5 quazip
-+ PATH_SUFFIXES quazip5 quazip QuaZip-Qt5-1.0/quazip QuaZip-Qt5-1.1/quazip
- )
- find_path(QUAZIP_ZLIB_INCLUDE_DIR zlib.h PATHS /usr/include /usr/local/include)
- endif()
More information about the arch-commits
mailing list