Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.4.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.6.0.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-kind-icon): Update to 0.2.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.4.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.1.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.10.
|
|
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.7.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/skribilo.scm (skribilo): Update to 0.10.0.
|
|
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.5.1.2.
[arguments]: Adjust 'prepare-src phase for newer dragonbox dependency.
Remove outdated configure flag.
[inputs]: Replace dragonbox-for-libreoffice with dragonbox. Replace
harfbuzz with harfbuzz-5.
(dragonbox-for-libreoffice): Remove package.
* gnu/packages/hunspell.scm (hunspell-dictonary): Update to 7.5.1.2.
|
|
* gnu/packages/web-browsers.scm (lagrange): Update to 1.15.3.
|
|
* gnu/packages/virtualization.scm (bubblewrap): Update to 0.8.0.
|
|
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230227.
|
|
* gnu/packages/dav.scm (vdirsyncer): Update to 0.19.1.
|
|
* gnu/packages/mastodon.scm (toot): Update to 0.35.0.
|
|
* gnu/packages/video.scm (yt-dlp): Update to 2023.03.04.
|
|
* gnu/packages/package-management.scm (flatpak): Update to 1.14.3.
* gnu/packages/patches/flatpak-unset-gdk-pixbuf-for-sandbox.patch:
Refresh patch.
|
|
* gnu/packages/qt.scm (python-shiboken-6): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtwebengine): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtpositioning): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qttranslations): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qttools): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtlottie): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtwebchannel): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtwayland): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtmultimedia): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtwebsockets): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qt5compat): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtdeclarative): Update to 6.3.2.
[arguments]: Refine comment about build time. Remove dead code.
Re-instate the tst_qqmlprofilerservice test in check phase.
|
|
* gnu/packages/qt.scm (qtshadertools): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtsvg): Update to 6.3.2.
|
|
* gnu/packages/qt.scm (qtbase): Update to 6.3.2.
[configure-flags]: Delete "-GNinja".
[phases]: Delete build and install phases overrides.
[native-inputs]: Remove ninja.
|
|
* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.3.1.
|
|
* gnu/packages/games.scm (warzone2100): Update to 4.3.3.
[native-inputs]: Remove old-style package labels.
[inputs]: Add opus. Remove old-style package labels.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/music.scm (strawberry): Update to 1.0.15.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
po/guix/it.po: Fix `@esempio`, `@sempio`, `@fine`.
|
|
|
|
* gnu/packages/text-editors.scm (scintilla): Update to 5.3.3.
|
|
* gnu/packages/emulators.scm (scummvm): Update to 2.7.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-fontaine): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/gimp.scm (gegl): Update to 0.4.42
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/system/shadow.scm (default-skeleton): Update gdbinit to search for
more debug packages in guix-home and the system profile.
(skeleton-directory): Move .gdbinit to .config/gdb/gdbinit.
|
|
Fixes <https://issues.guix.gnu.org/61013>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.
* guix/read-print.scm (pretty-print-with-comments)[starts-with-line-comment?]:
New procedure.
Use it when printing a list.
* tests/read-print.scm: Add two tests.
|
|
* guix/read-print.scm (%special-forms, %newline-forms): Add
channel-related forms.
|
|
* gnu/packages/astronomy.scm (stellarium):
[arguments]<#:configure-flags>: Enable ShowMySky optional dependencies
to simulate scattering of light by the atmosphere.
[inputs]: Replace QXLSX to QXLSX-QT5. Add CALCMYSKY-QT5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/qt.scm (qxlsx-qt5): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/qt.scm (qxlsx):
[inputs]: Use QTBASE (Qt6) instead QTBASE-5. Add LIBXKBCOMMON,
VULKAN-HEADERS.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/astronomy.scm (calcmysky, calcmysky-qt5): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/service/sound.scm: Export ladspa-configuration? and
ladspa-configuration-plugins.
(<ladspa-configuration>)[plugins]: Rename accessor to ladspa-configuration-plugins.
(ladspa-environment): Adjust to use renamed plugin accessor.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|