Compare commits

..

6 Commits

Author SHA1 Message Date
Vinicius Monego
83dfde3eb6 gnu: highs: Update to 1.14.0.
* gnu/packages/maths.scm (highs): Update to 1.14.0.
[description]: End with a period.

Change-Id: Ibb20b6bfa553be855c96a4960c36fd2c42f462e0
2026-04-25 22:01:20 -03:00
jgart
06cd989c0f gnu: sbcl-stumpwm-wpctl: Use modern style.
* gnu/packages/wm.scm (sbcl-stumpwm-wpctl)[arguments]: Use modern style.
[inputs]: Format the code.
[description]: Add period to sentence.

Change-Id: I285ea307e0f0a58e456870f8d5314cd464da2f49
2026-04-25 19:00:13 -04:00
Junker
ddc6ea22ca gnu: Add sbcl-stumpwm-wpctl.
* gnu/packages/wm.scm (sbcl-stumpwm-wpctl): New variable.

Change-Id: I2a73a72c1437e0a27b4ca9d047c6c153f5389dcf
Signed-off-by: jgart <jgart@dismail.de>
2026-04-25 18:55:38 -04:00
jgart
64e4b79de6 gnu: sbcl-stumpwm-acpi-backlight: Use modern style.
* gnu/packages/wm.scm (sbcl-stumpwm-acpi-backlight)[arguments]: Use modern
style.
[source]: Format the code.

Change-Id: I65c608d30aeefd54166d136115c81c7a4e6c7320
2026-04-25 18:54:57 -04:00
jgart
cbeee0326f gnu:sbcl-stumpwm-bluetooth: Use modern style.
* gnu/packages/wm.scm (sbcl-stumpwm-bluetooth)[arguments]: Use modern style.

Change-Id: I0038d52948f48c8a489b69a5ad9ae9ec9d6e32aa
2026-04-25 18:49:54 -04:00
Junker
165bc107d4 gnu: Add sbcl-stumpwm-bluetooth.
* gnu/packages/wm.scm (sbcl-stumpwm-bluetooth): New variable.

Change-Id: Iaa54c27cbfc8a429fe3af87a9a56cfec8c2923af
Signed-off-by: jgart <jgart@dismail.de>
2026-04-25 16:24:45 -04:00
2 changed files with 77 additions and 7 deletions

View File

@@ -11458,7 +11458,7 @@ expression parsing and evaluation.")
(define-public highs
(package
(name "highs")
(version "1.10.0")
(version "1.14.0")
(source
(origin
(method git-fetch)
@@ -11467,14 +11467,14 @@ expression parsing and evaluation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "19q99nkk6r6k91gxp8a5rjil1399qyfgfc6jqlg2gd82vpcw8c8b"))))
(base32 "16y664rzvxd8785195k0srz0842zvl0zdkf6qi103p503pj81afh"))))
(build-system cmake-build-system)
(home-page "https://highs.dev")
(synopsis "High performance software for linear optimization")
(description
"HiGHS provides serial and parallel solvers for large-scale sparse
linear programming (LP), mixed-integer programming (MIP), and quadratic
programming (QP) models")
programming (QP) models.")
(license license:expat)))
(define-public trilinos-zoltan

View File

@@ -3757,14 +3757,15 @@ control module for StumpWM.")
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Junker/stumpwm-acpi-backlight")
(commit version)))
(url "https://github.com/Junker/stumpwm-acpi-backlight")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1dih6fzy77f3r60fwhsk0dw3qksadzj991k1i28z0da64fpshm0a"))))
(arguments
'(#:asd-systems '("acpi-backlight")
#:tests? #f)) ; There are no tests.
(list
#:asd-systems ''("acpi-backlight")
#:tests? #f)) ; There are no tests.
(build-system asdf-build-system/sbcl)
(inputs (list stumpwm))
(home-page "https://github.com/Junker/stumpwm-acpi-backlight")
@@ -3790,6 +3791,40 @@ control module for StumpWM.")
mouse control mode for StumpWM.")
(license (list license:gpl2+ license:gpl3+ license:bsd-2))))
(define-public sbcl-stumpwm-bluetooth
(package
(name "sbcl-stumpwm-bluetooth")
(version "0.1.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Junker/stumpwm-bluetooth")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "08a028r83kd66a3smiyzi9hadk3w89qdhha7hsd9ffh3gdk5s99a"))))
(arguments
(list
#:asd-systems ''("bluetooth")
#:tests? #f ; There are no tests.
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-bin-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "bluetooth.lisp"
(("/usr/bin/bluetoothctl")
(search-input-file inputs "bin/bluetoothctl"))))))))
(build-system asdf-build-system/sbcl)
(inputs (list stumpwm
bluez
sbcl-bordeaux-threads))
(home-page "https://github.com/Junker/stumpwm-bluetooth")
(synopsis "StumpWM module for controlling Bluetooth devices")
(description
"StumpWM module for controlling Bluetooth devices via bluetoothctl.")
(license license:gpl3)))
(define-public sbcl-stumpwm-stump-nm
(package
(inherit stumpwm-contrib)
@@ -4103,6 +4138,41 @@ layouts in StumpWM.")
one in Emacs.")
(license license:gpl3+)))
(define-public sbcl-stumpwm-wpctl
(package
(name "sbcl-stumpwm-wpctl")
(version "0.2.2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Junker/stumpwm-wpctl")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1c3i5z1cmhd96xnlsb40ykgk60cyignl1m4f61i9k9vq05n83pdj"))))
(arguments
(list #:asd-systems ''("wpctl")
#:tests? #f ; There are no tests.
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-wpctl-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "wpctl.lisp"
(("/usr/bin/wpctl")
(search-input-file inputs "bin/wpctl"))))))))
(build-system asdf-build-system/sbcl)
(inputs
(list stumpwm
wireplumber-minimal
sbcl-parse-float
sbcl-bordeaux-threads))
(home-page "https://github.com/Junker/stumpwm-wpctl")
(synopsis "StumpWM PipeWire module")
(description
"PipeWire (WirePlumber) volume and microphone control module for StumpWM.")
(license license:gpl3)))
(define-public sbcl-stumpwm-screenshot
(package
(inherit stumpwm-contrib)