1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 22:20:38 +02:00
Commit Graph

89685 Commits

Author SHA1 Message Date
Maxim Cournoyer
735d340ae4 gnu: qtdeclarative: Rename to qtdeclarative-5.
Automated via the following commands:

  git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
983a061e98 gnu: Add qtmultimedia, version 6.3.1.
* gnu/packages/qt.scm (qtmultimedia): New variable.
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
5f22854339 gnu: qtmultimedia: Rename to qtmultimedia-5.
Automated via:

  git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i
  git checkout NEWS
2022-07-31 21:55:44 -04:00
Maxim Cournoyer
1d65ff8fde gnu: Add qtshadertools.
* gnu/packages/qt.scm (qtshadertools): New variable.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
6165dd3c72 gnu: qpwgraph: Migrate to Qt 6 and add libxkbcommon input.
* gnu/packages/audio.scm (qpwgraph)[inputs]: Replace qtbase-5 with qtbase,
qtsvg-5 with qtsvg.  Add libxkbcommon.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
49f673415f gnu: Add qtsvg, version 6.3.1.
* gnu/packages/qt.scm (qtsvg): New variable.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
580b033a50 gnu: qtsvg-5: Fix indentation.
* gnu/packages/qt.scm (qtsvg-5): Fix indentation.
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
1ef04fb228 gnu: qtsvg: Rename variable to qtsvg-5.
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
2022-07-31 21:55:43 -04:00
Maxim Cournoyer
4af9984a4e gnu: qtbase: Revert to gtk+ (3) instead of gtk (4).
This revert the upgrade from GTK 3 to 4 in
8d7fdbe261.  Qt doesn't yet support GTK 4.

* gnu/packages/qt.scm (qtbase)[native-inputs]: Remove gtk.
[inputs]: Do not replace gtk+ by gtk.
2022-07-31 21:55:42 -04:00
Maxim Cournoyer
de6f155426 gnu: qtbase: Enable test suite.
* 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.
2022-07-31 21:55:42 -04:00
Maxim Cournoyer
d48c98cd12 gnu: qtbase: Honor CMAKE_PREFIX_PATH.
* gnu/packages/qt.scm (qtbase)[phases]{honor-CMAKE_PREFIX_PATH}: New phase.
2022-07-31 21:55:42 -04:00
Maxim Cournoyer
663f12ea24 gnu: qtbase: Patch /bin/pwd in executable scripts.
* gnu/packages/qt.scm (qtbase)[phases]{patch-paths}: Patch /bin/pwd.
[inputs]: Add coreutils-minimal.
2022-07-31 21:55:42 -04:00
Ludovic Courtès
ab59155c5a gnu: mtd-utils: Disable parallel tests.
This is a followup to 7a409a217c.

* gnu/packages/linux.scm (mtd-utils)[arguments]: Add #:parallel-tests?.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
7d0ebc467f services: rottlog: More convenient default options for <log-rotation>.
* 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.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
61db74a687 home: Add 'home-generation-base'.
This reverts commit 670818a404,
thereby reinstating 5df8f7802e.

