View | Details | Raw Unified | Return to bug 227159 | Differences between
and this patch

Collapse All | Expand All

(-)security/keepassxc/Makefile (-23 / +37 lines)
Lines 1-40 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	keepassxc
3
PORTNAME=	keepassxc
4
PORTVERSION=	2.2.4
4
DISTVERSION=	2.3.1
5
CATEGORIES=	security
5
CATEGORIES=	security
6
MASTER_SITES=	https://github.com/keepassxreboot/keepassxc/releases/download/2.3.1/${PORTNAME}-${DISTVERSION}-src.tar.xz?dummy=/
6
7
7
MAINTAINER=	melanhit@gmail.com
8
MAINTAINER=	melanhit@gmail.com
8
COMMENT=	KeePass Cross-platform Community Edition
9
COMMENT=	KeePass Cross-platform Community Edition
9
10
10
LICENSE=	APACHE20 BOOST-1.0 BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL21 LGPL3 NOKIA-LGPL-EXCEPTION
11
LICENSE=	APACHE20 BOOST-1.0 BSD3CLAUSE CC0-1.0 GPLv2 GPLv3 LGPL21 \
12
		LGPL3 NOKIA-LGPL-EXCEPTION
11
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
12
LICENSE_NAME_BOOST-1.0=	Boost Software License version 1.0
14
LICENSE_NAME_BOOST-1.0=			Boost Software License version 1.0
13
LICENSE_NAME_NOKIA-LGPL-EXCEPTION=	Nokia Qt LGPL Exception version 1.1
15
LICENSE_NAME_NOKIA-LGPL-EXCEPTION=	Nokia Qt LGPL Exception version 1.1
14
LICENSE_FILE_BOOST-1.0=	${WRKSRC}/LICENSE.BOOST-1.0
16
LICENSE_FILE_BOOST-1.0=			${WRKSRC}/LICENSE.BOOST-1.0
15
LICENSE_FILE_NOKIA-LGPL-EXCEPTION=	${WRKSRC}/LICENSE.NOKIA-LGPL-EXCEPTION
17
LICENSE_FILE_NOKIA-LGPL-EXCEPTION=	${WRKSRC}/LICENSE.NOKIA-LGPL-EXCEPTION
16
LICENSE_PERMS_BOOST-1.0=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
LICENSE_PERMS_BOOST-1.0=		dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
LICENSE_PERMS_NOKIA-LGPL-EXCEPTION=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
19
LICENSE_PERMS_NOKIA-LGPL-EXCEPTION=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
18
20
19
LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
21
LIB_DEPENDS=	libargon2.so:security/libargon2 \
22
		libcurl.so:ftp/curl \
23
		libgcrypt.so:security/libgcrypt \
20
		libgpg-error.so:security/libgpg-error
24
		libgpg-error.so:security/libgpg-error
21
25
22
CONFLICTS_INSTALL=	keepassx-0.* keepassx2-* keepassx-*
26
USES=		cmake:outsource desktop-file-utils shared-mime-info tar:xz
23
24
USES=		cmake:outsource compiler:c++11-lib desktop-file-utils shared-mime-info
25
USE_LDCONFIG=	yes
26
INSTALLS_ICONS=	yes
27
USE_QT5=	buildtools_build concurrent core dbus gui linguisttools network \
27
USE_QT5=	buildtools_build concurrent core dbus gui linguisttools network \
28
		qmake_build testlib widgets
28
		qmake_build testlib widgets
