Index: head/security/keepassxc/Makefile =================================================================== --- head/security/keepassxc/Makefile (revision 467700) +++ head/security/keepassxc/Makefile (revision 467701) @@ -1,61 +1,75 @@ # $FreeBSD$ PORTNAME= keepassxc -PORTVERSION= 2.2.4 +DISTVERSION= 2.3.1 CATEGORIES= security +MASTER_SITES= https://github.com/keepassxreboot/keepassxc/releases/download/2.3.1/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/ MAINTAINER= melanhit@gmail.com COMMENT= KeePass Cross-platform Community Edition -LICENSE= APACHE20 BOOST-1.0 BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL21 LGPL3 NOKIA-LGPL-EXCEPTION +LICENSE= APACHE20 BOOST-1.0 BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL21 \ + LGPL3 NOKIA-LGPL-EXCEPTION LICENSE_COMB= multi -LICENSE_NAME_BOOST-1.0= Boost Software License version 1.0 +LICENSE_NAME_BOOST-1.0= Boost Software License version 1.0 LICENSE_NAME_NOKIA-LGPL-EXCEPTION= Nokia Qt LGPL Exception version 1.1 -LICENSE_FILE_BOOST-1.0= ${WRKSRC}/LICENSE.BOOST-1.0 +LICENSE_FILE_BOOST-1.0= ${WRKSRC}/LICENSE.BOOST-1.0 LICENSE_FILE_NOKIA-LGPL-EXCEPTION= ${WRKSRC}/LICENSE.NOKIA-LGPL-EXCEPTION -LICENSE_PERMS_BOOST-1.0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_BOOST-1.0= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_NOKIA-LGPL-EXCEPTION= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ +LIB_DEPENDS= libargon2.so:security/libargon2 \ + libcurl.so:ftp/curl \ + libgcrypt.so:security/libgcrypt \ libgpg-error.so:security/libgpg-error -CONFLICTS_INSTALL= keepassx-0.* keepassx2-* keepassx-* - -USES= cmake:outsource compiler:c++11-lib desktop-file-utils shared-mime-info -USE_LDCONFIG= yes -INSTALLS_ICONS= yes +USES= cmake:outsource desktop-file-utils shared-mime-info tar:xz USE_QT5= buildtools_build concurrent core dbus gui linguisttools network \ qmake_build testlib widgets -USE_XORG= ice inputproto sm x11 xcursor xext xfixes xrandr xrender xt +USE_XORG= x11 +USE_LDCONFIG= yes -USE_GITHUB= yes -GH_ACCOUNT= keepassxreboot +# patching CMakeLists.txt does not help because that is being overided by +# cmake/GNUInstallDirs.cmake +CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man -CMAKE_ARGS+= -DZLIB_SUPPORTS_GZIP:BOOL=ON +CONFLICTS_INSTALL= keepassx-0.* keepassx2-* keepassx-* -OPTIONS_DEFINE= AUTOTYPE HTTP YUBIKEY TEST -OPTIONS_DEFAULT= AUTOTYPE HTTP +OPTIONS_DEFINE= AUTOTYPE BROWSER HTTP NETWORKING YUBIKEY SSHAGENT TEST +OPTIONS_DEFAULT= AUTOTYPE BROWSER HTTP NETWORKING SSHAGENT OPTIONS_SUB= yes AUTOTYPE_CMAKE_BOOL= WITH_XC_AUTOTYPE AUTOTYPE_DESC= Auto-type passwords in input fields AUTOTYPE_USE= QT5=x11extras XORG=xi,xtst +BROWSER_CMAKE_BOOL= WITH_XC_BROWSER +BROWSER_DESC= Browser integration with KeePassXC-Browser +BROWSER_LIB_DEPENDS= libsodium.so:security/libsodium + +# Legacy/Deprecated. HTTP_CMAKE_BOOL= WITH_XC_HTTP HTTP_DESC= KeePassHTTP support for ChromeIPass and PassIFox +NETWORKING_CMAKE_BOOL= WITH_XC_NETWORKING +NETWORKING_DESC= Networking support (e.g. for downloading website icons) + +SSHAGENT_CMAKE_BOOL= WITH_XC_SSHAGENT +SSHAGENT_DESC= SSH agent support + YUBIKEY_CMAKE_BOOL= WITH_XC_YUBIKEY -YUBIKEY_DESC= Include YubiKey support -YUBIKEY_LIB_DEPENDS= libyubikey.so:security/libyubikey \ - libykpers-1.so:security/ykpers +YUBIKEY_DESC= YubiKey support +YUBIKEY_LIB_DEPENDS= libykpers-1.so:security/ykpers \ + libyubikey.so:security/libyubikey TEST_CMAKE_BOOL= WITH_TESTS WITH_GUI_TESTS TEST_TEST_TARGET= test post-patch: @${REINPLACE_CMD} -e 's|Q_OS_LINUX|Q_OS_UNIX|g' \ - ${WRKSRC}/src/core/ScreenLockListenerPrivate.cpp \ - ${WRKSRC}/src/gui/MainWindow.cpp \ - ${WRKSRC}/src/main.cpp + ${WRKSRC}/src/browser/HostInstaller.cpp + + @${REINPLACE_CMD} -e 's|u_int|__uint|g' \ + ${WRKSRC}/src/sshagent/blf.h .include Index: head/security/keepassxc/distinfo =================================================================== --- head/security/keepassxc/distinfo (revision 467700) +++ head/security/keepassxc/distinfo (revision 467701) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513195459 -SHA256 (keepassxreboot-keepassxc-2.2.4_GH0.tar.gz) = e884439ed3ad461e426a25f0492f5fa78ab8ba06fb718977b3867d8f098ccd0a -SIZE (keepassxreboot-keepassxc-2.2.4_GH0.tar.gz) = 3895421 +TIMESTAMP = 1522556038 +SHA256 (keepassxc-2.3.1.tar.xz) = ce7d8251d4d5b35f602ff521764910964da6d8a67397399855a6e8c5ff5db9bd +SIZE (keepassxc-2.3.1.tar.xz) = 4085284 Index: head/security/keepassxc/files/patch-src_CMakeLists.txt =================================================================== --- head/security/keepassxc/files/patch-src_CMakeLists.txt (revision 467700) +++ head/security/keepassxc/files/patch-src_CMakeLists.txt (nonexistent) @@ -1,11 +0,0 @@ ---- src/CMakeLists.txt.orig 2017-07-12 02:16:55 UTC -+++ src/CMakeLists.txt -@@ -149,7 +149,7 @@ if(APPLE) - core/ScreenLockListenerMac.cpp - ) - endif() --if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux") -+if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD") - set(keepassx_SOURCES ${keepassx_SOURCES} - core/ScreenLockListenerDBus.h - core/ScreenLockListenerDBus.cpp Property changes on: head/security/keepassxc/files/patch-src_CMakeLists.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/keepassxc/files/patch-CMakeLists.txt =================================================================== --- head/security/keepassxc/files/patch-CMakeLists.txt (revision 467700) +++ head/security/keepassxc/files/patch-CMakeLists.txt (revision 467701) @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2017-06-25 21:52:43 UTC +--- CMakeLists.txt.orig 2018-04-01 08:03:48 UTC +++ CMakeLists.txt -@@ -89,7 +89,7 @@ add_gcc_compiler_flags("-Wformat=2 -Wmis - add_gcc_compiler_flags("-fvisibility=hidden") - add_gcc_compiler_cxxflags("-fvisibility-inlines-hidden") +@@ -166,7 +166,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug") + add_gcc_compiler_flags("-Werror") + endif() -if((CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.8.999) OR CMAKE_COMPILER_IS_CLANGXX) +if((CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.8.999) OR (CMAKE_COMPILER_IS_CLANGXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 3.8)) add_gcc_compiler_flags("-fstack-protector-strong") else() add_gcc_compiler_flags("-fstack-protector --param=ssp-buffer-size=4") Index: head/security/keepassxc/pkg-descr =================================================================== --- head/security/keepassxc/pkg-descr (revision 467700) +++ head/security/keepassxc/pkg-descr (revision 467701) @@ -1,21 +1,30 @@ -KeePassXC is a community fork of KeePassX with the goal to extend and improve -it with new features and bugfixes to provide a feature-rich, fully -cross-platform and modern open-source password manager. +KeePassXC is a community fork of KeePassX, a native cross-platform port of +KeePass Password Safe, with the goal to extend and improve it with new features +and bugfixes to provide a feature-rich, fully cross-platform and modern +open-source password manager. -Additional features compared to KeePassX: - * Auto-Type on all three major platforms (Linux, Windows, OS X) - * Stand-alone password generator - * Password strength meter - * A generator for time-based one-time passwords - * Using website favicons as entry icons - * Merging of databases - * Automatic reload when the database changed on disk - * KeePassHTTP support for use with PassIFox in Mozilla Firefox and - chromeIPass in Google Chrome or Chromium. - * YubiKey challenge-response support for strengthening - your database encryption key - * Support for Twofish encryption +Main Features + + * Secure storage of passwords and other private data with AES, Twofish or + ChaCha20 encryption + * Cross-platform, runs on Linux, Windows and macOS without modifications + * File format compatibility with KeePass2, KeePassX, MacPass, KeeWeb and many + others (KDBX 3.1 and 4.0) + * SSH Agent integration + * Auto-Type on all supported platforms for automagically filling in login + forms + * Key file and YubiKey challenge-response support for additional security + * TOTP generation (including Steam Guard) + * CSV import from other password managers (e.g., LastPass) * Command line interface - * Many bug fixes + * Stand-alone password and passphrase generator + * Password strength meter + * Custom icons for database entries and download of website favicons + * Database merge functionality + * Automatic reload when the database was changed externally + * Browser integration with KeePassXC-Browser for Google Chrome, Chromium, + Vivaldi, and Mozilla Firefox. + * (Legacy) KeePassHTTP support for use with KeePassHTTP-Connector available + for Mozilla Firefox and Google Chrome, and passafari for Safari. WWW: https://keepassxc.org Index: head/security/keepassxc/pkg-plist =================================================================== --- head/security/keepassxc/pkg-plist (revision 467700) +++ head/security/keepassxc/pkg-plist (revision 467701) @@ -1,235 +1,283 @@ bin/keepassxc bin/keepassxc-cli -%%AUTOTYPE%%lib/keepassxc/libkeepassx-autotype-xcb.so +bin/keepassxc-proxy +lib/keepassxc/libkeepassx-autotype-xcb.so +man/man1/keepassxc-cli.1.gz share/applications/org.keepassxc.KeePassXC.desktop share/icons/hicolor/128x128/apps/keepassxc-dark.png share/icons/hicolor/128x128/apps/keepassxc-locked.png share/icons/hicolor/128x128/apps/keepassxc-unlocked.png share/icons/hicolor/128x128/apps/keepassxc.png share/icons/hicolor/128x128/mimetypes/application-x-keepassxc.png share/icons/hicolor/16x16/apps/keepassxc-dark.png share/icons/hicolor/16x16/apps/keepassxc-locked.png share/icons/hicolor/16x16/apps/keepassxc-unlocked.png share/icons/hicolor/16x16/apps/keepassxc.png share/icons/hicolor/16x16/mimetypes/application-x-keepassxc.png share/icons/hicolor/22x22/mimetypes/application-x-keepassxc.png share/icons/hicolor/24x24/apps/keepassxc-dark.png share/icons/hicolor/24x24/apps/keepassxc-locked.png share/icons/hicolor/24x24/apps/keepassxc-unlocked.png share/icons/hicolor/24x24/apps/keepassxc.png share/icons/hicolor/256x256/apps/keepassxc-dark.png share/icons/hicolor/256x256/apps/keepassxc-locked.png share/icons/hicolor/256x256/apps/keepassxc-unlocked.png share/icons/hicolor/256x256/apps/keepassxc.png share/icons/hicolor/32x32/apps/keepassxc-dark.png share/icons/hicolor/32x32/apps/keepassxc-locked.png share/icons/hicolor/32x32/apps/keepassxc-unlocked.png share/icons/hicolor/32x32/apps/keepassxc.png share/icons/hicolor/32x32/mimetypes/application-x-keepassxc.png share/icons/hicolor/48x48/apps/keepassxc-dark.png share/icons/hicolor/48x48/apps/keepassxc-locked.png share/icons/hicolor/48x48/apps/keepassxc-unlocked.png share/icons/hicolor/48x48/apps/keepassxc.png share/icons/hicolor/64x64/apps/keepassxc-dark.png share/icons/hicolor/64x64/apps/keepassxc-locked.png share/icons/hicolor/64x64/apps/keepassxc-unlocked.png share/icons/hicolor/64x64/apps/keepassxc.png share/icons/hicolor/64x64/mimetypes/application-x-keepassxc.png share/icons/hicolor/scalable/apps/keepassxc-dark.svgz share/icons/hicolor/scalable/apps/keepassxc-locked.svgz share/icons/hicolor/scalable/apps/keepassxc-unlocked.svgz share/icons/hicolor/scalable/apps/keepassxc.svgz share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svgz -share/metainfo/org.keepassxc.KeePassXC.appdata.xml -share/mime/packages/keepassxc.xml %%DATADIR%%/icons/application/128x128/apps/keepassxc-dark.png %%DATADIR%%/icons/application/128x128/apps/keepassxc-locked.png %%DATADIR%%/icons/application/128x128/apps/keepassxc-unlocked.png %%DATADIR%%/icons/application/128x128/apps/keepassxc.png %%DATADIR%%/icons/application/128x128/mimetypes/application-x-keepassxc.png %%DATADIR%%/icons/application/16x16/actions/application-exit.png %%DATADIR%%/icons/application/16x16/actions/auto-type.png %%DATADIR%%/icons/application/16x16/actions/configure.png %%DATADIR%%/icons/application/16x16/actions/database-change-key.png %%DATADIR%%/icons/application/16x16/actions/document-close.png %%DATADIR%%/icons/application/16x16/actions/document-edit.png %%DATADIR%%/icons/application/16x16/actions/document-encrypt.png %%DATADIR%%/icons/application/16x16/actions/document-new.png %%DATADIR%%/icons/application/16x16/actions/document-open.png %%DATADIR%%/icons/application/16x16/actions/document-save-as.png %%DATADIR%%/icons/application/16x16/actions/document-save.png %%DATADIR%%/icons/application/16x16/actions/edit-clear-locationbar-ltr.png %%DATADIR%%/icons/application/16x16/actions/edit-clear-locationbar-rtl.png %%DATADIR%%/icons/application/16x16/actions/entry-clone.png %%DATADIR%%/icons/application/16x16/actions/entry-delete.png %%DATADIR%%/icons/application/16x16/actions/entry-edit.png %%DATADIR%%/icons/application/16x16/actions/entry-new.png %%DATADIR%%/icons/application/16x16/actions/group-delete.png %%DATADIR%%/icons/application/16x16/actions/group-edit.png %%DATADIR%%/icons/application/16x16/actions/group-empty-trash.png %%DATADIR%%/icons/application/16x16/actions/group-new.png %%DATADIR%%/icons/application/16x16/actions/help-about.png %%DATADIR%%/icons/application/16x16/actions/message-close.png +%%DATADIR%%/icons/application/16x16/actions/paperclip.png %%DATADIR%%/icons/application/16x16/actions/password-copy.png %%DATADIR%%/icons/application/16x16/actions/password-generate.png %%DATADIR%%/icons/application/16x16/actions/password-generator.png %%DATADIR%%/icons/application/16x16/actions/password-show-off.png %%DATADIR%%/icons/application/16x16/actions/password-show-on.png %%DATADIR%%/icons/application/16x16/actions/system-search.png +%%DATADIR%%/icons/application/16x16/actions/url-copy.png %%DATADIR%%/icons/application/16x16/actions/username-copy.png %%DATADIR%%/icons/application/16x16/apps/keepassxc-dark.png %%DATADIR%%/icons/application/16x16/apps/keepassxc-locked.png %%DATADIR%%/icons/application/16x16/apps/keepassxc-unlocked.png %%DATADIR%%/icons/application/16x16/apps/keepassxc.png %%DATADIR%%/icons/application/16x16/mimetypes/application-x-keepassxc.png +%%DATADIR%%/icons/application/22x22/actions/auto-type.png +%%DATADIR%%/icons/application/22x22/actions/chronometer.png +%%DATADIR%%/icons/application/22x22/actions/database-change-key.png %%DATADIR%%/icons/application/22x22/actions/dialog-close.png %%DATADIR%%/icons/application/22x22/actions/dialog-ok.png %%DATADIR%%/icons/application/22x22/actions/document-encrypt.png %%DATADIR%%/icons/application/22x22/actions/document-new.png %%DATADIR%%/icons/application/22x22/actions/document-open.png %%DATADIR%%/icons/application/22x22/actions/document-save.png +%%DATADIR%%/icons/application/22x22/actions/entry-clone.png %%DATADIR%%/icons/application/22x22/actions/entry-delete.png %%DATADIR%%/icons/application/22x22/actions/entry-edit.png %%DATADIR%%/icons/application/22x22/actions/entry-new.png +%%DATADIR%%/icons/application/22x22/actions/group-empty-trash.png +%%DATADIR%%/icons/application/22x22/actions/help-about.png %%DATADIR%%/icons/application/22x22/actions/message-close.png +%%DATADIR%%/icons/application/22x22/actions/paperclip.png %%DATADIR%%/icons/application/22x22/actions/password-copy.png +%%DATADIR%%/icons/application/22x22/actions/password-generate.png %%DATADIR%%/icons/application/22x22/actions/password-generator.png %%DATADIR%%/icons/application/22x22/actions/system-search.png +%%DATADIR%%/icons/application/22x22/actions/url-copy.png %%DATADIR%%/icons/application/22x22/actions/username-copy.png %%DATADIR%%/icons/application/22x22/mimetypes/application-x-keepassxc.png %%DATADIR%%/icons/application/22x22/status/dialog-error.png %%DATADIR%%/icons/application/22x22/status/dialog-information.png %%DATADIR%%/icons/application/22x22/status/dialog-warning.png %%DATADIR%%/icons/application/24x24/apps/keepassxc-dark.png %%DATADIR%%/icons/application/24x24/apps/keepassxc-locked.png %%DATADIR%%/icons/application/24x24/apps/keepassxc-unlocked.png %%DATADIR%%/icons/application/24x24/apps/keepassxc.png %%DATADIR%%/icons/application/256x256/apps/keepassxc-dark.png %%DATADIR%%/icons/application/256x256/apps/keepassxc-locked.png %%DATADIR%%/icons/application/256x256/apps/keepassxc-unlocked.png %%DATADIR%%/icons/application/256x256/apps/keepassxc.png +%%DATADIR%%/icons/application/32x32/actions/application-exit.png +%%DATADIR%%/icons/application/32x32/actions/auto-type.png +%%DATADIR%%/icons/application/32x32/actions/chronometer.png +%%DATADIR%%/icons/application/32x32/actions/configure.png +%%DATADIR%%/icons/application/32x32/actions/database-change-key.png +%%DATADIR%%/icons/application/32x32/actions/dialog-close.png +%%DATADIR%%/icons/application/32x32/actions/dialog-ok.png +%%DATADIR%%/icons/application/32x32/actions/document-close.png %%DATADIR%%/icons/application/32x32/actions/document-edit.png +%%DATADIR%%/icons/application/32x32/actions/document-encrypt.png +%%DATADIR%%/icons/application/32x32/actions/document-new.png +%%DATADIR%%/icons/application/32x32/actions/document-open.png %%DATADIR%%/icons/application/32x32/actions/document-properties.png +%%DATADIR%%/icons/application/32x32/actions/document-save.png +%%DATADIR%%/icons/application/32x32/actions/edit-clear-locationbar-ltr.png +%%DATADIR%%/icons/application/32x32/actions/edit-clear-locationbar-rtl.png +%%DATADIR%%/icons/application/32x32/actions/entry-clone.png +%%DATADIR%%/icons/application/32x32/actions/entry-delete.png +%%DATADIR%%/icons/application/32x32/actions/entry-edit.png +%%DATADIR%%/icons/application/32x32/actions/entry-new.png +%%DATADIR%%/icons/application/32x32/actions/group-empty-trash.png +%%DATADIR%%/icons/application/32x32/actions/help-about.png %%DATADIR%%/icons/application/32x32/actions/key-enter.png +%%DATADIR%%/icons/application/32x32/actions/paperclip.png +%%DATADIR%%/icons/application/32x32/actions/password-copy.png +%%DATADIR%%/icons/application/32x32/actions/password-generate.png +%%DATADIR%%/icons/application/32x32/actions/password-generator.png +%%DATADIR%%/icons/application/32x32/actions/password-show-off.png +%%DATADIR%%/icons/application/32x32/actions/password-show-on.png +%%DATADIR%%/icons/application/32x32/actions/system-search.png +%%DATADIR%%/icons/application/32x32/actions/url-copy.png +%%DATADIR%%/icons/application/32x32/actions/username-copy.png %%DATADIR%%/icons/application/32x32/actions/view-history.png %%DATADIR%%/icons/application/32x32/apps/internet-web-browser.png %%DATADIR%%/icons/application/32x32/apps/keepassxc-dark.png %%DATADIR%%/icons/application/32x32/apps/keepassxc-locked.png %%DATADIR%%/icons/application/32x32/apps/keepassxc-unlocked.png %%DATADIR%%/icons/application/32x32/apps/keepassxc.png %%DATADIR%%/icons/application/32x32/apps/preferences-desktop-icons.png +%%DATADIR%%/icons/application/32x32/apps/utilities-terminal.png %%DATADIR%%/icons/application/32x32/categories/preferences-other.png %%DATADIR%%/icons/application/32x32/mimetypes/application-x-keepassxc.png %%DATADIR%%/icons/application/32x32/status/security-high.png %%DATADIR%%/icons/application/48x48/apps/keepassxc-dark.png %%DATADIR%%/icons/application/48x48/apps/keepassxc-locked.png %%DATADIR%%/icons/application/48x48/apps/keepassxc-unlocked.png %%DATADIR%%/icons/application/48x48/apps/keepassxc.png %%DATADIR%%/icons/application/64x64/apps/keepassxc-dark.png %%DATADIR%%/icons/application/64x64/apps/keepassxc-locked.png %%DATADIR%%/icons/application/64x64/apps/keepassxc-unlocked.png %%DATADIR%%/icons/application/64x64/apps/keepassxc.png %%DATADIR%%/icons/application/64x64/mimetypes/application-x-keepassxc.png %%DATADIR%%/icons/application/scalable/apps/keepassxc-dark.svgz %%DATADIR%%/icons/application/scalable/apps/keepassxc-locked.svgz %%DATADIR%%/icons/application/scalable/apps/keepassxc-unlocked.svgz %%DATADIR%%/icons/application/scalable/apps/keepassxc.svgz %%DATADIR%%/icons/application/scalable/mimetypes/application-x-keepassxc.svgz %%DATADIR%%/icons/database/C00_Password.png %%DATADIR%%/icons/database/C01_Package_Network.png %%DATADIR%%/icons/database/C02_MessageBox_Warning.png %%DATADIR%%/icons/database/C03_Server.png %%DATADIR%%/icons/database/C04_Klipper.png %%DATADIR%%/icons/database/C05_Edu_Languages.png %%DATADIR%%/icons/database/C06_KCMDF.png %%DATADIR%%/icons/database/C07_Kate.png %%DATADIR%%/icons/database/C08_Socket.png %%DATADIR%%/icons/database/C09_Identity.png %%DATADIR%%/icons/database/C10_Kontact.png %%DATADIR%%/icons/database/C11_Camera.png %%DATADIR%%/icons/database/C12_IRKickFlash.png %%DATADIR%%/icons/database/C13_KGPG_Key3.png %%DATADIR%%/icons/database/C14_Laptop_Power.png %%DATADIR%%/icons/database/C15_Scanner.png %%DATADIR%%/icons/database/C16_Mozilla_Firebird.png %%DATADIR%%/icons/database/C17_CDROM_Unmount.png %%DATADIR%%/icons/database/C18_Display.png %%DATADIR%%/icons/database/C19_Mail_Generic.png %%DATADIR%%/icons/database/C20_Misc.png %%DATADIR%%/icons/database/C21_KOrganizer.png %%DATADIR%%/icons/database/C22_ASCII.png %%DATADIR%%/icons/database/C23_Icons.png %%DATADIR%%/icons/database/C24_Connect_Established.png %%DATADIR%%/icons/database/C25_Folder_Mail.png %%DATADIR%%/icons/database/C26_FileSave.png %%DATADIR%%/icons/database/C27_NFS_Unmount.png %%DATADIR%%/icons/database/C28_QuickTime.png %%DATADIR%%/icons/database/C29_KGPG_Term.png %%DATADIR%%/icons/database/C30_Konsole.png %%DATADIR%%/icons/database/C31_FilePrint.png %%DATADIR%%/icons/database/C32_FSView.png %%DATADIR%%/icons/database/C33_Run.png %%DATADIR%%/icons/database/C34_Configure.png %%DATADIR%%/icons/database/C35_KRFB.png %%DATADIR%%/icons/database/C36_Ark.png %%DATADIR%%/icons/database/C37_KPercentage.png %%DATADIR%%/icons/database/C38_Samba_Unmount.png %%DATADIR%%/icons/database/C39_History.png %%DATADIR%%/icons/database/C40_Mail_Find.png %%DATADIR%%/icons/database/C41_VectorGfx.png %%DATADIR%%/icons/database/C42_KCMMemory.png %%DATADIR%%/icons/database/C43_EditTrash.png %%DATADIR%%/icons/database/C44_KNotes.png %%DATADIR%%/icons/database/C45_Cancel.png %%DATADIR%%/icons/database/C46_Help.png %%DATADIR%%/icons/database/C47_KPackage.png %%DATADIR%%/icons/database/C48_Folder.png %%DATADIR%%/icons/database/C49_Folder_Blue_Open.png %%DATADIR%%/icons/database/C50_Folder_Tar.png %%DATADIR%%/icons/database/C51_Decrypted.png %%DATADIR%%/icons/database/C52_Encrypted.png %%DATADIR%%/icons/database/C53_Apply.png %%DATADIR%%/icons/database/C54_Signature.png %%DATADIR%%/icons/database/C55_Thumbnail.png %%DATADIR%%/icons/database/C56_KAddressBook.png %%DATADIR%%/icons/database/C57_View_Text.png %%DATADIR%%/icons/database/C58_KGPG.png %%DATADIR%%/icons/database/C59_Package_Development.png %%DATADIR%%/icons/database/C60_KFM_Home.png %%DATADIR%%/icons/database/C61_Services.png %%DATADIR%%/icons/database/C62_Tux.png %%DATADIR%%/icons/database/C63_Feather.png %%DATADIR%%/icons/database/C64_Apple.png %%DATADIR%%/icons/database/C65_W.png %%DATADIR%%/icons/database/C66_Money.png %%DATADIR%%/icons/database/C67_Certificate.png %%DATADIR%%/icons/database/C68_BlackBerry.png +%%DATADIR%%/translations/keepassx_ar.qm %%DATADIR%%/translations/keepassx_ca.qm %%DATADIR%%/translations/keepassx_cs.qm %%DATADIR%%/translations/keepassx_da.qm %%DATADIR%%/translations/keepassx_de.qm %%DATADIR%%/translations/keepassx_el.qm -%%DATADIR%%/translations/keepassx_en_plurals.qm +%%DATADIR%%/translations/keepassx_en_US.qm %%DATADIR%%/translations/keepassx_es.qm %%DATADIR%%/translations/keepassx_eu.qm %%DATADIR%%/translations/keepassx_fi.qm %%DATADIR%%/translations/keepassx_fr.qm %%DATADIR%%/translations/keepassx_hu.qm %%DATADIR%%/translations/keepassx_id.qm %%DATADIR%%/translations/keepassx_it.qm %%DATADIR%%/translations/keepassx_ja.qm %%DATADIR%%/translations/keepassx_kk.qm %%DATADIR%%/translations/keepassx_ko.qm %%DATADIR%%/translations/keepassx_lt.qm +%%DATADIR%%/translations/keepassx_nb.qm %%DATADIR%%/translations/keepassx_nl_NL.qm %%DATADIR%%/translations/keepassx_pl.qm %%DATADIR%%/translations/keepassx_pt_BR.qm %%DATADIR%%/translations/keepassx_pt_PT.qm +%%DATADIR%%/translations/keepassx_ro.qm %%DATADIR%%/translations/keepassx_ru.qm %%DATADIR%%/translations/keepassx_sl_SI.qm +%%DATADIR%%/translations/keepassx_sr.qm %%DATADIR%%/translations/keepassx_sv.qm +%%DATADIR%%/translations/keepassx_th.qm %%DATADIR%%/translations/keepassx_tr.qm %%DATADIR%%/translations/keepassx_uk.qm %%DATADIR%%/translations/keepassx_zh_CN.qm %%DATADIR%%/translations/keepassx_zh_TW.qm %%DATADIR%%/wordlists/eff_large.wordlist +share/metainfo/org.keepassxc.KeePassXC.appdata.xml +share/mime/packages/keepassxc.xml