~ruther/guix-local

fa0413c2 — Attila Lendvai 1 year, 11 months ago
gnu: gedit: Update to 44.3.

* gnu/packages/gnome.scm (gedit): Update to 44.3.

Change-Id: Ib13eb5a09939de440874fc9f558d38aab5d5e49c
Signed-off-by: Christopher Baines <mail@cbaines.net>
80977dc8 — Timotej Lazar 1 year, 11 months ago
gnu: nwipe: Update to 0.36.

* gnu/packages/disk.scm (nwipe): Update to 0.36.

Change-Id: I71e6714118cfc2a98e19373b3db80188903a63c3
Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: skopeo: Update to 1.15.0.

The package is also converted to gnu-build-system in order to take advantage
of already existing Makefile instead of reinventing (parts) of it in Guile.

* gnu/packages/virtualization.scm (skopeo)[version]: Update to 1.15.0.
[build-system]: Use gnu-build-system.
[native-inputs]: Add go-1.21, sort.
[inputs]: Add bash-minimal.
[arguments]<#:import-path, #:install-source?>: Delete.
<#:make-flags, #:test-target, #:imported-modules>: New arguments.
<#:phases>{'configure}: Delete.
{'set-env, 'cc-to-gcc, 'wrap-skopeo, 'remove-go-references}: New phases.

Change-Id: I1010e1f4fbdc093646c2879bdf30125ab2e88bdd
Signed-off-by: Christopher Baines <mail@cbaines.net>
gnu: Add edbrowse.

* gnu/packages/web-browsers.scm (edbrowse): New variable.

Co-authored-by: Christina O'Donnell <cdo@mutix.org>
Signed-off-by: Christopher Baines <mail@cbaines.net>
Change-Id: I6f65ab132eaae6e439df363b22868eb52f297e4e
b7ee2e45 — Ricardo Wurmus 1 year, 11 months ago
gnu: Add ksoloti-patcher.

* gnu/packages/axoloti.scm (ksoloti-patcher): New variable.

Change-Id: Id70d04b3be3b9655a077af4ad67dcde45bfbc102
8ae154b1 — Ricardo Wurmus 1 year, 11 months ago
gnu: Add ksoloti-runtime.

* gnu/packages/axoloti.scm (ksoloti-runtime): New variable.

Change-Id: I248852405617f2cf1d6b7a5ac7932359836f9e22
903abee1 — Ricardo Wurmus 1 year, 11 months ago
gnu: Add java-flatlaf-intellij-themes.

* gnu/packages/java-graphics.scm (java-flatlaf-intellij-themes): New variable.

Change-Id: Ia6f47533dc37a5b4602971e3179fdd084b1af9f9
4d399729 — Ricardo Wurmus 1 year, 11 months ago
gnu: Add java-flatlaf.

* gnu/packages/java-graphics.scm (java-flatlaf): New variable.

Change-Id: Ic4dc70ea5279e8ce3d302539bddb1cefc105abfd
b162136d — Ricardo Wurmus 1 year, 11 months ago
gnu: axoloti-runtime: Simplify with G-expression.

* gnu/packages/axoloti.scm (axoloti-runtime)[arguments]: Use G-expression to
simplify; remove trailing #T from build phases.

Change-Id: Ic9628b58c0e2b7816af6b7b42ab1aff927b4b0da
e391a271 — Ricardo Wurmus 1 year, 11 months ago
gnu: axoloti-runtime: Simplify.

* gnu/packages/axoloti.scm (axoloti-runtime)[source]: Remove BEGIN and
trailing #T from snippet.

Change-Id: I79d0c11e5430f56bcb07d70b285ec94116d7b509
be1fdec1 — Ricardo Wurmus 1 year, 11 months ago
gnu: java-marlin-renderer: Update to 0.9.4.8.

* gnu/packages/java-graphics.scm (java-marlin-renderer): Update to 0.9.4.8.
[arguments]: Include resources.

Change-Id: Icf4026ce3bda3c4ec7af1300c1194100f50016ba
8e2a1a0e — Ricardo Wurmus 1 year, 11 months ago
gnu: Add java-autocomplete.