* gnu/home.scm (%profile-generation-rx): New variable.
(home-generation-base): New procedure.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
a3a6931c75 gnu: rottlog: Remove input labels.
* gnu/packages/admin.scm (rottlog)[arguments]: In 'tweak-rc-weekly', use
'search-input-file' instead of 'assoc-ref'.
[inputs]: Remove labels.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
e5a6900baf services: rottlog: Keep important /var/log files for 16 weeks.
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.
2022-08-01 00:02:04 +02:00
Ludovic Courtès
bfe3fdbc75 services: tor: Do not write to /var/log/tor.log.
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.
2022-08-01 00:02:03 +02:00
Nicolas Goaziou
7c1010f326 gnu: emacs-dtrt-indent: Update to 1.8.
* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.8.
2022-08-01 00:00:00 +02:00
Nicolas Goaziou
4d02b9c334 gnu: emacs-pabbrev: Update to 4.2.2.
* gnu/packages/emacs-xyz.scm (emacs-pabbrev): Update to 4.2.2.
[source]<origin>: Change file extension.
2022-07-31 23:58:19 +02:00
Nicolas Goaziou
0114c7b2df gnu: emacs-org-jira: Update to 4.4.0.
* gnu/packages/emacs-xyz.scm (emacs-org-jira): Update to 4.4.0.
2022-07-31 23:56:19 +02:00
Nicolas Goaziou
218add33da gnu: emacs-devdocs: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.5.
2022-07-31 23:54:40 +02:00
Nicolas Goaziou
48dae20007 gnu: emacs-tramp: Update to 2.5.3.1.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.3.1.
2022-07-31 23:53:43 +02:00
Nicolas Goaziou
638fb2da94 gnu: emacs-parsebib: Update to 4.2.
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.2.
2022-07-31 23:52:27 +02:00
Vivien Kraus
0565cde689 gnu: zlib: Support mingw cross-compilation.
* gnu/packages/compression.scm (zlib): Only run configure if not mingw.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-07-31 12:23:41 +02:00
Jonathan Brielmaier
d1c6b8db5a gnu: icedove: Update to 91.12.0.
* gnu/packages/gnuzilla.scm (icedove): Update to 91.12.0.
2022-07-29 23:18:22 +02:00
Felix Gruber
69eb840945 gnu: oil: Update to 0.12.0.
* gnu/packages/shells.scm (oil): Update to 0.12.0.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
7a409a217c gnu: mtd-utils: Update to 2.1.4.
* gnu/packages/linux.scm (mtd-utils): Update to 2.1.4.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
bd756d9c15 gnu: libostree: Update to 2022.5.
* gnu/packages/package-management.scm (libostree): Update to 2022.5.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
986df4ec0f gnu: ncmpc: Update to 0.47.
* gnu/packages/mpd.scm (ncmpc): Update to 0.47.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
06261a445a gnu: mpd: Update to 0.23.8.
* gnu/packages/mpd.scm (mpd): Update to 0.23.8.
2022-07-24 02:00:00 +02:00
Pierre Neidhardt
119ac132d7 gnu: sbcl-clss: Update to 20220728.
* gnu/packages/lisp-xyz.scm (sbcl-clss): Update to 20220728.
2022-07-29 08:44:34 +02:00
Tobias Geerinckx-Rice
42c99f282c gnu: mtools: Update to 4.0.40.
* gnu/packages/mtools.scm (mtools): Update to 4.0.40.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
cbcda3965e gnu: net-snmp: Update to 5.9.3.
* gnu/packages/networking.scm (net-snmp): Update to 5.9.3.
[source]: Don't explicitly return #t from the snippet.
[arguments]: Likewise for phases.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
2ac922a8ec gnu: ipcalc: Update to 0.51.
* 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.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
d3d506a0d1 gnu: nginx-documentation: Update to 1.23.1-2869-9383e934e546.
* gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2869-9383e934e546.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
361b1eaeec gnu: nginx: Update to 1.23.1.
* gnu/packages/web.scm (nginx): Update to 1.23.1.
2022-07-24 02:00:02 +02:00
Tobias Geerinckx-Rice
b849d7194e gnu: libsocketcan: Omit duplicate LICENSE file.
* gnu/packages/networking.scm (libsocketcan)[arguments]: Delete the default
'install-license-files phase.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
34680d5406 gnu: libsocketcan: Update to 0.0.12.
* gnu/packages/networking.scm (libsocketcan): Update to 0.0.12.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
0de6c3178b gnu: nnn: Update to 4.6.
* gnu/packages/admin.scm (nnn): Update to 4.6.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
943a5b1ee7 gnu: lldpd: Use G-expressions.
* gnu/packages/networking.scm (lldpd)[arguments]:
Rewrite as G-expressions.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
090667a258 gnu: lldpd: Update to 1.0.14.
* gnu/packages/networking.scm (lldpd): Update to 1.0.14.
[source]: Don't explicitly return #t from the snippet.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
15d55744fd gnu: pamixer: Update to 1.6.
* 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.
2022-07-24 02:00:01 +02:00
Tobias Geerinckx-Rice
ca4d834c2f gnu: paprefs: Update to 1.2.
* gnu/packages/pulseaudio.scm (paprefs): Update to 1.2.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
4aa2a62345 gnu: eid-mw: Remove input labels.
* gnu/packages/security-token.scm (eid-mw)[native-inputs]:
Remove input labels.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
607722a835 gnu: eid-mw: Update to 5.1.6.
* gnu/packages/security-token.scm (eid-mw): Update to 5.1.6.
[inputs]: Remove libbsd as promised.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
893f58adca gnu: hugin: Remove input labels.
* gnu/packages/photo.scm (hugin)[native-inputs, inputs]:
Remove input labels.
2022-07-24 02:00:00 +02:00
Tobias Geerinckx-Rice
3a5e01aa7b gnu: hugin: Update to 2021.0.0.
* gnu/packages/photo.scm (hugin): Update to 2021.0.0.
[arguments]: Don't explicitly return #t from phases.
2022-07-24 02:00:00 +02:00
Efraim Flashner
e6bdd94c38 gnu: plink-ng: Fix building on other architectures.
* gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Adjust
make-flags to add simde includes to CFLAGS.
[native-inputs]: Add simde.
2022-07-28 23:47:40 +03:00
Efraim Flashner
99d1122f8b gnu: plink-ng: Update to 2.00a3.3.
* gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a3.3.
2022-07-28 22:55:07 +03:00