29
USE_XORG=	ice inputproto sm x11 xcursor xext xfixes xrandr xrender xt
29
USE_XORG=	x11
30
USE_LDCONFIG=	yes
30
31
31
USE_GITHUB=	yes
32
# patching CMakeLists.txt does not help because that is being overided by
32
GH_ACCOUNT=	keepassxreboot
33
# cmake/GNUInstallDirs.cmake
34
CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man
33
35
34
CMAKE_ARGS+=	-DZLIB_SUPPORTS_GZIP:BOOL=ON
36
CONFLICTS_INSTALL=	keepassx-0.* keepassx2-* keepassx-*
35
37
36
OPTIONS_DEFINE=		AUTOTYPE HTTP YUBIKEY TEST
38
OPTIONS_DEFINE=		AUTOTYPE BROWSER HTTP NETWORKING YUBIKEY SSHAGENT TEST
37
OPTIONS_DEFAULT=	AUTOTYPE HTTP
39
OPTIONS_DEFAULT=	AUTOTYPE BROWSER HTTP NETWORKING SSHAGENT
38
OPTIONS_SUB=		yes
40
OPTIONS_SUB=		yes
39
41
40
AUTOTYPE_CMAKE_BOOL=	WITH_XC_AUTOTYPE
42
AUTOTYPE_CMAKE_BOOL=	WITH_XC_AUTOTYPE
Lines 41-53 Link Here
41
AUTOTYPE_DESC=		Auto-type passwords in input fields
43
AUTOTYPE_DESC=		Auto-type passwords in input fields
42
AUTOTYPE_USE=		QT5=x11extras XORG=xi,xtst
44
AUTOTYPE_USE=		QT5=x11extras XORG=xi,xtst
43
45
46
BROWSER_CMAKE_BOOL=	WITH_XC_BROWSER
47
BROWSER_DESC=		Browser integration with KeePassXC-Browser
48
BROWSER_LIB_DEPENDS=	libsodium.so:security/libsodium
49
50
# Legacy/Deprecated.
44
HTTP_CMAKE_BOOL=	WITH_XC_HTTP
51
HTTP_CMAKE_BOOL=	WITH_XC_HTTP
45
HTTP_DESC=		KeePassHTTP support for ChromeIPass and PassIFox
52
HTTP_DESC=		KeePassHTTP support for ChromeIPass and PassIFox
46
53
54
NETWORKING_CMAKE_BOOL=	WITH_XC_NETWORKING
55
NETWORKING_DESC=	Networking support (e.g. for downloading website icons)
56
57
SSHAGENT_CMAKE_BOOL=	WITH_XC_SSHAGENT
58
SSHAGENT_DESC=		SSH agent support
59
47
YUBIKEY_CMAKE_BOOL=	WITH_XC_YUBIKEY
60
YUBIKEY_CMAKE_BOOL=	WITH_XC_YUBIKEY
48
YUBIKEY_DESC=		Include YubiKey support
61
YUBIKEY_DESC=		YubiKey support
49
YUBIKEY_LIB_DEPENDS=	libyubikey.so:security/libyubikey \
62
YUBIKEY_LIB_DEPENDS=	libykpers-1.so:security/ykpers \
50
			libykpers-1.so:security/ykpers
63
			libyubikey.so:security/libyubikey
51
64
52
TEST_CMAKE_BOOL=	WITH_TESTS WITH_GUI_TESTS
65
TEST_CMAKE_BOOL=	WITH_TESTS WITH_GUI_TESTS
53
TEST_TEST_TARGET=	test
66
TEST_TEST_TARGET=	test
Lines 54-61 Link Here
54
67
55
post-patch:
68
post-patch:
56
	@${REINPLACE_CMD} -e 's|Q_OS_LINUX|Q_OS_UNIX|g' \
69
	@${REINPLACE_CMD} -e 's|Q_OS_LINUX|Q_OS_UNIX|g' \
57
		${WRKSRC}/src/core/ScreenLockListenerPrivate.cpp \
70
		${WRKSRC}/src/browser/HostInstaller.cpp
58
		${WRKSRC}/src/gui/MainWindow.cpp \
59
		${WRKSRC}/src/main.cpp
60
71
72
	@${REINPLACE_CMD} -e 's|u_int|__uint|g' \
73
		${WRKSRC}/src/sshagent/blf.h
