aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/herd.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/herd.scm')
0 files changed, 0 insertions, 0 deletions
ygpgme: Update to 0.4.Efraim Flashner * gnu/packages/gnupg.scm (python-pygpgme): Update to 0.4. [source]: Remove patches. [build-system]: Switch to the pyproject build system. [arguments]: Remove custom phases. [native-inputs]: Remove gnupg-1. Add gnupg. [home-page]: Update home-page. * gnu/packages/patches/pygpgme-disable-problematic-tests.patch, gnu/packages/patches/python-pygpgme-fix-pinentry-tests.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove patches. Change-Id: I0986e0f87a1b824bce5cc24f34467132d14296e4 2024-08-31gnu: libgpg-error: Refactor package arguments.Efraim Flashner * gnu/packages/gnupg.scm (libgpg-error)[arguments]: Move the configure-flags to be always applied and make the adjustments to the build phases be the only conditional part. Remove unneeded module imports. Change-Id: I7eb3950e00e78071a148569cb3705e8a2866d0b6 2024-08-31gnu: libgpg-error: Always provide gpg-error-config.Efraim Flashner * gnu/packages/gnupg.scm (libgpg-error)[arguments]: Always add a configure-flag to enable gpg-error-config. Change-Id: I40da8310d597529b4d355e72af9411ba76e434ca 2024-08-31gnu: libassuan: Update to 2.5.6.Maxim Cournoyer * gnu/packages/gnupg.scm (libassuan): Update to 2.5.6. Change-Id: I8c3a58c088402096db7e9c17d554ab41973d8d74 2024-08-31gnu: libgpg-error: Update to 1.47.Maxim Cournoyer * gnu/packages/gnupg.scm (libgpg-error): Update to 1.47. Change-Id: I1f947b904eb1f91b44d6c870d19f29a99f068ffd 2024-08-31gnu: libgpg-error: Update to 1.46.Simon Josefsson * gnu/packages/gnupg.scm (libgpg-error): Update to 1.46, passing --enable-install-gpg-error-config to ./configure because some packages still uses gpg-error-config (e.g., libassuan 2.5.5) Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I471a3c95a75565f5f4a69e90b40e8aac4fc7c69b 2024-08-31gnu: gpgme: Hardcode gpg binaries' location.Josselin Poiret * gnu/packages/gnupg.scm (gpgme): Pass the gpg binaries' location to configure. Change-Id: I13d8e4d97cd93fffa6e3d1a6e39972e08ed69376 2024-08-31gnu: parcimonie: Add bash-minimal to inputs.Maxim Cournoyer * gnu/packages/gnupg.scm (parcimonie) [inputs]: Add bash-minimal. Delete labels. Change-Id: I94e17ad8a47ccaf31b7cea593f04bb360e185c25 2024-08-31gnu: gpa: Add bash-minimal to inputs.Maxim Cournoyer * gnu/packages/gnupg.scm (gpa): Delete trailing #t. [inputs]: Add bash-minimal. Delete labels. Change-Id: I3c4c9bf9b924b55a6039554127641680f1b0cffd 2024-08-31gnu: pinentry-rofi: Add bash-minimal to inputs.Maxim Cournoyer * gnu/packages/gnupg.scm (pinentry-rofi): Delete trailing #t. [inputs]: Add bash-minimal. Change-Id: I65cfda00921a184d9f0644fa28934b3c29551f4b 2024-08-31gnu: signing-party: Add bash-minimal to inputs.Maxim Cournoyer * gnu/packages/gnupg.scm (signing-party): Delete trailing #t. [inputs]: Add bash-minimal. Change-Id: I9c4eb66dd16d575edd8e6091758b8eb41e831eb4 2024-08-31gnu: pinentry-rofi: Import the correct set of modules.Maxim Cournoyer * gnu/packages/gnupg.scm (pinentry-rofi) [arguments] <modules>: Replace %default-gnu-imported-modules with %default-gnu-modules. Change-Id: Id9191cbe2fc870e58a637043d09c09dcd6cf63b0 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and ↵Maxim Cournoyer %default-gnu-modules. Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee 2024-07-18gnu: Add qgpgme-qt6-1.23.Zheng Junjie * gnu/packages/gnupg.scm (qgpgme-qt6-1.23): New variable. Change-Id: Iefdf4a5c8037724d60ecaf53567900a3106aec66 2024-07-18gnu: Add gpgme-1.23.Zheng Junjie * gnu/packages/gnupg.scm (gpgme-1.23): New variable. Change-Id: Ibf495f6b7cbd8d4e646e262ad547e7cff5b6bf5a