Commit Graph

45 Commits

Author SHA1 Message Date
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
Tad Fisher
616255adf3 pinentry: add option to enable pinentry-emacs 2018-02-14 11:33:09 -08:00
Jan Tojnar
49993bec81
pinentry: clean up 2017-12-16 03:52:37 +01:00
Jan Tojnar
7ea74f4b7b
pinentry: 1.0.0 → 1.1.0 2017-12-16 03:42:32 +01:00
Jan Tojnar
ba67110de3
pinentry_qt: merge into pinentry 2017-12-16 03:26:30 +01:00
Jan Tojnar
feddf1b278
pinentry: add optional libsecret dependency
libsecret is used for cacheing passwords.
2017-10-01 01:38:15 +02:00
Jan Tojnar
75bf151d25
pinentry: fix configure arguments
pinentry 0.9.6 changed the `qt4` flag to just `qt`. Additionally,
the `--with-x` option has not been there for a while. This commit
renames and removes the flags, respectively.
2017-10-01 01:38:15 +02:00
Jan Tojnar
4ad98786a0
pinentry: add GNOME 3 frontend support 2017-10-01 01:38:15 +02:00
Herwig Hochleitner
4e026c7b94 pinentry: fix keyboard/pointer grabbing bugs
use debian patches to get the gtk2 version to work with various tiling
window managers

Related reports:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=850708
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851707
https://github.com/ch11ng/exwm/issues/263
https://github.com/ch11ng/exwm/issues/279
2017-08-22 00:26:27 +02:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Franz Pletz
c3b566bb87
pinentry: 0.9.7 -> 1.0.0 2017-07-10 09:36:04 +02:00
Thomas Tuegel
b31a63d2e5
pinentry_qt5: build with C++11 for Qt 5.7 2017-02-28 05:59:45 -06:00
Tuomas Tynkkynen
307f7efcc9 pinentry: Fix dev reference to qtbase 2016-08-31 12:32:58 +03:00
Franz Pletz
f5d705aa58 pinentry: 0.9.6 -> 0.9.7 2016-02-22 04:51:53 +01:00
Thomas Tuegel
2b318da619 pinentry_qt5: init at 0.9.6 2015-12-10 11:06:00 -06:00
Thomas Tuegel
80681dd60a pinentry: 0.9.5 -> 0.9.6 2015-12-10 11:05:43 -06:00
William A. Kennington III
aec624a72e pinentry: 0.9.4 -> 0.9.5 2015-08-12 17:13:27 -07:00
Jude Taylor
7e4f41b16f patch pinentry to work with ncurses 2015-06-25 16:36:05 -07:00
William A. Kennington III
fe03404ade Merge pull request #8382 from DamienCassou/update-pinentry-0.9.4
pinentry: 0.9.1 -> 0.9.4
2015-06-18 23:36:33 -07:00
Damien Cassou
e88de8308b pinentry: 0.9.1 -> 0.9.4 2015-06-18 14:11:55 +02:00
Thomas Tuegel
af6c270b6d pinentry: find moc when qt4 enabled 2015-06-13 10:12:13 -05:00
Eelco Dolstra
5d8fe045b6 Revert "Refactor mkFlag out of old packages"
This reverts commit 3117e0c897522ec8431572de12449f676cc8c8be.

Conflicts:
	pkgs/development/libraries/wayland/default.nix
	pkgs/servers/samba/4.x.nix
2015-06-04 14:54:50 +02:00
William A. Kennington III
3117e0c897 Refactor mkFlag out of old packages 2015-05-22 13:54:52 -07:00
William A. Kennington III
cf1d7a9cb4 pinentry: 0.9.0 -> 0.9.1 2015-04-13 18:03:01 -07:00
Domen Kožar
8feda47bee pinentry: fix build /cc wkennington 2015-03-26 10:07:05 +01:00
William A. Kennington III
70a8bfbcd5 pinentry: Fix for darwin 2015-03-25 16:19:02 -07:00
William A. Kennington III
79cfdb2afe pinentry: Slight refactoring 2015-03-25 16:10:00 -07:00
William A. Kennington III
4fc94e6222 pinentry: Update build 2015-03-25 16:09:00 -07:00
William A. Kennington III
56908ab49f pinentry: 0.8.4 -> 0.9.0 2014-12-16 15:30:16 -08:00
William A. Kennington III
4e8d55c59f pinentry: 0.8.3 -> 0.8.4 2014-10-29 02:05:17 -07:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
John Wiegley
6926d6c97d Do not use GTK when building pinentry on Darwin 2014-04-19 14:29:03 +01:00
Nixpkgs Monitor
9a35ac20f3 pinentry: update from 0.8.2 to 0.8.3 2013-12-18 18:18:39 +02:00
Eelco Dolstra
ab3eeabfed Rename buildNativeInputs -> nativeBuildInputs
Likewise for propagatedBuildNativeInputs, etc.  "buildNativeInputs"
sounds like an imperative rather than a noun phrase.
2012-12-28 19:20:09 +01:00
Eelco Dolstra
5553546c21 Remove a bunch of unreferenced files
Plus a small number of obsolete packages (like old versions of qemu).
2012-11-29 13:43:37 +01:00
Peter Simons
11094a7960 pinentry: update to version 0.8.2 2012-11-05 22:31:30 +01:00
Yury G. Kudryashov
0466e94091 Add polkit-kde-agent
Move pinentry and polkit-gnome to tools/security.

svn path=/nixpkgs/trunk/; revision=28656
2011-08-18 12:52:50 +00:00