Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / keepassxc
Commits: c38fce76 by Robin Candau at 2024-07-21T13:06:57+02:00 upgpkg: 2.7.9-3: Enforce 'Release' keepassxc build type + Enable GUI tests https://github.com/keepassxreboot/keepassxc/blob/develop/INSTALL.md#additional-cmake-parameters https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/merge_requests/2#note_198542 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = keepassxc pkgdesc = Cross-platform community-driven port of Keepass password manager pkgver = 2.7.9 - pkgrel = 2 + pkgrel = 3 url = https://keepassxc.org/ arch = x86_64 license = GPL-2.0-only OR GPL-3.0-only OR LGPL-2.1-only ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=keepassxc pkgver=2.7.9 -pkgrel=2 +pkgrel=3 pkgdesc="Cross-platform community-driven port of Keepass password manager" arch=(x86_64) url="https://keepassxc.org/" @@ -30,7 +30,9 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ + -DKEEPASSXC_BUILD_TYPE=Release \ -DWITH_XC_ALL=ON \ + -DWITH_GUI_TESTS=ON \ -DWITH_XC_UPDATECHECK=OFF cmake --build build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/commit/c38fce76eb046eb369e5ba9285c643f505746b6f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/keepassxc/-/commit/c38fce76eb046eb369e5ba9285c643f505746b6f You're receiving this email because of your account on gitlab.archlinux.org.
