~ruther/guix-local

ref: 29ebb324230cacb87e8cbfad3e215fd1398582f3 guix-local/gnu d---------
29ebb324 — Zheng Junjie 1 year, 3 months ago
gnu: gwenview: Update to 24.12.2.

* gnu/packages/kde.scm (gwenview): Update to 24.12.2.

Change-Id: If31a7a0955f9085f38215d1c2c73fa0f068ed8c7
dd7a377c — Artyom V. Poptsov 1 year, 3 months ago
gnu: fastfetch: Update to 2.36.1.

* gnu/packages/admin.scm (fastfetch): Update to 2.36.1.

Change-Id: I8f3f84ac0345f6497bb1e611e5286dec2645edfb
696f2acb — Suhail Singh 1 year, 5 months ago
gnu: racket: Ensure package launcher's reference config directory.

* gnu/packages/patches/racket-launcher-config-dir.patch: New file.  With this
patch, packages installed at runtime via raco have configuration directory
correctly set.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/racket.scm (%racket-origin): Use it.

Change-Id: Ibba2d73b72a66e58a3c51dad8cf4fbf0c8969c4e
Signed-off-by: Leo Famulari <leo@famulari.name>
b4dc8eb4 — Vinicius Monego 1 year, 3 months ago
gnu: librecad: Use G-Expressions.

* gnu/packages/engineering.scm (librecad)[arguments]: Use G-Expressions.

Change-Id: Ib796867b2282eb52878d0304fb391f1007cc13a0
0d1c0027 — Vinicius Monego 1 year, 3 months ago
gnu: librecad: Update to 2.2.1.

* gnu/packages/engineering.scm (librecad): Update to 2.2.1.

Change-Id: Id9dd850426556ca643aa15a656b116e8c18ca1d4
0a88724a — Vinicius Monego 1 year, 3 months ago
gnu: darktable: Delete old phase.

* gnu/packages/photo.scm (darktable)[arguments]<#:phases>: Delete the
'set-LDFLAGS phase.

Change-Id: Ie6178e75ef6571b5165549615e3fd99262f8d2de
61e60f04 — Vinicius Monego 1 year, 3 months ago
gnu: darktable: Update to 5.0.1.

* gnu/packages/photo.scm (darktable): Update to 5.0.1.

Change-Id: I99c9ef2174ea1972fa65bcbb404fa4f853e7fd99
b4782435 — Vinicius Monego 1 year, 3 months ago
gnu: gmic: Set CMAKE_EXE_LINKER_FLAGS.

* gnu/packages/image-processing.scm (gmic)<#:configure-flags>: Pass
"-DCMAKE_EXE_LINKER_FLAGS".
<#:phases>: Delete the 'set-LDFLAGS phase.
(gmic-qt, gmic-qt-gimp)[arguments]<#:configure-flags>: Delete
"-DGMIC_LIB_PATH".

Change-Id: If4f76263ca9bbadd4a67a6c2ec91839d60fa0bd2
7daa3b06 — Vinicius Monego 1 year, 3 months ago
gnu: gmic: Use G-Expressions.

* gnu/packages/image-processing.scm (gmic)[arguments]: Use
G-Expressions.
(gmic-qt, gmic-qt-gimp)[arguments]: Likewise.

Change-Id: Ib6994a7fccd9331bf80fd2cd9af9e7ad696dfcb6
49a34bc2 — Vinicius Monego 1 year, 3 months ago
gnu: gmic: Update to 3.5.2.

* gnu/packages/image-processing.scm (gmic): Update to 3.5.2.

Change-Id: Ifbe8837d2985b3dffd756feec3affa017812e166
43ba7571 — Vinicius Monego 1 year, 3 months ago
gnu: python-mapie: Update to 0.9.2.

* gnu/packages/statistics.scm (python-mapie): Update to 0.9.2.

Change-Id: Ifff01cec1e31adda6026bd3630cb4d1d83a6bc52
a33602d1 — Vinicius Monego 1 year, 3 months ago
gnu: shotcut: Use G-Expressions.

* gnu/packages/video.scm (shotcut)[arguments]: Use G-Expressions.

Change-Id: I3323b5b5e43c7fd838c49d9de89cfd7628b8b01a
945302e1 — Vinicius Monego 1 year, 3 months ago
gnu: shotcut: Add Vulkan and XKB support.

* gnu/packages/video.scm (shotcut)[native-inputs]: Add vulkan-headers.
[inputs]: Add libxkbcommon, vulkan-loader.

Change-Id: Id12ff6ef5799e2cfd1092d2a37040e5c91281587
e89c5850 — Vinicius Monego 1 year, 3 months ago
gnu: shotcut: Update to 25.01.25.

* gnu/packages/video.scm (shotcut): Update to 25.01.25.

Change-Id: Ib505ed15a292ce221fee450867670656eeaf38d9
d7578f9a — Vinicius Monego 1 year, 3 months ago
gnu: mlt: Update to 7.30.0.

* gnu/packages/video.scm (mlt): Update to 7.30.0.

Change-Id: I318ad4ced951e4aab02e8595779460052989165c
824b8053 — Vinicius Monego 1 year, 3 months ago
gnu: libngspice, ngspice: Update to 44.2.

* gnu/packages/engineering.scm (libngspice, ngspice): Update to 44.2.

Change-Id: I8bfe82c2d9d1ed8f7216209e0b511ac71648ba8b
c83bfc04 — Ludovic Courtès 1 year, 3 months ago
services: Switch to ‘shepherd-system-log-service-type’ in ‘%base-services’.

* gnu/services/base.scm (%base-services): Replace ‘syslog-service-type’
by ‘shepherd-system-log-service-type’.
* doc/guix.texi (Base Services): Update ‘syslog-service-type’
documentation.
(Shepherd Services): Mention that ‘system-log-service-type’ is in
‘%base-services’.  Add anchor.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I21082300f6a052865a6ab1bdff27fbe71f73d492
190a4275 — Ludovic Courtès 1 year, 3 months ago
services: Add ‘system-log’ Shepherd service.

* gnu/services/shepherd.scm (gexp-or-integer?)
(gexp-or-string?, gexp-or-string-or-false?): New procedures.
(system-log-configuration): New record type.
(shepherd-system-log-service-type): New variable.
* doc/guix.texi (Shepherd Services): Document it.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: I1e29fe0977eb4f8026ee6a2d2f282e269c8c00b4
gnu: emacs-slack: Update to d81c18a90cec42bea58c74e902cfad27900f8de6.

* gnu/packages/emacs-xyz.scm (emacs-slack): Update to d81c18a90cec42bea58c74e902cfad27900f8de6.

Change-Id: Ib8914c792d9f17a14e98da40bfefe24b54637cd6

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Idabb91caa01b5bc5c3d6d79ebf06b31203d41479
44982c92 — Ludovic Courtès 1 year, 3 months ago
gnu: openmpi: Update to 5.0.7.

* gnu/packages/mpi.scm (openmpi-5): Update to 5.0.7.

Change-Id: I017c8979dfb97994a1c4b48fa099abe496548936
Next