74
61
.include <bsd.port.mk>
75
.include <bsd.port.mk>
(-)security/keepassxc/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1513195459
1
TIMESTAMP = 1522556038
2
SHA256 (keepassxreboot-keepassxc-2.2.4_GH0.tar.gz) = e884439ed3ad461e426a25f0492f5fa78ab8ba06fb718977b3867d8f098ccd0a
2
SHA256 (keepassxc-2.3.1.tar.xz) = ce7d8251d4d5b35f602ff521764910964da6d8a67397399855a6e8c5ff5db9bd
3
SIZE (keepassxreboot-keepassxc-2.2.4_GH0.tar.gz) = 3895421
3
SIZE (keepassxc-2.3.1.tar.xz) = 4085284
(-)security/keepassxc/files/patch-CMakeLists.txt (-4 / +4 lines)
Lines 1-8 Link Here
1
--- CMakeLists.txt.orig	2017-06-25 21:52:43 UTC
1
--- CMakeLists.txt.orig	2018-04-01 08:03:48 UTC
2
+++ CMakeLists.txt
2
+++ CMakeLists.txt
3
@@ -89,7 +89,7 @@ add_gcc_compiler_flags("-Wformat=2 -Wmis
3
@@ -166,7 +166,7 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug")
4
 add_gcc_compiler_flags("-fvisibility=hidden")
4
   add_gcc_compiler_flags("-Werror")
5
 add_gcc_compiler_cxxflags("-fvisibility-inlines-hidden")
5
 endif()
6
 
6
 
7
-if((CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.8.999) OR CMAKE_COMPILER_IS_CLANGXX)
7
-if((CMAKE_COMPILER_IS_GNUCXX AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 4.8.999) OR CMAKE_COMPILER_IS_CLANGXX)
8
+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))
8
+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))
(-)security/keepassxc/files/patch-src_CMakeLists.txt (-11 lines)
Lines 1-11 Link Here
1
--- src/CMakeLists.txt.orig	2017-07-12 02:16:55 UTC
2
+++ src/CMakeLists.txt
3
@@ -149,7 +149,7 @@ if(APPLE)
4
         core/ScreenLockListenerMac.cpp
5
         )
6
 endif()
