aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
* gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
* gnu: Add qtdeclarative, version 6.3.1.Maxim Cournoyer2022-07-31
| | | | * gnu/packages/qt.scm (qtdeclarative): New variable.
* gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
* gnu: Add qtmultimedia, version 6.3.1.Maxim Cournoyer2022-07-31
| | | | * gnu/packages/qt.scm (qtmultimedia): New variable.
* gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
* gnu: Add qtshadertools.Maxim Cournoyer2022-07-31
| | | | * gnu/packages/qt.scm (qtshadertools): New variable.
* gnu: qpwgraph: Migrate to Qt 6 and add libxkbcommon input.Maxim Cournoyer2022-07-31
| | | | | * gnu/packages/audio.scm (qpwgraph)[inputs]: Replace qtbase-5 with qtbase, qtsvg-5 with qtsvg. Add libxkbcommon.
* gnu: Add qtsvg, version 6.3.1.Maxim Cournoyer2022-07-31
| | | | * gnu/packages/qt.scm (qtsvg): New variable.
* gnu: qtsvg-5: Fix indentation.Maxim Cournoyer2022-07-31
| | | | * gnu/packages/qt.scm (qtsvg-5): Fix indentation.
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: qtbase: Revert to gtk+ (3) instead of gtk (4).Maxim Cournoyer2022-07-31
| | | | | | | | This revert the upgrade from GTK 3 to 4 in 8d7fdbe261e32a63df8c47f06b1a43095b6084c7. Qt doesn't yet support GTK 4. * gnu/packages/qt.scm (qtbase)[native-inputs]: Remove gtk. [inputs]: Do not replace gtk+ by gtk.
* gnu: qtbase: Enable test suite.Maxim Cournoyer2022-07-31
| | | | | | | * gnu/packages/qt.scm (qtbase)[tests?]: Delete argument. [configure-flags]: Add "-DQT_BUILD_TESTS=ON". [phases]{check}: Move after the patch-prl-files phase and override. [native-inputs]: Add xvfb-run.
* gnu: qtbase: Honor CMAKE_PREFIX_PATH.Maxim Cournoyer2022-07-31
| | | | * gnu/packages/qt.scm (qtbase)[phases]{honor-CMAKE_PREFIX_PATH}: New phase.
* gnu: qtbase: Patch /bin/pwd in executable scripts.Maxim Cournoyer2022-07-31
| | | | | * gnu/packages/qt.scm (qtbase)[phases]{patch-paths}: Patch /bin/pwd. [inputs]: Add coreutils-minimal.
* gnu: mtd-utils: Disable parallel tests.Ludovic Courtès2022-08-01
| | | | | | This is a followup to 7a409a217c113dd55c44735331b4c4c1d60ad531. * gnu/packages/linux.scm (mtd-utils)[arguments]: Add #:parallel-tests?.
* services: rottlog: More convenient default options for <log-rotation>.Ludovic Courtès2022-08-01
| | | | | | | * gnu/services/admin.scm (%default-log-rotation-options): New variable. (%default-rotations): Use it. * gnu/services/cuirass.scm (cuirass-log-rotations): Likewise. * doc/guix.texi (Log Rotation): Adjust accordingly.
* guix gc: '--delete-generations' now deletes old Home generations.Ludovic Courtès2022-08-01
| | | | | | | | | | | | | | | This reverts commit 24c0518dd404cbb3c434fb6704f4f551bbc78693, thereby reinstating ba22560627f848f40891a56355ff26b6de1380bc, with an additional fix in (guix self). Fixes <https://issues.guix.gnu.org/56722>. Reported by "(" <paren@disroot.org>. * guix/scripts/gc.scm (guix-gc)[delete-generations]: Add call to 'home-generation-base'. * guix/self.scm (compiled-guix)[*core-cli-modules*]: Remove (guix scripts gc). * doc/guix.texi (Invoking guix gc): Document the change.
* home: Add 'home-generation-base'.Ludovic Courtès2022-08-01
| | | | | | | | This reverts commit 670818a4049edb8a77a5b596fbc7558bde57165c, thereby reinstating 5df8f7802e8b45855e8f84830677001dc631e4f7. * gnu/home.scm (%profile-generation-rx): New variable. (home-generation-base): New procedure.
* gnu: rottlog: Remove input labels.Ludovic Courtès2022-08-01
| | | | | | * gnu/packages/admin.scm (rottlog)[arguments]: In 'tweak-rc-weekly', use 'search-input-file' instead of 'assoc-ref'. [inputs]: Remove labels.
* services: rottlog: Keep important /var/log files for 16 weeks.Ludovic Courtès2022-08-01
| | | | | | | | The default "rotate" value is 1 as of rottlog 0.72.2, meaning that only one rotated file would be kept in addition to the active file. * gnu/services/admin.scm (%default-rotations): Add "rotate" option for %ROTATED-FILES.
* services: tor: Do not write to /var/log/tor.log.Ludovic Courtès2022-08-01
| | | | | | | | | | The service uses syslog and additionally shepherd 0.9 captures its stdout/stderr, so there's no point in passing #:log-file. * gnu/services/networking.scm (tor-shepherd-service): Remove #:log-file argument to 'make-forkexec-constructor'. (%tor-log-rotation): Remove. (tor-service-type): Remove ROTTLOG-SERVICE-TYPE extension.
* gnu: emacs-dtrt-indent: Update to 1.8.Nicolas Goaziou2022-08-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.8.
* gnu: emacs-pabbrev: Update to 4.2.2.Nicolas Goaziou2022-07-31
| | | | | * gnu/packages/emacs-xyz.scm (emacs-pabbrev): Update to 4.2.2. [source]<origin>: Change file extension.
* gnu: emacs-org-jira: Update to 4.4.0.Nicolas Goaziou2022-07-31
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.4.0.
* gnu: emacs-devdocs: Update to 0.5.Nicolas Goaziou2022-07-31
| | | | * gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.5.
* gnu: emacs-tramp: Update to 2.5.3.1.Nicolas Goaziou2022-07-31
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.3.1.
* gnu: emacs-parsebib: Update to 4.2.Nicolas Goaziou2022-07-31
| | | | * gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.2.
* gnu: zlib: Support mingw cross-compilation.Vivien Kraus2022-07-31
| | | | | | * gnu/packages/compression.scm (zlib): Only run configure if not mingw. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: icedove: Update to 91.12.0.Jonathan Brielmaier2022-07-29
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 91.12.0.
* gnu: oil: Update to 0.12.0.Felix Gruber2022-07-24
| | | | | | * gnu/packages/shells.scm (oil): Update to 0.12.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: mtd-utils: Update to 2.1.4.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/linux.scm (mtd-utils): Update to 2.1.4.
* gnu: libostree: Update to 2022.5.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/package-management.scm (libostree): Update to 2022.5.
* gnu: ncmpc: Update to 0.47.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.47.
* gnu: mpd: Update to 0.23.8.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.8.
* gnu: sbcl-clss: Update to 20220728.Pierre Neidhardt2022-07-29
| | | | * gnu/packages/lisp-xyz.scm (sbcl-clss): Update to 20220728.
* gnu: mtools: Update to 4.0.40.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.40.
* gnu: net-snmp: Update to 5.9.3.Tobias Geerinckx-Rice2022-07-24
| | | | | | * gnu/packages/networking.scm (net-snmp): Update to 5.9.3. [source]: Don't explicitly return #t from the snippet. [arguments]: Likewise for phases.
* gnu: ipcalc: Update to 0.51.Tobias Geerinckx-Rice2022-07-24
| | | | | | | | * gnu/packages/networking.scm (ipcalc): Update to 0.51. [source]: Use GIT-FETCH and GIT-FILE-NAME. [inputs]: Remove tar, gzip, and the bogus ‘tarball’. [arguments]: Adjust to build from Git. [home-page]: Update.
* gnu: nginx-documentation: Update to 1.23.1-2869-9383e934e546.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2869-9383e934e546.
* gnu: nginx: Update to 1.23.1.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/web.scm (nginx): Update to 1.23.1.
* gnu: libsocketcan: Omit duplicate LICENSE file.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/networking.scm (libsocketcan)[arguments]: Delete the default 'install-license-files phase.
* gnu: libsocketcan: Update to 0.0.12.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.
* gnu: nnn: Update to 4.6.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/admin.scm (nnn): Update to 4.6.
* gnu: lldpd: Use G-expressions.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/networking.scm (lldpd)[arguments]: Rewrite as G-expressions.
* gnu: lldpd: Update to 1.0.14.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/networking.scm (lldpd): Update to 1.0.14. [source]: Don't explicitly return #t from the snippet.
* gnu: pamixer: Update to 1.6.Tobias Geerinckx-Rice2022-07-24
| | | | | | | | * gnu/packages/pulseaudio.scm (pamixer): Update to 1.6. [build-system]: Switch to Meson. [arguments]: Remove field. [native-inputs]: Add pkg-config. [inputs]: Remove boost; add cxxopts.
* gnu: paprefs: Update to 1.2.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/pulseaudio.scm (paprefs): Update to 1.2.
* gnu: eid-mw: Remove input labels.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/security-token.scm (eid-mw)[native-inputs]: Remove input labels.
* gnu: eid-mw: Update to 5.1.6.Tobias Geerinckx-Rice2022-07-24
| | | | | * gnu/packages/security-token.scm (eid-mw): Update to 5.1.6. [inputs]: Remove libbsd as promised.