Franz Pletz
3e88b1aadc
pinentry: 1.2.1 -> 1.3.0
...
https://dev.gnupg.org/T7046
Adds support for qt6 in addition to qt5.
2024-06-03 21:54:14 +02:00
Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
Weijia Wang
bda131b228
Merge pull request #300650 from mrnossiom/docs/pinentry-fix-code-blocks
...
pinentry: fix inline code blocks to render correctly
2024-04-05 04:21:50 +02:00
Milo Moisson
f1871f2d81
pinentry: fix inline code blocks to render correctly
2024-04-01 17:27:47 +02:00
Mario Rodas
69d879dec3
pinentry_mac: fix mainProgram name
...
The `lib.getExe` doesn't allow a nested path in the `mainProgram`
attribute.
2024-03-25 04:20:00 +00:00
Sandro Jäckel
9e44eb5dee
pinentry: add tty variant
...
Closes #294698
2024-03-11 11:09:15 +01:00
Franz Pletz
764d15f59f
pinentry: remove multiple outputs package
...
fixes #133156 #124753
2024-03-02 17:16:53 +01:00
Franz Pletz
e0629618b4
Merge pull request #280982 from ambroisie/use-mainProgram-in-pinentry-packages
...
pinentry-bemenu/pinentry-rofi/pinentry_mac: add 'meta.mainProgram'
2024-01-15 08:29:14 +01:00
Bruno BELANYI
ec836290b0
pinentry_mac: add 'meta.mainProgram'
2024-01-14 17:31:00 +00:00
Linus Heckemann
1473ac2228
Revert "pinentry: drop gtk2"
...
This reverts commit edb8b7994c
.
2023-12-22 22:07:00 +01:00
Sandro Jäckel
edb8b7994c
pinentry: drop gtk2
2023-12-18 23:21:07 +01:00
Randy Eckenrode
8f84341c90
pinentry-mac: fix build with Darwin sandbox enabled
2023-05-26 12:43:03 -04:00
Adam Joseph
7261e7544e
pinentry: fix cross
...
When cross-compiling, pinentry's configury needs extra hints about
where to find libassuan and libgpg-error. Let's provide them.
2023-04-08 12:00:37 -07:00
Franz Pletz
1e30bc4aeb
pinentry: 1.2.0 -> 1.2.1
2022-12-16 21:01:15 +01:00
Sandro Jäckel
39089253c0
pinentry: add option to build without libsecret
2022-12-05 02:42:36 +01:00
Sandro Jäckel
ffe45e9509
pinentry: remove global with lib
2022-12-05 02:42:22 +01:00
midchildan
b025c8cc5e
pinentry_mac: use pregenerated nib files
2022-08-17 01:19:50 +09:00
midchildan
9cad3c2789
pinentry-mac: 0.9.4 -> 1.1.1.1
2022-08-14 19:15:50 +09:00
Pavol Rusnak
3d881da967
pinentry: replace mkFlag with lib.enableFeature and lib.withFeature
2022-07-09 13:38:49 +02:00
Steven Sherry
2dbca5d4b9
pinentry: remove qt for darwin due to build issues with qt
2022-01-01 16:05:26 -06:00
Sandro Jäckel
568dd5cfa7
pinentry: remove libcap null override
2021-11-12 16:49:31 +01:00
Christian Kögler
11536f9746
pinentry: 1.1.0 -> 1.2.0
2021-10-28 21:40:03 +02:00
Ryan Burns
41574158a0
libgpg-error: rename from libgpgerror
...
Matches pname and upstream project name
2021-10-06 18:23:43 -07:00
Jörg Thalheim
d5d5bed95e
Update pkgs/tools/security/pinentry/default.nix
...
Co-authored-by: Artturi <Artturin@artturin.com>
2021-08-13 05:32:40 +01:00
Jörg Thalheim
a29f205393
pinentry: fix darwin-aarch64 build
2021-08-12 22:24:05 +02:00
Ivan Babrou
4aff0e523a
pinentry_mac: make it compile on arm64
2021-03-03 19:23:49 +00:00
Luflosi
232cc7a64a
pinentry-mac: name -> pname
2021-02-03 18:26:25 +01:00
Ben Siraphob
76f93cc731
pkgs/tools: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Mario Rodas
d3669570d2
pinentry: fix build on darwin
2020-10-01 04:20:00 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Franz Pletz
cb0adc11ff
pinentry: build with multiple outputs in single drv
...
Co-authored-by: Florian Klink <flokli@flokli.de>
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-16 20:30:52 -04:00
Matthew Bauer
1bc7fae62d
Merge pull request #68889 from nspin/pr/various-cross-2
...
Various cross-compilation fixes
2019-09-17 19:35:44 -04:00
Nick Spinale
a6635fbc19
pinentry: fix cross-compilation
2019-09-16 10:48:24 +00:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +02:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Thomas Tuegel
b40550232f
pinentry: Use qt5.wrapQtApps as needed
2019-07-24 11:30:47 -05:00
Daiderd Jordan
e7765ba8e5
pinentry-mac: remove cf-private
2019-07-03 22:20:12 +02:00
Vladimír Čunát
0b9c477719
pinentry: update patch url
...
I verified the hash did NOT change as suggested in #60699 .
2019-05-04 00:20:54 +02:00
Pierre Bourdon
b3c17c9d85
pinentry: fix libassuan and libgpg-error detection in cross builds
2019-04-16 18:58:47 +02:00
John Ericson
f07097902c
pinentry: Use lib.string.{enable,with}Feature to avoid duplication
2019-02-26 13:22:08 -05:00
Daiderd Jordan
7fd359f2f9
pinentry_mac: add cf-private
...
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_NSArray", referenced from:
objc-class-ref in GPGDefaults.o
"_OBJC_CLASS_$_NSDictionary", referenced from:
objc-class-ref in PinentryController.o
objc-class-ref in GPGDefaults.o
objc-class-ref in KeychainSupport.o
"_OBJC_CLASS_$_NSMutableDictionary", referenced from:
objc-class-ref in GPGDefaults.o
"_OBJC_CLASS_$_NSSet", referenced from:
objc-class-ref in GPGDefaults.o
"_OBJC_CLASS_$_NSUserDefaults", referenced from:
objc-class-ref in GPGDefaults.o
ld: symbol(s) not found for architecture x86_64
2018-11-05 19:57:12 +01:00
volth
52f53c69ce
pkgs/*: remove unreferenced function arguments
2018-07-21 02:48:04 +00:00
Matthew Bauer
0534ceac81
xcbuild: move setup hook to xcbuildHook
...
Not every package that needs xcbuild will want to use its build phase.
I have moved the xcbuild setup hook to the new attribute xcbuildHook.
This means that dontUseXcbuild is no longer needed. If you just need
to call xcbuild on its own you can just refer to xcbuild.
2018-07-09 17:13:58 -04:00
Sander Hollaar
bf56acccb8
pinentry-debian-patch - "anonscm.debian.org has migrated to salsa.debian.org" https://github.com/NixOS/nixpkgs/issues/39927
2018-06-08 09:53:12 +02:00
Matthew Bauer
1592e03aba
treewide: rename bad filenames
...
Most of these can easily be moved to subdirectories of other
directories. This helps reduce clutter in the main trees.
2018-04-17 15:42:25 -05:00
Matthew Justin Bauer
35ebf5bfd9
Merge pull request #34982 from tadfisher/pinentry-emacs
...
pinentry: add option to enable pinentry-emacs
2018-03-19 15:41:56 -05:00
Frederik Rietdijk
5344a36e70
pinentry: fix hash of patch
2018-02-25 21:24:40 +01:00