7
-if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
8
+if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux" OR ${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD")
9
     set(keepassx_SOURCES ${keepassx_SOURCES}
10
         core/ScreenLockListenerDBus.h
11
         core/ScreenLockListenerDBus.cpp
(-)security/keepassxc/pkg-plist (-4 / +52 lines)
Lines 1-6 Link Here
1
bin/keepassxc
1
bin/keepassxc
2
bin/keepassxc-cli
2
bin/keepassxc-cli
3
%%AUTOTYPE%%lib/keepassxc/libkeepassx-autotype-xcb.so
3
bin/keepassxc-proxy
4
lib/keepassxc/libkeepassx-autotype-xcb.so
5
man/man1/keepassxc-cli.1.gz
4
share/applications/org.keepassxc.KeePassXC.desktop
6
share/applications/org.keepassxc.KeePassXC.desktop
5
share/icons/hicolor/128x128/apps/keepassxc-dark.png
7
share/icons/hicolor/128x128/apps/keepassxc-dark.png
6
share/icons/hicolor/128x128/apps/keepassxc-locked.png
8
share/icons/hicolor/128x128/apps/keepassxc-locked.png
Lines 40-47 Link Here
40
share/icons/hicolor/scalable/apps/keepassxc-unlocked.svgz
42
share/icons/hicolor/scalable/apps/keepassxc-unlocked.svgz
41
share/icons/hicolor/scalable/apps/keepassxc.svgz
43
share/icons/hicolor/scalable/apps/keepassxc.svgz
42
share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svgz
44
share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svgz
43
share/metainfo/org.keepassxc.KeePassXC.appdata.xml
44
share/mime/packages/keepassxc.xml
45
%%DATADIR%%/icons/application/128x128/apps/keepassxc-dark.png
45
%%DATADIR%%/icons/application/128x128/apps/keepassxc-dark.png
46
%%DATADIR%%/icons/application/128x128/apps/keepassxc-locked.png
46
%%DATADIR%%/icons/application/128x128/apps/keepassxc-locked.png
47
%%DATADIR%%/icons/application/128x128/apps/keepassxc-unlocked.png
47
%%DATADIR%%/icons/application/128x128/apps/keepassxc-unlocked.png
Lines 70-75 Link Here
70
%%DATADIR%%/icons/application/16x16/actions/group-new.png
70
%%DATADIR%%/icons/application/16x16/actions/group-new.png
71
%%DATADIR%%/icons/application/16x16/actions/help-about.png
71
%%DATADIR%%/icons/application/16x16/actions/help-about.png
72
%%DATADIR%%/icons/application/16x16/actions/message-close.png
72
%%DATADIR%%/icons/application/16x16/actions/message-close.png
73
%%DATADIR%%/icons/application/16x16/actions/paperclip.png
73
%%DATADIR%%/icons/application/16x16/actions/password-copy.png
74
%%DATADIR%%/icons/application/16x16/actions/password-copy.png
74
%%DATADIR%%/icons/application/16x16/actions/password-generate.png
75
%%DATADIR%%/icons/application/16x16/actions/password-generate.png
75
%%DATADIR%%/icons/application/16x16/actions/password-generator.png
76
%%DATADIR%%/icons/application/16x16/actions/password-generator.png
Lines 76-81 Link Here
76
%%DATADIR%%/icons/application/16x16/actions/password-show-off.png
77
%%DATADIR%%/icons/application/16x16/actions/password-show-off.png
77
%%DATADIR%%/icons/application/16x16/actions/password-show-on.png
78
%%DATADIR%%/icons/application/16x16/actions/password-show-on.png
78
%%DATADIR%%/icons/application/16x16/actions/system-search.png
79
%%DATADIR%%/icons/application/16x16/actions/system-search.png
80
%%DATADIR%%/icons/application/16x16/actions/url-copy.png
79
%%DATADIR%%/icons/application/16x16/actions/username-copy.png
81
%%DATADIR%%/icons/application/16x16/actions/username-copy.png
80
%%DATADIR%%/icons/application/16x16/apps/keepassxc-dark.png
82
%%DATADIR%%/icons/application/16x16/apps/keepassxc-dark.png
81
%%DATADIR%%/icons/application/16x16/apps/keepassxc-locked.png
83
%%DATADIR%%/icons/application/16x16/apps/keepassxc-locked.png
Lines 82-87 Link Here
82
%%DATADIR%%/icons/application/16x16/apps/keepassxc-unlocked.png
84
%%DATADIR%%/icons/application/16x16/apps/keepassxc-unlocked.png
83
%%DATADIR%%/icons/application/16x16/apps/keepassxc.png
85
%%DATADIR%%/icons/application/16x16/apps/keepassxc.png
84
%%DATADIR%%/icons/application/16x16/mimetypes/application-x-keepassxc.png
86
%%DATADIR%%/icons/application/16x16/mimetypes/application-x-keepassxc.png
87
%%DATADIR%%/icons/application/22x22/actions/auto-type.png
88
%%DATADIR%%/icons/application/22x22/actions/chronometer.png
89
%%DATADIR%%/icons/application/22x22/actions/database-change-key.png
85
%%DATADIR%%/icons/application/22x22/actions/dialog-close.png
90
%%DATADIR%%/icons/application/22x22/actions/dialog-close.png
86
%%DATADIR%%/icons/application/22x22/actions/dialog-ok.png
91
%%DATADIR%%/icons/application/22x22/actions/dialog-ok.png
87
%%DATADIR%%/icons/application/22x22/actions/document-encrypt.png
92
%%DATADIR%%/icons/application/22x22/actions/document-encrypt.png
Lines 88-100 Link Here
88
%%DATADIR%%/icons/application/22x22/actions/document-new.png
93
%%DATADIR%%/icons/application/22x22/actions/document-new.png
89
%%DATADIR%%/icons/application/22x22/actions/document-open.png
94
%%DATADIR%%/icons/application/22x22/actions/document-open.png
90
%%DATADIR%%/icons/application/22x22/actions/document-save.png
95
%%DATADIR%%/icons/application/22x22/actions/document-save.png
96
%%DATADIR%%/icons/application/22x22/actions/entry-clone.png
91
%%DATADIR%%/icons/application/22x22/actions/entry-delete.png
97
%%DATADIR%%/icons/application/22x22/actions/entry-delete.png
92
%%DATADIR%%/icons/application/22x22/actions/entry-edit.png
98
%%DATADIR%%/icons/application/22x22/actions/entry-edit.png
93
%%DATADIR%%/icons/application/22x22/actions/entry-new.png
99
%%DATADIR%%/icons/application/22x22/actions/entry-new.png
100
%%DATADIR%%/icons/application/22x22/actions/group-empty-trash.png
101
%%DATADIR%%/icons/application/22x22/actions/help-about.png
94
%%DATADIR%%/icons/application/22x22/actions/message-close.png
102
%%DATADIR%%/icons/application/22x22/actions/message-close.png
103
%%DATADIR%%/icons/application/22x22/actions/paperclip.png
95
%%DATADIR%%/icons/application/22x22/actions/password-copy.png
104
%%DATADIR%%/icons/application/22x22/actions/password-copy.png
105
%%DATADIR%%/icons/application/22x22/actions/password-generate.png
96
%%DATADIR%%/icons/application/22x22/actions/password-generator.png
106
%%DATADIR%%/icons/application/22x22/actions/password-generator.png
97
%%DATADIR%%/icons/application/22x22/actions/system-search.png
107
%%DATADIR%%/icons/application/22x22/actions/system-search.png
108
%%DATADIR%%/icons/application/22x22/actions/url-copy.png
98
%%DATADIR%%/icons/application/22x22/actions/username-copy.png
109
%%DATADIR%%/icons/application/22x22/actions/username-copy.png
99
%%DATADIR%%/icons/application/22x22/mimetypes/application-x-keepassxc.png
110
%%DATADIR%%/icons/application/22x22/mimetypes/application-x-keepassxc.png
100
%%DATADIR%%/icons/application/22x22/status/dialog-error.png
111
%%DATADIR%%/icons/application/22x22/status/dialog-error.png
Lines 108-116 Link Here
108
%%DATADIR%%/icons/application/256x256/apps/keepassxc-locked.png
119
%%DATADIR%%/icons/application/256x256/apps/keepassxc-locked.png
109
%%DATADIR%%/icons/application/256x256/apps/keepassxc-unlocked.png
120
%%DATADIR%%/icons/application/256x256/apps/keepassxc-unlocked.png
110
%%DATADIR%%/icons/application/256x256/apps/keepassxc.png
121
%%DATADIR%%/icons/application/256x256/apps/keepassxc.png
122
%%DATADIR%%/icons/application/32x32/actions/application-exit.png
123
%%DATADIR%%/icons/application/32x32/actions/auto-type.png
124
%%DATADIR%%/icons/application/32x32/actions/chronometer.png
125
%%DATADIR%%/icons/application/32x32/actions/configure.png
126
%%DATADIR%%/icons/application/32x32/actions/database-change-key.png
127
%%DATADIR%%/icons/application/32x32/actions/dialog-close.png
128
%%DATADIR%%/icons/application/32x32/actions/dialog-ok.png
129
%%DATADIR%%/icons/application/32x32/actions/document-close.png
111
%%DATADIR%%/icons/application/32x32/actions/document-edit.png
130
%%DATADIR%%/icons/application/32x32/actions/document-edit.png
131
%%DATADIR%%/icons/application/32x32/actions/document-encrypt.png
132
%%DATADIR%%/icons/application/32x32/actions/document-new.png
133
%%DATADIR%%/icons/application/32x32/actions/document-open.png
112
%%DATADIR%%/icons/application/32x32/actions/document-properties.png
134
%%DATADIR%%/icons/application/32x32/actions/document-properties.png
135
%%DATADIR%%/icons/application/32x32/actions/document-save.png
136
%%DATADIR%%/icons/application/32x32/actions/edit-clear-locationbar-ltr.png
137
%%DATADIR%%/icons/application/32x32/actions/edit-clear-locationbar-rtl.png
138
%%DATADIR%%/icons/application/32x32/actions/entry-clone.png
139
%%DATADIR%%/icons/application/32x32/actions/entry-delete.png
140
%%DATADIR%%/icons/application/32x32/actions/entry-edit.png
141
%%DATADIR%%/icons/application/32x32/actions/entry-new.png
142
%%DATADIR%%/icons/application/32x32/actions/group-empty-trash.png
143
%%DATADIR%%/icons/application/32x32/actions/help-about.png
113
%%DATADIR%%/icons/application/32x32/actions/key-enter.png
144
%%DATADIR%%/icons/application/32x32/actions/key-enter.png
145
%%DATADIR%%/icons/application/32x32/actions/paperclip.png
146
%%DATADIR%%/icons/application/32x32/actions/password-copy.png
147
%%DATADIR%%/icons/application/32x32/actions/password-generate.png
148
%%DATADIR%%/icons/application/32x32/actions/password-generator.png
149
%%DATADIR%%/icons/application/32x32/actions/password-show-off.png
150
%%DATADIR%%/icons/application/32x32/actions/password-show-on.png
151
%%DATADIR%%/icons/application/32x32/actions/system-search.png
152
%%DATADIR%%/icons/application/32x32/actions/url-copy.png
153
%%DATADIR%%/icons/application/32x32/actions/username-copy.png
114
%%DATADIR%%/icons/application/32x32/actions/view-history.png
154
%%DATADIR%%/icons/application/32x32/actions/view-history.png
115
%%DATADIR%%/icons/application/32x32/apps/internet-web-browser.png
155
%%DATADIR%%/icons/application/32x32/apps/internet-web-browser.png
116
%%DATADIR%%/icons/application/32x32/apps/keepassxc-dark.png
156
%%DATADIR%%/icons/application/32x32/apps/keepassxc-dark.png
Lines 118-123 Link Here
118
%%DATADIR%%/icons/application/32x32/apps/keepassxc-unlocked.png
158
%%DATADIR%%/icons/application/32x32/apps/keepassxc-unlocked.png
119
%%DATADIR%%/icons/application/32x32/apps/keepassxc.png
159
%%DATADIR%%/icons/application/32x32/apps/keepassxc.png
120
%%DATADIR%%/icons/application/32x32/apps/preferences-desktop-icons.png
160
%%DATADIR%%/icons/application/32x32/apps/preferences-desktop-icons.png
161
%%DATADIR%%/icons/application/32x32/apps/utilities-terminal.png
121
%%DATADIR%%/icons/application/32x32/categories/preferences-other.png
162
%%DATADIR%%/icons/application/32x32/categories/preferences-other.png
122
%%DATADIR%%/icons/application/32x32/mimetypes/application-x-keepassxc.png
163
%%DATADIR%%/icons/application/32x32/mimetypes/application-x-keepassxc.png
123
%%DATADIR%%/icons/application/32x32/status/security-high.png
164
%%DATADIR%%/icons/application/32x32/status/security-high.png
Lines 204-215 Link Here
204
%%DATADIR%%/icons/database/C66_Money.png
245
%%DATADIR%%/icons/database/C66_Money.png
205
%%DATADIR%%/icons/database/C67_Certificate.png
246
%%DATADIR%%/icons/database/C67_Certificate.png
206
%%DATADIR%%/icons/database/C68_BlackBerry.png
247
%%DATADIR%%/icons/database/C68_BlackBerry.png
248
%%DATADIR%%/translations/keepassx_ar.qm
207
%%DATADIR%%/translations/keepassx_ca.qm
249
%%DATADIR%%/translations/keepassx_ca.qm
208
%%DATADIR%%/translations/keepassx_cs.qm
250
%%DATADIR%%/translations/keepassx_cs.qm
209
%%DATADIR%%/translations/keepassx_da.qm
251
%%DATADIR%%/translations/keepassx_da.qm
210
%%DATADIR%%/translations/keepassx_de.qm
252
%%DATADIR%%/translations/keepassx_de.qm
211
%%DATADIR%%/translations/keepassx_el.qm
253
%%DATADIR%%/translations/keepassx_el.qm
212
%%DATADIR%%/translations/keepassx_en_plurals.qm
254
%%DATADIR%%/translations/keepassx_en_US.qm
213
%%DATADIR%%/translations/keepassx_es.qm
255
%%DATADIR%%/translations/keepassx_es.qm
214
%%DATADIR%%/translations/keepassx_eu.qm
256
%%DATADIR%%/translations/keepassx_eu.qm
215
%%DATADIR%%/translations/keepassx_fi.qm
257
%%DATADIR%%/translations/keepassx_fi.qm
Lines 221-235 Link Here
221
%%DATADIR%%/translations/keepassx_kk.qm
263
%%DATADIR%%/translations/keepassx_kk.qm
222
%%DATADIR%%/translations/keepassx_ko.qm
264
%%DATADIR%%/translations/keepassx_ko.qm
223
%%DATADIR%%/translations/keepassx_lt.qm
265
%%DATADIR%%/translations/keepassx_lt.qm
266
%%DATADIR%%/translations/keepassx_nb.qm
224
%%DATADIR%%/translations/keepassx_nl_NL.qm
267
%%DATADIR%%/translations/keepassx_nl_NL.qm
225
%%DATADIR%%/translations/keepassx_pl.qm
268
%%DATADIR%%/translations/keepassx_pl.qm
226
%%DATADIR%%/translations/keepassx_pt_BR.qm
269
%%DATADIR%%/translations/keepassx_pt_BR.qm
227
%%DATADIR%%/translations/keepassx_pt_PT.qm
270
%%DATADIR%%/translations/keepassx_pt_PT.qm
271
%%DATADIR%%/translations/keepassx_ro.qm
228
%%DATADIR%%/translations/keepassx_ru.qm
272
%%DATADIR%%/translations/keepassx_ru.qm
229
%%DATADIR%%/translations/keepassx_sl_SI.qm
273
%%DATADIR%%/translations/keepassx_sl_SI.qm
274
%%DATADIR%%/translations/keepassx_sr.qm
230
%%DATADIR%%/translations/keepassx_sv.qm
275
%%DATADIR%%/translations/keepassx_sv.qm
276
%%DATADIR%%/translations/keepassx_th.qm
231
%%DATADIR%%/translations/keepassx_tr.qm
277
%%DATADIR%%/translations/keepassx_tr.qm
232
%%DATADIR%%/translations/keepassx_uk.qm
278
%%DATADIR%%/translations/keepassx_uk.qm
233
%%DATADIR%%/translations/keepassx_zh_CN.qm
279
%%DATADIR%%/translations/keepassx_zh_CN.qm
234
%%DATADIR%%/translations/keepassx_zh_TW.qm
280
%%DATADIR%%/translations/keepassx_zh_TW.qm
235
%%DATADIR%%/wordlists/eff_large.wordlist
281
%%DATADIR%%/wordlists/eff_large.wordlist
282
share/metainfo/org.keepassxc.KeePassXC.appdata.xml
283
share/mime/packages/keepassxc.xml

Return to bug 227159