summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: mm-common: Update to 1.0.6.Vivien Kraus2024-02-231-2/+2
| | | | | | | | * gnu/packages/gnome.scm (mm-common): Update to 1.0.6. Change-Id: I5e7ffc18f2743e2d1e3a4547bf8f788d11b1d642 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: gnome: Update synopsis and description.Liliana Marie Prikler2024-02-231-5/+5
| | | | | | | | | Gnome no longer considers itself “The GNU desktop environment”™, so let's reflect that. * gnu/packages/gnome.scm (gnome-meta-package)[synopsis]: Shorten to “Graphical desktop environment”. [description]: Adjust accordingly.
* gnu: Deprecate gnome meta-package.Liliana Marie Prikler2024-02-231-1/+2
| | | | | | | | | GNOME is not a "one size fits all" environment, but with the introduction of World, Circle, and to some extent Developer Extras and recent explorations of mobile form factors much more customizable towards the needs of users. As such, it is silly to insist on a single meta-package to make everyone happy. * gnu/packages/gnome.scm (gnome): Deprecate.
* services: desktop: Remove unused imports.Liliana Marie Prikler2024-02-231-2/+0
| | | | | | | | These imports were needed for a short time to consider two variants of finding udev/polkit configuration files. They are no longer needed, since the respective procedures use all packages now. * gnu/services/desktop.scm: Strip use of (guix diagnostics) and (srfi srfi-35).
* services: Extend polkit capabilities of gnome-desktop-service.Liliana Marie Prikler2024-02-231-17/+27
| | | | | | | | | As with our udev extension, this makes it so that all inputs are considered modulo a new ignorelist. * gnu/services/desktop.scm (gnome-desktop-configuration): Add polkit-ignorelist. (gnome-polkit-settings): Adjust accordingly.
* services: Extend udev capabilities of gnome-desktop-service.Vivien Kraus2024-02-231-18/+36
| | | | | | | | | | | | | | Our udev service is capable of handling both rules and hardware databases. This patch makes it so that gnome can install any such needed rules or databases, while also allowing users to supply a list of names to ignore (via regular expressions). * gnu/services/desktop.scm (gnome-desktop-configuration): Add udev-ignorelist. (gnome-udev-resources): Rename to… (gnome-udev-configuration-files): … this. Account for udev-ignorelist. (gnome-desktop-service-type): Adjust accordingly. Change-Id: I6df4b896652581c42a35ea3ba1e4849ad72d12ef
* services: Modularise gnome-desktop-configuration.Liliana Marie Prikler2024-02-231-14/+83
| | | | | | | | | | | | * gnu/services/gnome.scm (extract-propagated-inputs): New variable. (gnome-desktop-configuration): Add ‘core-services’, ‘shell’, ‘utilities’, and ‘extra-packages’. Deprecate ‘gnome’. (gnome-desktop-configuration-core-services, gnome-desktop-configuration-shell) (gnome-desktop-configuration-utilities) (gnome-desktop-configuration-extra-packages): Export publicly. (gnome-udev-rules, gnome-polkit-settings): Adjust accordingly. (gnome-profile): New variable. (gnome-desktop-service-type): Adjust accordingly.
* gnu: gnome: Add core packages for GNOME 44.Liliana Marie Prikler2024-02-231-0/+2
| | | | | * gnu/packages/gnome.scm (gnome-meta-core-shell): Add gnome-remote-desktop. (gnome-meta-core-utilities): Add gnome-connections.
* gnu: Split gnome into more meta-packages.Liliana Marie Prikler2024-02-231-100/+136
| | | | | | | * gnu/packages/gnome.scm (gnome-meta-package): New syntax rule. (gnome-meta-core-services, gnome-meta-core-shell, gnome-meta-core-utilities) (gnome-essential-extras): New variables. (gnome): Implement in terms of the former.
* Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-02-13147-2820/+5651
|\
| * teams: go: Add all related files to the scope.Sharlatan Hellseher2024-02-131-5/+1
| | | | | | | | | | | | * etc/teams.scm (go): Add regex search for any golang files. Change-Id: Ia6c95d8d49863de0381a907ca6309fa22d22927e
| * gnu: go-github.com-ulikunitz-xz: Move to golang-compression.Sharlatan Hellseher2024-02-134-22/+25
| | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github.com-ulikunitz-xz): Move from here ... * gnu/packages/golang-compression.scm: ... to here. * gnu/packages/admin.scm: Add (gnu packages golang-compression) module. * gnu/packages/bioinformatics.scm: As above. Change-Id: I1901e67ac4336efd356085332572b3f09de90f7a
| * gnu: go-github-com-andybalholm-brotli: Move to golang-compression.Sharlatan Hellseher2024-02-132-26/+27
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-andybalholm-brotli): Move from here ... * gnu/packages/golang-compression.scm: ... to here. Change-Id: I820b0211b1fe4d90643e82fc32a99d8e8b6a9b0f
| * gnu: go-github-com-klauspost-compress: Move to golang-compression.Sharlatan Hellseher2024-02-135-33/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-klauspost-compress): Move from here ... * gnu/packages/golang-compression.scm: ... to here. * gnu/packages/golang-compression.scm: Add (gnu packages golang-compression) module. * gnu/packages/golang-crypto.scm: As above. * gnu/packages/golang-web.scm: As above. * gnu/packages/uucp.scm: As above. Change-Id: Ia99f1e6aae7f75940fc150eb02862c0b3e9f3325
| * gnu: go-golang-org-x-crypto: Move to golang-build.Sharlatan Hellseher2024-02-134-32/+35
| | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-crypto): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/backup.scm: Add (gnu packages golang-build) module. * gnu/packages/crypto.scm: As above. Change-Id: I5daad7fe90e1507958fe73c04fc043ebbc006395
| * gnu: go-golang-org-x-image: Move to golang-build.Sharlatan Hellseher2024-02-133-30/+32
| | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-image): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/game.scm: Add (gnu packages golang-build) module. Change-Id: Icd0b303d8f7544f6eae10ac30d7bd01779abaede
| * gnu: go-golang-org-x-tools: Move to golang-build.Sharlatan Hellseher2024-02-132-41/+39
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-tools): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: Ib9a69a5dab73b6f9d935fd0216658f5e4f8cf1f8
| * gnu: go-github-com-yuin-goldmark: Move to golang-build.Sharlatan Hellseher2024-02-132-21/+22
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-yuin-goldmark): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: If553b4a00b288a913d1d54da8b5b52eab87bb277
| * gnu: go-golang-org-x-text: Move to golang-build.Sharlatan Hellseher2024-02-135-28/+32
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-text): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/admin.scm: Add (gnu packages golang-build) module. * gnu/packages/bioinformatics.scm: As above. * gnu/packages/mail.scm: As above. Change-Id: Ifd15b35b460ae30c5c1d677551e95842b322b246
| * gnu: go-golang-org-x-time: Move to golang-build.Sharlatan Hellseher2024-02-132-31/+30
| | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-time): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/high-availability.scm: Add (gnu packages golang-build) module. Change-Id: I2f2704501b19d991d153c6d8636e1f9fc4cf154b
| * gnu: go-golang-org-x-term: Move to golang-build.Sharlatan Hellseher2024-02-134-24/+27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-term): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/disk.scm: Add (gnu packages golang-build) module. * gnu/packages/image-viewers.scm: As above. Change-Id: Ibdb637bb129437ef74a0270fd44edc8804bb3055
| * gnu: go-golang-org-x-sync: Move to golang-build.Sharlatan Hellseher2024-02-132-30/+30
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-sync): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: I28b72dc45116398512c0255ac9e06b9c539e9e7b
| * gnu: go-golang.org-x-sync-errgroup: Move to golang-build.Sharlatan Hellseher2024-02-134-38/+43
| | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang.org-x-sync-errgroup, go-golang.org-x-sync-semaphore): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/check.scm: Add (gnu packages golang-build) module. Change-Id: Ie886c0f44e0a70629e23371b447f5a35006ade21
| * gnu: go-golang-org-x-xerrors: Move to golang-build.Sharlatan Hellseher2024-02-132-24/+25
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-xerrors): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: I68c9aa1607d71d08eb7ea4e5caf27121cdd0df4c
| * gnu: go-golang-org-x-mod: Move to golang-build.Sharlatan Hellseher2024-02-133-34/+37
| | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-mod): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/shellutils.scm: Add (gnu packages golang-build) module. Change-Id: I88ce7ac1e264cb545a272f9c8a485747e84f7c82
| * gnu: go-golang-org-x-exp: Move to golang-build.Sharlatan Hellseher2024-02-132-27/+27
| | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-exp): Move from here ... * gnu/packages/golang-build.scm: ... to here. Change-Id: I2253ac166a8830662360b14cec0fa301686dac22
| * gnu: go-github-com-bitly-go-hostpool: Move to golang-xyz.Sharlatan Hellseher2024-02-133-25/+26
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-bitly-go-hostpool): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ia314e6134f229c004f23d99a9c42dbd0adf105f8
| * gnu: go-github-com-bitly-timer-metrics: Move to golang-xyz.Sharlatan Hellseher2024-02-132-23/+22
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-bitly-timer-metrics): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Id30d1add9ccbfbc05af114f6ccf82f353a7aa74b
| * gnu: go-github-com-blang-semver: Move to golang-xyz.Sharlatan Hellseher2024-02-133-24/+25
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-blang-semver): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/education.scm: Add (gnu packages golang-xyz) module. * gnu/packages/ipfs.scm: As above. Change-Id: I620543088661512bcc8135922a454c5f2dc73119
| * gnu: go-github-com-bmizerany-perks-quantile: Move to golang-xyz.Sharlatan Hellseher2024-02-132-24/+24
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-bmizerany-perks-quantile): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I215d8f1f2710bd21ad9a251e4cb029064a0968f6
| * gnu: go-github-com-burntsushi-toml: Move to golang-xyz.Sharlatan Hellseher2024-02-134-24/+28
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-burntsushi-toml): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/golang-check.scm: Add (gnu packages golang-xyz) module. * gnu/packages/golang.scm: As above. * gnu/packages/shellutils.scm: As above. Change-Id: If8a645431a1fb17159681daae70db49fd21b37c1
| * gnu: go-github-com-davecgh-go-spew: Move to golang-check.Sharlatan Hellseher2024-02-133-38/+39
| | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-davecgh-go-spew): Move from here ... * gnu/packages/golang-check.scm: ... to here. * gnu/packages/high-availability.scm: Add (gnu packages golang-check) module. Change-Id: I935006c3656b7bf18b91e529296778672338f094
| * gnu: go-github-com-nsqio-go-diskqueue: Move to golang-xyz.Sharlatan Hellseher2024-02-132-23/+23
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-nsqio-go-diskqueue): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I2051eb1f8a40eeab9c8cc96c540413f5818dd78e
| * gnu: go-github-com-nsqio-go-nsq: Move to golang-xyz.Sharlatan Hellseher2024-02-132-26/+27
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-nsqio-go-nsq): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ie718c9943dd527281b30c78ab4e23adc764289c1
| * gnu: go-github-com-mreiferson-go-svc: Move to golang-xyz.Sharlatan Hellseher2024-02-132-28/+28
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mreiferson-go-svc): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: I21f1d5f651fb09a3716cbcdb48aaf7f8dd37384d
| * gnu: go-golang-org-x-sys: Move to golang-build.Sharlatan Hellseher2024-02-1313-32/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-sys): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/curl.scm: Add (gnu packages golang-build) module. * gnu/packages/databases.scm: As above. * gnu/packages/docker.scm: As above. * gnu/packages/golang-build.scm: As above. * gnu/packages/golang.scm: As above. * gnu/packages/irc.scm: As above. * gnu/packages/linux.scm: As above. * gnu/packages/password-utils.scm: As above. * gnu/packages/syncthing.scm: As above. * gnu/packages/textutils.scm: As above. * gnu/packages/vpn.scm: As above. * gnu/packages/weather.scm: As above. * gnu/packages/web.scm: As above. Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7
| * gnu: go-github-com-mreiferson-go-options: Move to golang-xyz.Sharlatan Hellseher2024-02-132-23/+24
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-mreiferson-go-options): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ia5cf19a48812b56b0b38ed80246a65c345454c79
| * gnu: go-github-com-golang-snappy: Mmove to golang-compression.Sharlatan Hellseher2024-02-135-25/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/syncthing.scm (go-github-com-golang-snappy): Move from here ... * gnu/packages/golang-compression.scm: ... to here. * gnu/packages/golang.scm: Add (gnu packages golang-compression) module. * gnu/packages/high-availability.scm: As above. * gnu/packages/ipfs.scm: As above. * gnu/packages/syncthing.scm: As above. Change-Id: I936c82c127e1aa25dde20693bee70e5a871249fe
| * gnu: go-golang-org-x-net: Move to golang-build.Sharlatan Hellseher2024-02-1314-60/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-net, go-golang-org-x-net-0.17, go-golang-org-x-net-html): Move from here ... * gnu/packages/golang-build.scm: ... to here. * gnu/packages/configuration-management.scm: Add (gnu packages golang-build) module. * gnu/packages/education.scm: As above ... * gnu/packages/file-systems.scm: As above ... * gnu/packages/golang-check.scm: As above ... * gnu/packages/golang-crypto.scm: As above ... * gnu/packages/golang-web.scm: As above ... * gnu/packages/golang-xyz.scm: As above ... * gnu/packages/golang.scm: As above ... * gnu/packages/ipfs.scm: As above ... * gnu/packages/messaging.scm: As above ... * gnu/packages/networking.scm: As above ... * gnu/packages/uucp.scm: As above ... * gnu/packages/version-control.scm: As above ... Change-Id: If009e62555ada293f17cf0f42fde82c21ef4615e
| * gnu: Add (gnu packages golang-compression) module.Sharlatan Hellseher2024-02-132-0/+38
| | | | | | | | | | | | | | * gnu/packages/golang-compression.scm: New file. * gnu/local.mk: Add to gnu/packages/golang-compression.scm scope. Change-Id: I1c68a3f6f9b3d6a316cba560b7fc81e707376417
| * gnu: Add (gnu packages golang-build) module.Sharlatan Hellseher2024-02-132-0/+45
| | | | | | | | | | | | | | * gnu/packages/golang-build.scm: New file. * gnu/local.mk: Add to gnu/packages/golang-build.scm scope. Change-Id: I4605d44452859b47ed6369a234c7ead496b19c2a
| * gnu: sugar: Remove obsolete patch.Ricardo Wurmus2024-02-131-3/+0
| | | | | | | | | | | | | | | | | | The brightness component no longer crashes. * gnu/packages/sugar.scm (sugar)[arguments]: Do not disable brightness component. Change-Id: I1c09d2d263c7031458a0ae6bc4789aacb2871032
| * gnu: sugar: Patch background image location.Ricardo Wurmus2024-02-131-4/+3
| | | | | | | | | | | | | | * gnu/packages/sugar.scm (sugar)[arguments]: Use current system profile's /share/backgrounds directory for background images. Change-Id: I9f995e8761b845e56ed40e8116eee3f542a2c9d7
| * gnu: sugar-read-activity: Use webkit with libsoup 3.Ricardo Wurmus2024-02-131-1/+1
| | | | | | | | | | | | | | * gnu/packages/sugar.scm (sugar-read-activity)[propagated-inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk-for-gtk3. Change-Id: I0abf74ebc48f733634679e0700151fadfa7e6dc7
| * gnu: sugar-maze-activity: Update to 32.Ricardo Wurmus2024-02-131-2/+2
| | | | | | | | | | | | * gnu/packages/sugar.scm (sugar-maze-activity): Update to 32. Change-Id: Ib153cd1fff1d6894b3cf6f78941fe0a11f1d0626
| * gnu: sugar-jukebox-activity: Update to 36-2.44ad1da.Ricardo Wurmus2024-02-131-3/+3
| | | | | | | | | | | | * gnu/packages/sugar.scm (sugar-jukebox-activity): Update to 36-2.44ad1da. Change-Id: I6d639c2fc3909565c8f7c0eedea3a043b8cb285e
| * gnu: sugar-browse-activity: Update to 208.Ricardo Wurmus2024-02-131-4/+4
| | | | | | | | | | | | | | | | * gnu/packages/sugar.scm (sugar-browse-activity): Update to 208. [propagated-inputs]: Replace libsoup-minimal-2 with libsoup-minimal; replace webkitgtk-with-libsoup2 with webkitgtk-for-gtk3. Change-Id: I077e86310e4a8853ba00d2913cf5ae70868bce12
| * gnu: sugar-block-party-activity: Update to 12-1.26a58f1.Ricardo Wurmus2024-02-131-3/+3
| | | | | | | | | | | | * gnu/packages/sugar.scm (sugar-block-party-activity): Update to 12-1.26a58f1. Change-Id: I2373b613cb6a31240e5e2d8d0060d038a9557084
| * gnu: sugar: Update to 0.121.Ricardo Wurmus2024-02-131-12/+9
| | | | | | | | | | | | | | | | | | | | * gnu/packages/sugar.scm (sugar): Update to 0.121. [arguments]: Patch LINGUAS file to fix build; remove now obsolete patch to spawn_command_line_sync. [propagated-inputs]: Replace libsoup-minimal-2 with libsoup-minimal; replace webkitgtk-with-libsoup2 with webkitgtk-for-gtk3. Change-Id: I03be3a414515001851125ae92c51269aa441cf1a
| * gnu: sugar-toolkit-gtk3: Update to 0.121.Ricardo Wurmus2024-02-131-4/+5
| | | | | | | | | | | | | | | | * gnu/packages/sugar.scm (sugar-toolkit-gtk3): Update to 0.121. [native-inputs]: Replace autoconf with autoconf-2.71. [propagated-inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk-for-gtk3. Change-Id: Ie1e1b4acb6486c3856143a22cb7aa568b18ed539