Age | Commit message (Expand) | Author |
2024-12-01 | gnu: gimp-next: Update to 3.0.0-RC1....* gnu/packages/gimp.scm (gimp-next): Update to 3.0.0-RC1.
[inputs]: Add python-pygobject.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Liliana Marie Prikler |
2024-12-01 | gnu: gegl: Update to 0.4.50....* gnu/packages/gimp.scm (gegl): Update to 0.4.50.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Liliana Marie Prikler |
2024-12-01 | gnu: babl: Update to 0.1.110....* gnu/packages/gimp.scm (babl): Update to 0.1.110.
Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Liliana Marie Prikler |
2024-08-31 | gnu: gimp: Import the correct set of modules....* gnu/packages/gimp.scm (gimp) [arguments]
<modules>: Replace %default-gnu-imported-modules with %default-gnu-modules.
Change-Id: I6fbe2d8ee94c51673a527487ca6f83a6d17d1dd2
| Maxim Cournoyer |
2024-08-31 | build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......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
| Maxim Cournoyer |
2024-08-18 | gnu: gimp: Update to 2.10.38....* gnu/packages/gimp.scm (gimp): Update to 2.10.38.
Change-Id: I3288c989a5b70e04ddffc97c38c8f52c032f973e
| Tobias Geerinckx-Rice |