* gnu/packages/textutils.scm (java-autocomplete): New variable.

Change-Id: Ied62d45ab53fca84d448652cce5e82d971f41703
5e90ee2c — Ricardo Wurmus 1 year, 11 months ago
gnu: java-rsyntaxtextarea: Update to 3.4.0.

* gnu/packages/textutils.scm (java-rsyntaxtextarea): Update to 3.4.0.
[arguments]: Disable tests; provide source-dir and test-dir; disable
'start-xorg-server phase.
[native-inputs]: Remove java-junit.

Change-Id: I5fbf635bc4f0a6a13ed2db4f42080ea5640f4781
ade6845d — Sharlatan Hellseher 1 year, 11 months ago
gnu: go-github-com-hashicorp-hcl-v2: Sort alphabetically.

* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-hcl-v2): Sort
alphabetically.

Change-Id: I8a22e7d56721168bb427f056037583d150d9edd5
6ca7d1a6 — Sharlatan Hellseher 1 year, 11 months ago
gnu: go-github-com-hashicorp-hcl: Sort alphabetically.

* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-hcl): Sort
alphabetically.

Change-Id: I42cb5fc138757d32b0c7daf1c810d298d5d0d5f9
4e4aebde — Sharlatan Hellseher 1 year, 11 months ago
gnu: go-github-com-kballard-go-shellquote: Sort alphabetically.

* gnu/packages/golang-xyz.scm (go-github-com-kballard-go-shellquote):
Sort alphabetically.

Change-Id: Ie73d9136b6a45467e718f1d85fc97d965b1257b2
9b6ff813 — Sharlatan Hellseher 1 year, 11 months ago
gnu: fiano: Update to 1.2.0.

The version style has been changed from v7.0.2 starting v1.0.3. This
change may cause guix refresh to detect incorrect latest version, see
<https://github.com/linuxboot/fiano/tags>.

This changes consolidate building all commands directly from the fiano
package.

* gnu/packages/admin.scm (fiano): Make variable public, update to 1.2.0.
[source]: Remove snippet, there is no longer 'vendor' directory in a
new release.
[arguments] <#:phases>: Add custom 'build, 'check and 'install phases to
cover complex package structure and produce all provided commands.
[inputs]: Add go-github-com-dustin-go-humanize,
go-github-com-hashicorp-errwrap, go-github-com-hashicorp-go-multierror,
go-github-com-jessevdk-go-flags, go-github-com-pierrec-lz4, and
go-github-com-spf13-pflag.
[description]: Highlight which commands are included in the package.

* gnu/packages/admin.scm (fiano-utk, fiano-fmap): Delete variables.

Change-Id: I4b7573e20953ba52c9736e7f64c6b6347221fc72
dea78168 — Sharlatan Hellseher 1 year, 11 months ago
gnu: fiano: Refresh package style.

* gnu/packages/admin.scm (fiano): Refresh package style.
[source]: Remove trailing #t from the snippet.
[arguments]: Use list style.
[inputs]: Remove labels and use list style.
[home-page]: Place before synopsis.

Change-Id: I896c59d4be14c7ed16bc1978e0d9996bd7b93c17
7cd15c81 — Sharlatan Hellseher 1 year, 11 months ago
gnu: go-github.com-jessevdk-go-flags: Adjust variable name.

* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Rename to
go-github-com-jessevdk-go-flags to follow go import naming convention.

* gnu/packages/golang.scm (go-github-com-dhowett-go-plist)
[inputs]: Remove go-github.com-jessevdk-go-flags, add
go-github-com-jessevdk-go-flags.

Change-Id: I6fc977b11e5044b8e6cab2baa4c107967baedb59
cd9089d3 — Sharlatan Hellseher 1 year, 11 months ago
gnu: go-github-com-onsi-gomega: Move to golang-check.

* gnu/packages/golang.scm (go-github-com-onsi-gomega): Move from here ...
* gnu/packages/golang-check.scm: ... to here.

Change-Id: Ia9a7d0e88ebda2fcfb3fe623163e270756900e94
Next