Commit graph

85 commits

Author SHA1 Message Date
ilkecan d40132138b keepassxc: 2.7.3 -> 2.7.4 2022-10-31 09:53:59 +01:00
ilkecan 765e741927 keepassxc: 2.7.1 -> 2.7.3 2022-10-23 18:58:09 +00:00
Solene Rapenne ef60a5042f keepassxc: add srapenne as maintainer 2022-10-04 22:38:06 +02:00
Klemens Nanni 1daf0125af keepassxc: Wrap once
Using Qt *and* GTK means both wrapper hooks kick in, so avoid automatic
GTK wrapping and merge arguments into Qt ones as usual.

Duplicate wrapping must be avoided as it breaks the program's basename,
e.g. `argv[0]` ends up with ".keepassxc-wrapped" rather than
"keepassxc" as basename.

This fixes all three ELF executables (there is `-cli` and `-proxy`).
2022-06-05 13:07:57 +02:00
Felix Buehler 4db7ee21d7 keepassxc: 2.6.6 -> 2.7.1 2022-05-13 18:00:15 +02:00
Manuel Bärenz 53f2237575 keepassxc: Add wrapGAppsHook. Fixes #163482. 2022-03-18 16:47:34 +01:00
github-actions[bot] b4569f7a81
Merge staging-next into staging 2021-10-08 00:02:10 +00:00
Ryan Burns 41574158a0 libgpg-error: rename from libgpgerror
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
Dmitry Kalinkin e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
Mrinal Purohit 928ade7e79 keepassxc: 2.6.4 -> 2.6.6 2021-06-14 21:26:48 +05:30
Kanashimia 9c6daedb29 keepassxc: add readline support, minor refactor 2021-05-17 17:00:44 +08:00
Manuel Bärenz 6ee5348b55 nixos/tests: add keepassxc
Test whether KeePassXC launches correctly.
2021-02-08 15:39:37 +01:00
Mrinal Purohit a3fa6e6132 keepassxc: 2.6.3 -> 2.6.4 2021-02-02 16:09:07 +05:30
claudiiii ef0419f06b keepassxc: 2.6.2 -> 2.6.3 2021-01-18 18:13:02 +01:00
Ben Siraphob 108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Ben Siraphob b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
talyz cfdeea41e6
keepassxc: Enable networking by default
Upstream builds with it enabled, as do other distros.
2020-11-08 16:40:23 +01:00
Jon Banafato bc5cf003aa keepassxc: 2.6.1 -> 2.6.2
KeePassXC has a new release. [Changelog](https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.2)
2020-10-25 10:38:30 +01:00
Jon Banafato 3a09fbb277 keepassxc: 2.6.0 -> 2.6.1 2020-08-21 17:56:16 -04:00
claudiiii 78e68699c4 keepassxc: 2.5.4 -> 2.6.0 2020-07-08 17:14:58 +02:00
Maximilian Bosch 07d622284d
Merge pull request #85558 from prusnak/keepassxc
keepassxc: 2.5.2 -> 2.5.4
2020-04-20 01:31:00 +02:00
Pavol Rusnak e353fe89db
keepassxc: 2.5.2 -> 2.5.4
+ disabled testcli flaky test
2020-04-19 14:49:07 +02:00
Manuel Bärenz f253da42f8 Add myself (turion) to the maintainers list for several packages
Following nh2's advice, I want to be more involved in nixpkgs,
and I'll start to review changes to programs that are important to me,
and that didn't have a long list of maintainers yet.
2020-04-19 13:14:31 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Ryan Mulligan be48d023f0
Merge pull request #77114 from r-ryantm/auto-update/keepassxc
keepassxc: 2.5.1 -> 2.5.2
2020-01-15 21:08:13 -08:00
squalus 9314327dee keepassxc: fix darwin build
- Removed the unnecessary libmicrohttpd dependency, which doesn't
  build on macOS. KeepassXC removed this dependency in 2.1.2
- Fixed a compiler error related to the Touch ID feature by adding a
  dependency on the LocalAuthentication framework
2020-01-08 16:44:14 +01:00
R. RyanTM eb32ac4055 keepassxc: 2.5.1 -> 2.5.2 2020-01-06 10:09:27 -08:00
R. RyanTM 141346ba95 keepassxc: 2.5.0 -> 2.5.1 2019-11-28 23:13:15 +01:00
YI 06decf0432 keepassxc: add additional cmake options 2019-11-09 12:33:51 +08:00
Jon Banafato bfa71df71a keepassxc: 2.4.3 -> 2.5.0 2019-10-26 17:54:02 -04:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Francesco Gazzetta 452128816f keepassxc: 2.4.1 -> 2.4.3 2019-08-13 18:58:47 +02:00
Pierre Bourdon de927db59d
keepassxc: partial revert of #54525
Similar to pkgs.bitcoin, QT_PLUGIN_PATH is required in checkPhase to run
the "testcli" test (ironically).
2019-07-20 14:08:27 +02:00
Markus Bockhacker e1f2fec929 remove myself since I don't use this anymore, and cannot maintain it. #65009 2019-07-18 10:24:12 +02:00
Thomas Tuegel 51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Nikolay Amiantov a13920dea0 keepassxc: drop quazip patch
Not needed after quazip update.
2019-06-01 17:31:50 +03:00
Jon Banafato a3b39e2d56 keepassxc: 2.4.0 -> 2.4.1
KeePassXC has a new release. Changelog at
https://github.com/keepassxreboot/keepassxc/releases/tag/2.4.1.

Additionally, some cleanup:

- Alphabetize inputs for better future diffs
- Drop a no-longer-relevant patch
- Fixup removed and missing cmake flags
- Update description to reference correct browser extension
2019-04-14 16:55:39 -04:00
Bob van der Linden 77ce9098c0 keepassxc: run test with offscreen qt plugin
Co-Authored-By: Quiark <me@rplasil.name>
2019-04-11 15:36:21 +08:00
Roman Plášil 96fec4214d fix test running 2019-04-11 13:56:35 +08:00
Roman Plášil 44225ebaf6 WIP: keepassxc: 2.3.4 -> 2.4.0
running test doesn't work currently because of finding qt plugins
2019-04-11 11:20:49 +08:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Valentin Heidelberger 69512da185 keepassxc 2.3.3 -> 2.3.4 (#45482) 2018-08-22 23:51:56 +02:00
averelld 32b2f28e60 keepassxc: fix build with qt 5.11 (#42381) 2018-06-24 20:38:51 +02:00
Valentin Heidelberger 32d8a7d249 keepassxc: 2.3.2 -> 2.3.3 2018-05-09 20:50:06 +02:00
Valentin Heidelberger a365b59deb keepassxc: 2.3.1 -> 2.3.2 2018-05-08 19:19:49 +02:00
Josef Kemetmüller 3f1a03b20e keepassxc: 2.3.0 -> 2.3.1 2018-03-25 21:55:47 +02:00
Josef Kemetmüller 2a80448fed keepassxc: fix darwin build 2018-03-25 21:50:25 +02:00