aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions
0:17 +0100'>2023-01-04gnu: hunspell: Move hunspell and dictionaries to hunspell module....Consolidate hunspell and its dictionaries into the (gnu packages hunspell) module instead of having them scattered about. * gnu/packages/aspell.scm (aspell-word-list, define-word-list-dictionary, hunspell-dict-{en, en-au, en-gb, en-gb-ize, en-us}): Remove variables. * gnu/packages/libreoffice.scm (hunspell, dicollecte-french-dictionary, define-french-dictionary, hunspell-dict-fr-{classique, moderne, réforme, toutes-variantes}, hunspell-dict-pl, hunspell-dict-de, hunspell-dict-hu): Remove variables. * gnu/packages/hunspell.scm (hunspell, dicollecte-french-dictionary, define-french-dictionary, hunspell-dict-fr-{classique, moderne, réforme, toutes-variantes}, hunspell-dict-pl, hunspell-dict-de, hunspell-dict-hu, aspell-word-list, define-word-list-dictionary, hunspell-dict-{en, en-au, en-gb, en-gb-ize, en-us}): Add variables. (hunspell-dictionary): Explicitly declare upstream libreoffice version to prevent circular dependency. * gnu/packages/ebook.scm, gnu/packages/enchant.scm, gnu/packages/freedesktop.scm, gnu/packages/gnuzilla.scm, gnu/packages/kde-frameworks.scm, gnu/packages/messaging.scm, gnu/packages/scribus.scm, gnu/packages/task-management.scm, gnu/packages/telegram.scm, gnu/packages/tex.scm, gnu/packages/text-editors.scm, gnu/packages/video.scm: Adjust module imports. Brian Cully 2023-01-03gnu: Add flatpak-xdg-utils....* gnu/packages/freedesktop.scm (flatpak-xdg-utils): New variable. John Kehayias 2022-12-04gnu: xdg-desktop-portal-wlr: Install missing documentation....* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr)[arguments]: Add a new 'install-documentation phase. Tobias Geerinckx-Rice 2022-11-27gnu: libfprint: Update to 1.94.5....* gnu/packages/freedesktop.scm (libfprint): Update to 1.94.5. Tobias Geerinckx-Rice 2022-11-21gnu: Add wayland-utils....* gnu/packages/freedesktop.scm (wayland-utils): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina 2022-11-21gnu: Add xdg-desktop-portal-kde....* gnu/packages/freedesktop.scm (xdg-desktop-portal-kde): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina 2022-11-21gnu: packagekit: Update to 1.2.5....* gnu/packages/freedesktop.scm (packagekit): Update to 1.2.5. [build-system]: Use meson-build-system. [arguments]: Disable systemd. Fix xsl. [native-inputs]: Add docbook-xsl, gobject-introspection, libxml2, libxslt and vala. [inputs]: Add gstreamer, gst-plugins-base and gtk+. Co-authored-by: Marius Bakke <marius@gnu.org> Petr Hodina 2022-11-21gnu: packagekit: Remove input labels and use gexp....* gnu/packages/freedesktop.scm (pacakgekit): Remove input labels and use gexp. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina 2022-11-21gnu: Add maliit-keyboard....* gnu/pacakges/freedesktop.scm (maliit-keyboard): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina 2022-11-21gnu: Add maliit-framework....* gnu/pacakges/freedesktop.scm (maliit-framework): New variable. Signed-off-by: Marius Bakke <marius@gnu.org> Petr Hodina 2022-11-16gnu: udiskie: Update to 2.4.2....* gnu/packages/freedesktop.scm (udiskie): Update to 2.4.2. [phases]: Remove trailing #t. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> kiasoc5 2022-11-14gnu: Add snixembed....* gnu/packages/freedesktop.scm (snixembed): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Kehayias 2022-11-11gnu: plymouth: Update to 22.02.122....* gnu/packages/freedesktop.scm (plymouth): Update to 22.02.122. Ricardo Wurmus 2022-11-11gnu: plymouth: Change configure flags....Remove unnecessary color flags, and set the default logo to the run directory because /etc will not exist in the early boot process. * gnu/packages/freedesktop.scm (plymouth)[arguments]: Remove "--with-background-color", "--with-background-start-color-stop", and "--with-background-end-color-stop" options; change value of "--with-logo" option. Ricardo Wurmus 2022-11-11gnu: plymouth: Use plain list of native inputs....* gnu/packages/freedesktop.scm (plymouth)[native-inputs]: Use list without labels. Ricardo Wurmus 2022-11-11gnu: plymouth: Use gexps....* gnu/packages/freedesktop.scm (plymouth)[arguments]: Use gexps. Ricardo Wurmus