eta name='robots' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patchutils.scm
AgeCommit message (Expand)Author
2024-08-31gnu: patchutils: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/pdf.scm (patchutils)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ifeab38ef995d0685b3e5e59a770814aaac112a70 Maxime Devos
2024-04-15gnu: meld: Update to 3.22.2....* gnu/packages/patchutils.scm (meld): Update to 3.22.2. Change-Id: I6f292a1a8579f8a18ca4421750541932076a3555 Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai
2024-03-07gnu: meld: Update to 3.22.1...* gnu/packages/patchutils.scm (meld): Update to 3.22.1 Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Change-Id: Ifb4ec944508fd5a3f34f973026291ad973be5690 Andy Tai
2023-12-25gnu: Adjust to removing ed.scm and nano.scm...This is a follow-up to f6817e71dff7d0d9fdb55db8b85a1d3d04e2bf5a and e11e65a9ad08e18ea2faac3c9f4639a7b189bf76. * gnu/installer.scm, gnu/packages/algebra.scm, gnu/packages/base.scm, gnu/packages/cook.scm, gnu/packages/lisp.scm, gnu/packages/patchutils.scm, gnu/packages/version-control.scm, gnu/packages/web-browsers.scm, gnu/system.scm: Adjust module imports. Change-Id: I25e5519fa003c35a14b81c3dda37b24527858634 Efraim Flashner
2023-06-26gnu: patchwork: Update to 3.1.1....* gnu/packages/patchutils.scm (patchwork): Update to 3.1.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Andy Tai
2023-06-02gnu: Add coccinelle....* gnu/packages/patchutils.scm (coccinelle): New variable. Signed-off-by: Jean-Pierre De Jesus DIAZ <jean@foundationdevices.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jean-Pierre De Jesus DIAZ
2023-05-02gnu: quilt: Fix wrapping and improve testing....* gnu/packages/patchutils.scm (quilt)[native-inputs]: Use new style; fixes lint warning. [inputs]: Add bash-minimal, gzip, diffutils, findutils, and tar. [arguments]: Move check phase after other install. Simplify wrapping and wrap one utility script. Run tests with PATH unset and test scripts patched to detect insufficient wrapping. Eric Bavier
2023-05-02gnu: quilt: Update to 0.67....* gnu/packages/patchutils.scm (quilt): Update to 0.67. Efraim Flashner
2023-05-02gnu: quilt: Patch for newer grep....* gnu/packages/patchutils.scm (quilt)[source]: Add patch to work with newer versions of grep. * gnu/packages/patches/quilt-grep-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2023-03-27gnu: colordiff: Update to 1.0.21....* gnu/packages/patchutils.scm (colordiff): Update to 1.0.21. Signed-off-by: Christopher Baines <mail@cbaines.net> Greg Hogan
2023-03-05gnu: meld: Use new package style....* gnu/packages/patchutils.scm (meld)[arguments]: Convert to list of G-Expressions. <#:phases>: Drop trailing #t. [inputs, native-inputs]: Drop labels. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Andy Tai
2023-03-05gnu: meld: Update to 3.22.0...* gnu/packages/patchutils.scm (meld): Update to 3.22.0 [build-system]: Switch to meson-build-system. [native-inputs]: Add desktop-file-utils, itstool, gobject-introspection, pkg-config, and python. [inputs]: Add bash-minimal, python, and python-pycairo. Replace gtksourceview-3 with gtksourceview-4. [arguments]: Add #:glib-or-gtk?, #:imported-modules, and #:modules. <#:phases>: Remove custom ‘install’ and ‘check’. Add ‘skip-gtk-update-icon-cache’. Adjust ‘copy-styles’ to gtksourceview-4. Replace ‘wrap-typelib’ with ‘python-and-gi-wrap’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Andy Tai
2022-09-11gnu: Add wiggle....* gnu/packages/patchutils.scm (wiggle): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> jgart
2022-05-31gnu: Remove patches....* gnu/packages/patchutils.scm (patches): Delete variable. Maxim Cournoyer
2022-05-22gnu: clang@14: Include the extras....* gnu/packages/llvm.scm (clang-14): Add a matching #:tools-extra origin. Reported by foobarxyz on #guix. Tobias Geerinckx-Rice
2022-01-08gnu: patchwork: Update to 3.0.4....* gnu/packages/patchutils.scm (patchwork): Update to 3.0.4. [propagated-inputs]: Use Django 3.2. Christopher Baines
2021-12-17gnu: python-djangorestframework: Rename to python-django-rest-framework....* gnu/packages/django.scm (python-djangorestframework): Define as deprecated alias for ... (python-django-rest-framework): ... this new variable. (python-django-filter)[native-inputs]: Adjust accordingly. * gnu/packages/mail.scm (python-hyperkitty)[propagated-inputs]: Likewise. * gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise. Marius Bakke
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-06gnu: patchwork: Adjust for python-build-system change....This is a follow-up to commit db5646d957895944007c1bb44fcd998ea392f168, et.al. * gnu/packages/patchutils.scm (patchwork)[arguments]: Adapt one more site-packages call. Marius Bakke
2021-12-05gnu: Adjust for python-build-system behavior change....Commit cb72f9a773e0931ee3758c851d96007ded034e4c changed the semantics of SITE-PACKAGES, but did not adjust all callers. * gnu/packages/bioinformatics.scm (python-pyvcf)[arguments]: Adjust for missing trailing slash. * gnu/packages/maths.scm (nomad-optimizer)[arguments]: Likewise. * gnu/packages/patchutils.scm (patchwork)[arguments]: Likewise. Marius Bakke