mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-05 09:24:39 +00:00
rosenthal: noctalia-shell: Update to 4.4.3.
* modules/rosenthal/packages/wm.scm (noctalia-shell): Update to 4.4.3. [inputs]: Add khal. * modules/rosenthal/examples/noctalia-shell/shell-state.json: Update version.
This commit is contained in:
parent
f099cec7d4
commit
b351250a90
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"changelogState": {
|
"changelogState": {
|
||||||
"lastSeenVersion": "v4.4.0"
|
"lastSeenVersion": "v4.4.3"
|
||||||
},
|
},
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
"instanceId": ""
|
"instanceId": ""
|
||||||
|
|||||||
@ -17,6 +17,7 @@
|
|||||||
#:use-module (gnu packages audio)
|
#:use-module (gnu packages audio)
|
||||||
#:use-module (gnu packages base)
|
#:use-module (gnu packages base)
|
||||||
#:use-module (gnu packages bash)
|
#:use-module (gnu packages bash)
|
||||||
|
#:use-module (gnu packages calendar)
|
||||||
#:use-module (gnu packages fontutils)
|
#:use-module (gnu packages fontutils)
|
||||||
#:use-module (gnu packages freedesktop)
|
#:use-module (gnu packages freedesktop)
|
||||||
#:use-module (gnu packages gl)
|
#:use-module (gnu packages gl)
|
||||||
@ -37,7 +38,7 @@
|
|||||||
(define-public noctalia-shell
|
(define-public noctalia-shell
|
||||||
(package
|
(package
|
||||||
(name "noctalia-shell")
|
(name "noctalia-shell")
|
||||||
(version "4.4.0")
|
(version "4.4.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -46,7 +47,7 @@
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p0gp8sqmv4xd696nrhbiln61wkgiyzyz7kjbqx6fs9kqc3i0wyf"))))
|
"1bcllxzpc3viyxizv9qqckbzxgsgsdki8pp60cns4nwzk89q4yp4"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -94,6 +95,7 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%"
|
|||||||
"bin/getent"
|
"bin/getent"
|
||||||
"bin/git"
|
"bin/git"
|
||||||
"bin/grep"
|
"bin/grep"
|
||||||
|
"bin/khal"
|
||||||
"bin/ls"
|
"bin/ls"
|
||||||
"bin/nmcli"
|
"bin/nmcli"
|
||||||
"bin/python3"
|
"bin/python3"
|
||||||
@ -125,6 +127,7 @@ exec ~a --config ~a/etc/xdg/quickshell/noctalia-shell \"$@\"~%"
|
|||||||
grep
|
grep
|
||||||
guile-3.0
|
guile-3.0
|
||||||
imagemagick
|
imagemagick
|
||||||
|
khal
|
||||||
network-manager
|
network-manager
|
||||||
python-minimal
|
python-minimal
|
||||||
qtbase
|
qtbase
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user