Liliana Marie Prikler
a7ab8e4f48
gnu: Deprecate gnome meta-package.
...
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.
2024-02-23 23:22:48 +01:00
Danny Milosavljevic
b993bfa94f
gnu: Add roxterm.
...
* gnu/packages/terminals.scm (roxterm): New variable.
Change-Id: I09b790a03214890fea0b5f87055989d80634d763
2024-02-23 22:05:38 +01:00
Liliana Marie Prikler
96634bb878
services: desktop: Remove unused imports.
...
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).
2024-02-23 21:55:44 +01:00
Liliana Marie Prikler
acaa89ae42
services: Extend polkit capabilities of gnome-desktop-service.
...
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.
2024-02-23 21:55:44 +01:00
Vivien Kraus
07bfe15383
services: Extend udev capabilities of gnome-desktop-service.
...
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
2024-02-23 21:55:44 +01:00
Liliana Marie Prikler
523f3def65
services: Modularise gnome-desktop-configuration.
...
* 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.
2024-02-23 21:55:43 +01:00
Liliana Marie Prikler
0bce55ca53
gnu: gnome: Add core packages for GNOME 44.
...
* gnu/packages/gnome.scm (gnome-meta-core-shell): Add gnome-remote-desktop.
(gnome-meta-core-utilities): Add gnome-connections.
2024-02-23 21:55:41 +01:00
Liliana Marie Prikler
b51b2191a9
gnu: Split gnome into more meta-packages.
...
* 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.
2024-02-23 21:55:19 +01:00
Herman Rimm
b386c11e78
import: Do not return package name with json importer.
...
* guix/import/json.scm (json->code): Do not return package names after
package expressions.
* doc/package-hello.json: Fix comma errors and use valid greeter URL.
Change-Id: Id71924e72f690a9bda5fbfdb65a443029adfd158
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-23 19:02:55 +01:00
Herman Rimm
df3e44cab1
import: Discard args after --version and --help.
...
* guix/scripts/import.scm (guix-import): Discard args.
Change-Id: Icce5cd0daf9011f7ddde7904113b31b547f063ef
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-23 19:02:38 +01:00
Herman Rimm
635af8628c
import: Insert packages into modules alphabetically.
...
* guix/scripts/import.scm (guix-import): Add 'insert' option.
(import-as-definitions): Add procedure.
* doc/guix.texi (Invoking guix import): Describe 'insert' option.
Change-Id: Id87ea707123630e12bcb6788599acac6895b26c4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-23 19:02:35 +01:00
Herman Rimm
50e514c1bc
utils: Add find-definition-insertion-location procedure.
...
* guix/utils.scm (find-definition-insertion-location): Add and export
procedure.
* tests/utils.scm ("find-definition-insertion-location"): Add test.
Change-Id: Ie17e1b4a94790f58518ce121411a38d357f49feb
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-23 19:02:16 +01:00
Herman Rimm
babd39e843
utils: Add insert-expression procedure.
...
* guix/utils.scm (define-module): Use (guix read-print) and export
(insert-expression).
(insert-expression): Add procedure.
* tests/utils.scm ("insert-expression"): Add test.
Change-Id: I971a43a78aa6ecaaef33c1a7a0db4b287eb85036
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-23 19:01:55 +01:00
Herman Rimm
a1d0610f83
import: Wrap package expressions with define-public.
...
* guix/scripts/import.scm (guix-import): Wrap package expressions.
Change-Id: Ic4d986a4706a692b2fecd6fded8ac72ab6311687
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-23 19:00:58 +01:00
Herman Rimm
bf746ae258
doc: Note SVN dependency of texlive importer.
...
* doc/guix.texi (Invoking guix import): Note dependency and remove
duplicated words.
Change-Id: I94320db8c8ab3569aa461876522d5560e37a19ea
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-23 19:00:52 +01:00
Arun Isaac
e7990b1217
gnu: laminar: Update chart.js input to 3.9.1.
...
* gnu/packages/ci.scm (laminar)[inputs]: Update chart.js to 3.9.1.
[arguments]: Adapt copy-in-javascript-and-css phase for chart.js-3.9.1.
Change-Id: I309822993ea82f16a3c3dbda947135e3420b89eb
2024-02-23 16:48:52 +00:00
Juliana Sims
aefc742820
gnu: tlpui: Fix build.
...
* gnu/packages/linux.scm (tlpui)[arguments]: Fix location for "defaults.conf".
Change-Id: I047375f875492aa5c6ef3f9ea673e366f00d89ad
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-02-23 08:26:33 +01:00
Suhail
34ce59bb06
gnu: emacs-ox-tufte: Run tests.
...
* gnu/packages/emacs-xyz.scm (emacs-ox-tufte)[arguments]: Run tests.
[native-inputs]: Add EMACS-BUTTERCUP and EMACS-ELDEV.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Change-Id: I5773c512d298c9469da92343db6d53a45082aba6
2024-02-22 22:39:57 +01:00
Efraim Flashner
c97de01740
gnu: gnucobol: Remove pregenerated files.
...
* gnu/packages/cobol.scm (gnucobol)[source]: Add snippet to remove some
pregenerated files.
[native-inputs]: Add bison, flex.
Change-Id: I1b08b1a10505808527fcee4d136668cbdc504fee
2024-02-22 18:39:55 +02:00
Nicolas Goaziou
59ef52ccb2
gnu: emacs-yeetube: Update to 2.1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-yeetube): Update to 2.1.2.
[inputs]: Add TORSOCKS.
[arguments]<#:phases>: Set location for "torsocks" executable. Split
LOCATE-BINARIES phase for clarity.
Change-Id: Idb209a73848938b577d0bfbc56d13d153f9cafb3
2024-02-22 16:16:52 +01:00
Nicolas Goaziou
f82c99407f
gnu: emacs-visual-fill-column: Update to 2.5.2.
...
* gnu/packages/emacs-xyz.scm (emacs-visual-fill-column): Update to 2.5.2.
Change-Id: Ifcd5dfbc4a40f716f1f42ecba5a97861336b42a7
2024-02-22 16:16:51 +01:00
Nicolas Goaziou
9e7d29b296
gnu: emacs-vertico: Update to 1.7.
...
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 1.7.
Change-Id: I95ad440c9209c13f635c143f8f40fefb942c2ce5
2024-02-22 16:16:51 +01:00
Nicolas Goaziou
52e4048954
gnu: emacs-treebundel: Update to 0.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-treebundel): Update to 0.3.0.
Change-Id: I7b29f236c336ee7159170a335165c23809eb1957
2024-02-22 16:16:51 +01:00
Nicolas Goaziou
182b30a414
gnu: emacs-tempel: Update to 1.1.
...
* gnu/packages/emacs-xyz.scm (emacs-tempel): Update to 1.1.
Change-Id: I25c49995426344926df15a2764099790924f7dd2
2024-02-22 16:16:51 +01:00
Nicolas Goaziou
ce401839d2
gnu: emacs-saveplace-pdf-view: Update to 1.0.6.
...
* gnu/packages/emacs-xyz.scm (emacs-saveplace-pdf-view): Update to 1.0.6.
Change-Id: I68b207405e2993970c46cc2cb91c2e705dd1c9a0
2024-02-22 16:16:51 +01:00
Nicolas Goaziou
8df3e9f1f8
gnu: emacs-pg: Update to 0.28.
...
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.28.
Change-Id: I90555b85d72e57d78feb7bcc0bd84b302cf1f849
2024-02-22 16:16:50 +01:00
Nicolas Goaziou
1f2cd85fa1
gnu: emacs-ox-tufte: Update to 4.0.4.
...
* gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Update to 4.0.4.
Change-Id: Icd69ab95f9027cd02f2a0cef6bb332a3da0f4c8d
2024-02-22 16:16:50 +01:00
Nicolas Goaziou
cf3116e592
gnu: emacs-org-fc: Update to 0.5.1.
...
* gnu/packages/emacs-xyz.scm (emacs-org-fc): Update to 0.5.1.
[arguments]<#:phases>: Remove unnecessary phase. Disable three failing tests.
Change-Id: I575ef70e0e1d2f436c16c19f628886e3172569f1
2024-02-22 16:16:50 +01:00
Nicolas Goaziou
3e7d2a1b46
gnu: emacs-parent-mode: Run tests.
...
* gnu/packages/emacs-xyz.scm (emacs-parent-mode)[arguments]: Run tests.
Change-Id: I2954048a169040cee4905ff579a715117fe24798
2024-02-22 16:16:50 +01:00
Nicolas Goaziou
44013c13d7
gnu: emacs-parent-mode: Update to 2.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-parent-mode): Update to 2.3.1.
[description]: Expound a bit.
[license]: Switch to BSD-2.
Change-Id: I83b9c5fb7fea47d171b180e8b0d4edba96ad0cbd
2024-02-22 16:16:50 +01:00
Nicolas Goaziou
7544c7dbd5
gnu: emacs-osm: Update to 1.3.
...
* gnu/packages/emacs-xyz.scm (emacs-osm): Update to 1.3.
Change-Id: I7355a979cf1676f3cb4f706c59b7f4d91db9c478
2024-02-22 16:16:49 +01:00
Nicolas Goaziou
6689740028
gnu: emacs-org: Update to 9.6.19.
...
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.19.
Change-Id: I3b335d214b82868eea39346c06db4e81165122ee
2024-02-22 16:16:49 +01:00
Nicolas Goaziou
eefd12d404
gnu: emacs-nodejs-repl: Improve package style.
...
* gnu/packages/emacs-xyz.scm (emacs-nodejs-repl)[arguments]: Use
G-expressions. Use SEARCH-INPUT-FILES. Remove trailing #T. Remove
unnecessary call to MAKE-FILE-WRITABLE.
Change-Id: I9da1e24566359970cbf24129acb67f9f0610fb80
2024-02-22 16:16:49 +01:00
Nicolas Goaziou
5ea5124cb5
gnu: emacs-nodejs-repl: Update to 0.2.5.
...
* gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Update to 0.2.5.
Change-Id: I1c447a3d6acb750704ffd7b03779a439e2ba7577
2024-02-22 16:16:49 +01:00
Nicolas Goaziou
7f6c5bb8f6
gnu: emacs-meow: Update to 1.4.5.
...
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.4.5.
Change-Id: I3bd70806235c0166d4182d0d0bfa9fa68dda5940
2024-02-22 16:16:48 +01:00
Nicolas Goaziou
4f410196c9
gnu: emacs-mastodon: Update to 1.0.14.
...
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.14.
Change-Id: Ia3b07dfcdeec3186bde321f614a254416915e36d
2024-02-22 16:16:48 +01:00
Nicolas Goaziou
0a0a611d71
gnu: emacs-magit-todos: Update to 1.7.1.
...
* gnu/packages/emacs-xyz.scm (emacs-magit-todos): Update to 1.7.1.
Change-Id: Ifee7413c420a8ebb71926cf45ab43e33e820ebd4
2024-02-22 16:16:48 +01:00
Nicolas Goaziou
3f1a924783
gnu: emacs-log4e: Update to 0.4.1.
...
* gnu/packages/emacs-xyz.scm (emacs-log4e): Update to 0.4.1.
Change-Id: I2e6696fb6e0fbf90a4921ef4dae7beb983dcacad
2024-02-22 16:16:48 +01:00
Nicolas Goaziou
546dede09a
gnu: emacs-jinx: Update to 1.2.
...
* gnu/packages/emacs-xyz.scm (emacs-jinx): Update to 1.2.
Change-Id: I869d49f1468d29bc72b80da4efc06118b0349231
2024-02-22 16:16:48 +01:00
Nicolas Goaziou
9e8b6f1181
gnu: emacs-gptel: Update to 0.7.0.
...
* gnu/packages/emacs-xyz.scm (emacs-gptel): Update to 0.7.0.
Change-Id: I38edb892c1beeb0ab3026999dd9ed1a149d05615
2024-02-22 16:16:47 +01:00
Nicolas Goaziou
4889d57654
gnu: emacs-goggles: Update to 0.4.
...
* gnu/packages/emacs-xyz.scm (emacs-goggles): Update to 0.4.
Change-Id: I3b654baf064b15eddd4e9aa6c96e3f33bfe580e0
2024-02-22 16:16:47 +01:00
Nicolas Goaziou
dd7e136e13
gnu: emacs-flymake-mypy: Update to 0.3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-flymake-mypy): Update to 0.3.1.
Change-Id: I98776e44b1f99d57da5f9cff78e71a52966f4cca
2024-02-22 16:16:47 +01:00
Nicolas Goaziou
989291a687
gnu: emacs-flycheck: Update to 34.1.
...
* gnu/packages/emacs-xyz.scm (emacs-flycheck): Update to 34.1.
Change-Id: I980fc156d783824f8ca07d2ba83a943e15edcb8f
2024-02-22 16:16:47 +01:00
Nicolas Goaziou
d251199023
gnu: emacs-evil-matchit: Update to 3.0.4.
...
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.4.
Change-Id: I302060a1bb90ef3ddfcb2ce062abb6da0741351b
2024-02-22 16:16:47 +01:00
Nicolas Goaziou
f9ce439eb7
gnu: emacs-ement: Update to 0.14.
...
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.14.
Change-Id: I383ee99cee481cb7708ad9027aaed2762dbdeb01
2024-02-22 16:16:46 +01:00
Nicolas Goaziou
625e46182a
gnu: emacs-elpher: Update to 3.5.1.
...
* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.5.1.
Change-Id: Ia79487c7946dedbea0c7ab5ab1505d7cf4d22b06
2024-02-22 16:16:46 +01:00
Nicolas Goaziou
00af76ebad
gnu: emacs-eldev: Update to 1.8.2.
...
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.8.2.
Change-Id: I986f6adb3ab748335b8df7a46d69bef0a8e7b408
2024-02-22 16:16:46 +01:00
Nicolas Goaziou
b8ff50d06f
gnu: emacs-edit-indirect: Update to 0.1.13.
...
* gnu/packages/emacs-xyz.scm (emacs-edit-indirect): Update to 0.1.13.
Change-Id: I54f6a3e0a0cd8b8490d903336fa16c0fbbcbbc39
2024-02-22 16:16:46 +01:00
Nicolas Goaziou
df0149ccde
gnu: emacs-ebib: Update to 2.40.4.
...
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.40.4.
Change-Id: I469d234ae715508be50102c59cbc73415b09e75c
2024-02-22 16:16:45 +01:00
Nicolas Goaziou
273682cdb3
gnu: emacs-dtrt-indent: Update to 1.17.
...
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.17.
Change-Id: I11ffac4a989122170e91bdad2f47bf87ed4a1ae9
2024-02-22 16:16:45 +01:00