2.1.4 https://github.com/keepassxreboot/keepassxc/blob/develop/CHANGELOG
- Bumped KeePassHTTP version to 1.8.4.2
- KeePassHTTP confirmation window comes to foreground [#466]
Search Criteria
Package Details: keepassxc-git 2.7.1.r483.g15ac8ac4f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/keepassxc-git.git (read-only, click to copy) |
---|---|
Package Base: | keepassxc-git |
Description: | Cross-platform community-driven port of KeePass Password Safe |
Upstream URL: | https://github.com/keepassxreboot/keepassxc |
Keywords: | keepassxc password security |
Licenses: | GPL2 |
Conflicts: | keepassxc |
Provides: | keepassxc, org.freedesktop.secrets |
Replaces: | keepassx-http, keepassx-reboot-git |
Submitter: | dlandau |
Maintainer: | yan12125 (phoerious) |
Last Packager: | yan12125 |
Votes: | 67 |
Popularity: | 0.63 |
First Submitted: | 2016-11-09 12:41 (UTC) |
Last Updated: | 2025-02-07 13:54 (UTC) |
Dependencies (23)
- argon2 (argon2-gitAUR)
- botan (botan-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- libxtst
- minizip (minizip-gitAUR)
- pcsclite (pcsclite-gitAUR)
- qrencode (qrencode-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-imageformats
- qt5-svg (qt5-svg-gitAUR)
- qt5-translations (qt5-translations-gitAUR)
- qt5-x11extras
- shared-mime-info
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- asciidoctor (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- intltool (make)
- qt5-tools (make)
- xclip (wl-clipboard-x11AUR, xclip-gitAUR) (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR) (check)
Required by (110)
- anytype-alpha (requires org.freedesktop.secrets) (optional)
- anytype-alpha-bin (requires org.freedesktop.secrets) (optional)
- anytype-bin (requires org.freedesktop.secrets) (optional)
- anytype-electron-bin (requires org.freedesktop.secrets) (optional)
- anytype-pre (requires org.freedesktop.secrets) (optional)
- asbru-cm-git (requires keepassxc) (optional)
- asbru-cm-loki-git (requires keepassxc) (optional)
- bibox2-bin (requires org.freedesktop.secrets)
- bitwarden-bin (requires org.freedesktop.secrets)
- brave (requires org.freedesktop.secrets) (optional)
- chromium-dev (requires org.freedesktop.secrets) (optional)
- chromium-no-extras (requires org.freedesktop.secrets) (optional)
- code-features (requires org.freedesktop.secrets)
- code-features-insiders (requires org.freedesktop.secrets)
- codename-goose (requires org.freedesktop.secrets) (optional)
- codename-goose-bin (requires org.freedesktop.secrets) (optional)
- criptext-bin (requires org.freedesktop.secrets) (optional)
- cromite-bin (requires org.freedesktop.secrets) (optional)
- deepin-daemon-git (requires org.freedesktop.secrets)
- deja-dup-git (requires org.freedesktop.secrets)
- Show 90 more...
Sources (1)
widowild commented on 2017-04-10 21:27 (UTC)
dummys commented on 2017-04-03 07:12 (UTC)
fixed with the latest version, thx
dummys commented on 2017-03-19 20:49 (UTC)
Error on the latest version:
[ 31%] Building CXX object src/http/CMakeFiles/keepasshttp.dir/OptionDialog.cpp.o
/home/dummys/build/cower/keepassxc-git/src/keepassxc/src/http/OptionDialog.cpp: In constructor ‘OptionDialog::OptionDialog(QWidget*)’:
/home/dummys/build/cower/keepassxc-git/src/keepassxc/src/http/OptionDialog.cpp:30:11: error: ‘class Ui::OptionDialog’ has no member named ‘warningWidget’; did you mean ‘tabWidget’?
m_ui->warningWidget->showMessage(tr("The following options can be dangerous!\nChange them only if you know what you are doing."), MessageWidget::Warning);
^~~~~~~~~~~~~
/home/dummys/build/cower/keepassxc-git/src/keepassxc/src/http/OptionDialog.cpp:30:135: error: ‘MessageWidget’ has not been declared
e(tr("The following options can be dangerous!\nChange them only if you know what you are doing."), MessageWidget::Warning);
^~~~~~~~~~~~~
/home/dummys/build/cower/keepassxc-git/src/keepassxc/src/http/OptionDialog.cpp:31:11: error: ‘class Ui::OptionDialog’ has no member named ‘warningWidget’; did you mean ‘tabWidget’?
m_ui->warningWidget->setIcon(FilePath::instance()->icon("status", "dialog-warning"));
^~~~~~~~~~~~~
/home/dummys/build/cower/keepassxc-git/src/keepassxc/src/http/OptionDialog.cpp:32:11: error: ‘class Ui::OptionDialog’ has no member named ‘warningWidget’; did you mean ‘tabWidget’?
m_ui->warningWidget->setCloseButtonVisible(false);
^~~~~~~~~~~~~
make[2]: *** [src/http/CMakeFiles/keepasshttp.dir/build.make:171: src/http/CMakeFiles/keepasshttp.dir/OptionDialog.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:412: src/http/CMakeFiles/keepasshttp.dir/all] Error 2
make: *** [Makefile:139: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
<deleted-account> commented on 2017-03-18 03:01 (UTC)
On my install the fonts are quite small. The KeepassX2 did not have this problem.
Have no idea where I can change this as there's no option on KeepassXC itself.
widowild commented on 2017-03-16 21:17 (UTC)
@sollpsists:
edit pkgbuild and change
-DWITH_XC_YUBIKEY=ON
by
-DWITH_XC_YUBIKEY=OFF
"-DWITH_XC_YUBIKEY=[ON|OFF] Enable/Disable YubiKey HMAC-SHA1 authentication support (default: OFF)"
solipsists commented on 2017-03-14 10:18 (UTC)
YubiKey Changes breaks the build?
CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find YubiKey (missing: YUBIKEY_LIBRARIES YUBIKEY_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
cmake/FindYubiKey.cmake:25 (find_package_handle_standard_args)
CMakeLists.txt:212 (find_package)
-- Configuring incomplete, errors occurred!
phoerious commented on 2017-02-18 00:01 (UTC)
libmicrohttpd is no longer a dependency as of 2.1.2.
dlandau commented on 2017-01-31 14:44 (UTC)
Switched back.
theorangeone commented on 2017-01-30 08:41 (UTC)
Well it seems now they've switched over to properly making develop the current development brach. See notes in https://github.com/keepassxreboot/keepassxc/blob/develop/.github/CONTRIBUTING.md#git-branch-strategy
dlandau commented on 2017-01-29 19:53 (UTC)
When I did the change, master was actually slightly ahead of develop as upstream was doing release tagging etc only on master and develop was still on 2.0.
Pinned Comments
yan12125 commented on 2021-06-30 10:39 (UTC) (edited on 2024-05-07 14:51 (UTC) by yan12125)
It is indeed confusing that the computed pkgver starts with an older version. That is because the nearest tag reachable from the latest commit is an older tag (ex: 2.7.1). In other words, newer tags are not part on the develop branch. You can check the commit part (ex: "g6f14becb08") against the latest commit [1] and see the built package is indeed the latest commit.
[1] https://github.com/keepassxreboot/keepassxc/commits/develop