aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Make webkitgtk-next the new webkitgtk.Liliana Marie Prikler2023-12-08
| | | | | | | | | | | | | | | | | | | | | | | | | | As of version 2.42.0, the WebKit 6.0 typelib is considered stable. With GNOME itself moving to GTK4 as time marches on, we should reflect the fact that this is the preferred Webkit for future applications. * gnu/packages/webkit.scm (webkitgtk-next): Remove variable. Inline logic… (webkitgtk): … here. Move old value … (webkitgtk-for-gtk3): … here. (webkitgtk-with-libsoup2): Inherit from webkitgtk-for-gtk3. * gnu/packages/geo.scm (gnome-maps): Adjust accordingly. * gnu/packages/gnome.scm (gnome-initial-setup, sushi) (cambalache, devhelp, devhelp-with-libsoup2, gnome-online-accounts) (gnome-online-accounts-3.44, evolution-data-server, evolution-data-server-3.44) (lollypop, evolution, gnome-boxes, geary, komikku): Likewise. * gnu/packages/guile-xyz.scm (guile-gi, nomad): Likewise. * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Likewise. * gnu/packages/mail.scm (balsa): Likewise. * gnu/packages/mate.scm (atril): Likewise. * gnu/packages/music.scm (ctrlr): Likewise. * gnu/packages/rednotebook.scm (rednotebook): Likewise. * gnu/packages/syndication.scm (gfeeds): Likewise. * gnu/packages/telegram.scm (telegram-desktop): Likewise. * gnu/packages/vnc.scm (remmina): Likewise. * gnu/packages/web-browsers.scm (nyxt): Likewise.
* gnu: webkitgtk: Update to 2.42.1.Liliana Marie Prikler2023-12-08
| | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.42.1. [inputs]: Add libjxl.
* gnu: xrdp: Update to 0.9.23.1.Andy Tai2023-12-07
| | | | | | | * gnu/packages/rdesktop.scm (xrdp): Update to 0.9.23.1. Change-Id: If5a01e38dc04bd013118d21ff11a46f3e7dddfd2 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: xeyes: Update to 1.3.0.Greg Hogan2023-12-07
| | | | | | | | * gnu/packages/xdisorg.scm (xeyes): Update to 1.3.0. [source]: Update file extension in URI. Change-Id: Ibd4f554180bd7892e594c63f7c18808a6df7c049 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: dub: update to 1.33.0.Hugo Nobrega2023-12-07
| | | | | | | * gnu/packages/dlang.scm (dub): Update to 1.33.0. Change-Id: Ie09f43329fa4a8d79f201f4b617e498d39adec6f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: ddcutil: Install pkgconfig file.Efraim Flashner2023-12-07
| | | | | | | * gnu/packages/hardware.scm (ddcutil)[arguments]: Add a phase to install the missing pkgconfig file. Change-Id: Icd8c6c19e10c8dc426c5cd5020f0a209f0faa452
* gnu: libtorrent-rasterbar: Update to 2.0.9.Tomas Volf2023-12-06
| | | | | | | | | | | | | | | | | | | | | | | Update the package. Since other packages do depend on the previous version (and according to their documentation do recommend it), the previous version is exposed as libtorrent-rasterbar-1.2. The v2.0.9 requires patching to get tests working. Sadly one of the changes is to introduce new binary file, so it is fetched as an input and applied in a phase. Snippet is used instead to do the rest of the patching. * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[version]: Update to 2.0.9. [source]<snippet>: Patch test/test_copy_file.cpp. [native-inputs]: Add the missing file (v2_empty_file.torrent). [arguments]<#:phases>: And add a phase copying it into the correct place. * gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): New variable. (qbittorrent)[inputs]: Use libtorrent-rasterbar-1.2. * gnu/packages/enlightenment.scm (epour)[inputs]: Use libtorrent-rasterbar-1.2. Change-Id: Ifbbbf02a671f6a3db653499a7a5f2504fd23c255 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qbittorrent: Update to 4.6.2.Tomas Volf2023-12-06
| | | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.2. Change-Id: I75d05f14396e1b017cc939264e30ade625cb7017 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qbittorrent-enhanced: Update to 4.6.1.10.Tomas Volf2023-12-06
| | | | | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.1.10. Change-Id: Ic164ee27ea54018acfcba0e9db8db11f119800a4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: deluge: Update to 2.1.1.Tomas Volf2023-12-06
| | | | | | | | | | | | Dependency on nss-certs was added. Most torrents do require SSL in some shape or form, so it seems appropriate to add it by default. * gnu/packages/bittorrent.scm (deluge)[version]: Update to 2.1.1. [propagated-inputs]: Add nss-certs. [native-search-paths]: Set to allow locating the certificates. Change-Id: Ic6c79f24851d6917dc4e5b22b3bcb2f6b99e187a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libtorrent-rasterbar: Update to 1.2.19.Tomas Volf2023-12-06
| | | | | | | | | | | | | | | | With the update, the execution of the test suite was overhauled a lot. Parallel tests were disabled, since the do not work well. Since faketime does cause some tests to hang, test_ssl was moved into a separate run. * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[version]: Update to 1.2.19. [arguments]<#:parallel-tests?>: Disable. [arguments]<#:phases>: Move test_ssl into separate run under faketime. Do not run under tests under faketime. Anchor the regex for test exclusion. Set timeout of 600 seconds for each test. Change-Id: I7392cb3ce1a8815b26b3257498082761255535ee Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-autograd: Update to 1.5.Felix Gruber2023-12-06
| | | | | | | | | * gnu/packages/machine-learning.scm (python-autograd): Update to 1.5. [build-system]: Use pyproject-build-system. [arguments]: Remove custom 'check phase. Change-Id: Ic76510b94d268d5dba6e9b0e057fcfca125e424f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-guix: Update to 455272c.Ludovic Courtès2023-12-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-guix): Update to 455272c. Change-Id: Ib6c29fe9297c55dcd578453bd0425867e4ee180b
* gnu: glibc-locales@2.37: Mark as hidden.Ludovic Courtès2023-12-06
| | | | | | | | | | | Fixes <https://issues.guix.gnu.org/67586>. * gnu/packages/base.scm (glibc-locales/hurd): Wrap in ‘hidden-package’. Change-Id: If4f4aa1ef66c53ee0bb52eaea533241652e48cca Reported-by: Nils Landt <nils@landt.email> Change-Id: I5150f13be9c3b23e7abe408f815c56f498c92ecb
* gnu: qtbase: Skip some more tests on i686-linux.Efraim Flashner2023-12-06
| | | | | | | * gnu/packages/qt.scm (qtbase)[arguments]: Adjust custom 'check phase to skip 5 more tests on i686-linux. Change-Id: I2c70fd0dd7e99cc7e039502933981e1b4985e05c
* gnu: qtbase: Remove unneeded configure flags.Efraim Flashner2023-12-06
| | | | | | | | | | These flags were preventing building on i686-linux and seem to not be necessary anymore. * gnu/packages/qt.scm (qtbase)[arguments]: Remove configure-flags disabling certain hardware features. Change-Id: I76e41acb29cf39ce0541b27432b5d8d7fd545b16
* gnu: qtwebengine-5: Enable building on i686-linux.Efraim Flashner2023-12-06
| | | | | | | | * gnu/packages/qt.scm (qtwebengine-5)[arguments]: When building for i686-linux add a configure-flag to use less memory during the linking phase. Change-Id: Ie27467445f2bc299314b1294b024d3cfdc6f0b44
* gnu: gnome-commander: Update to 1.16.1.Vinicius Monego2023-12-05
| | | | | | | | | * gnu/packages/gnome.scm (gnome-commander): Update to 1.16.1. [build-system]: Switch to meson-build-system. [arguments]: Add #:glib-or-gtk?. [native-inputs]: Add gtk+-2:bin. Change-Id: I4badc000d0c2d8525fd3f8f1748d8fabe610c8a9
* gnu: gerbv: Update to 2.10.0.Vinicius Monego2023-12-05
| | | | | | | | | | | * gnu/packages/engineering.scm (gerbv): Update to 2.10.0. [source]: Switch to maintained repository. [native-inputs]: Add autoconf, automake, gettext-minimal, libtool. Remove package labels. [inputs]: Add comment about GTK+2. Remove package labels. [home-page]: Update URL. Change-Id: Ie30c4ae618b3b57e9b59e3e40f1423fed4d26135
* gnu: kdenlive: Update to 23.08.3.Vinicius Monego2023-12-05
| | | | | | * gnu/packages/kde.scm (kdenlive): Update to 23.08.3. Change-Id: I552e82757049bae81cf8d521f17aea1adbefdb26
* gnu: mlt: Update to 7.22.0.Vinicius Monego2023-12-05
| | | | | | * gnu/packages/video.scm (mlt): Update to 7.22.0. Change-Id: I63827e89e181c439eb89e956362618d90d37ef50
* gnu: python-openturns: Update to 1.21.3.Vinicius Monego2023-12-05
| | | | | | * gnu/packages/statistics.scm (python-openturns): Update to 1.21.3. Change-Id: I6e86d60e0b0d26672d2bce08998f2a1af5dff14e
* gnu: python-pymc: Update to 5.10.0.Vinicius Monego2023-12-05
| | | | | | * gnu/packages/statistics.scm (python-pymc): Update to 5.10.0. Change-Id: I900a65beba2d919bde3137a370dbdb19566c828c
* gnu: python-pytensor: Update to 2.18.1.Vinicius Monego2023-12-05
| | | | | | * gnu/packages/python-science.scm (python-pytensor): Update to 2.18.1. Change-Id: I7992d8a00c378c008995df3d026c3e05c235ae6d
* gnu: python-scikit-rf: Update to 0.30.0.Vinicius Monego2023-12-05
| | | | | | * gnu/packages/engineering.scm (python-scikit-rf): Update to 0.30.0. Change-Id: Ia33268f2a655a80a645e30c4b1e08e830da83ae4
* gnu: python-pyqtgraph: Update to 0.13.3.Vinicius Monego2023-12-05
| | | | | | * gnu/packages/python-xyz.scm (python-pyqtgraph): Update to 0.13.3. Change-Id: Ibce95af05181e23aaaa44935367f7ec1bc84324f
* gnu: freecad: Update to 0.21.2.Vinicius Monego2023-12-05
| | | | | | * gnu/packages/engineering.scm (freecad): Update to 0.21.2. Change-Id: Ia7ca92405dfe5cf155387e9fec5ad135701e91c1
* gnu: python-wand: Update to 0.6.13.Vinicius Monego2023-12-05
| | | | | | * gnu/packages/python-xyz.scm (python-wand): Update to 0.6.13. Change-Id: I50e4fff9cd5e3c76dfd5e4cd8a2eb069fdaf7a8b
* gnu: python-setuptools-lint: Add missing input.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/check.scm (python-setuptools-lint)[propagated-inputs]: Add python-tomli. Change-Id: I0ab7d3b129d6c347c212b968c4aeb425e3ee97ae
* gnu: python-schedule: Adjust for newer python.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/python-xyz.scm (python-schedule)[source]: Add snippet to adjust python imports. Change-Id: I8ef362bd35d3d1a2634a16ee4bf790b7da8263c0
* gnu: python-pyscss: Adjust for newer python.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/python-web.scm (python-pyscss)[source]: Add snippet to adjust python imports. Change-Id: I0073089ed505a55f08aec2f0cc0ffa2a2c7963e4
* gnu: python-osc: Adjust for newer python.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/python-xyz.scm (python-osc)[source]: Add snippet to adjust python imports. Change-Id: Ie9708fe6961a4f65909d4795190bd2a037e9c9c8
* gnu: python-gpy: Adjust for newer python.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/python-science.scm (python-gpy)[source]: Add snippet to adjust python module imports. Change-Id: I0772febb97d75e0a0caa331913c9e7453d11e70d
* gnu: python-imgviz: Adjust for newer python.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/image-processing.scm (python-imgviz)[source]: Add snippet to adjust python module imports. Change-Id: I50b39fa5acfc766eb9f18658dbfc3053473e0287
* gnu: python-internetarchive: Adjust for newer python.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/web.scm (python-internetarchive)[source]: Adjust snippet for change in python module imports. Change-Id: I523d022f3a56b31b58f80c1ce1ffabaef1f9b0e7
* gnu: python-alchemy-mock: Adjust for newer python.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/databases.scm (python-alchemy-mock)[source]: Add snippet to adjust python module imports. Change-Id: Id41dd77ff7cd243f8026ad416d12dc01bf68f467
* gnu: python-grako: Adjust for newer python.Efraim Flashner2023-12-05
| | | | | | | * gnu/packages/python-xyz.scm (python-grako)[source]: Add snippet to adjust python module imports. Change-Id: Idcfabc378c510c1e848ff4a922f560c48b5bbed8
* gnu: python-trezor-agent: Fix inputs.Efraim Flashner2023-12-05
| | | | | | | | * gnu/packages/finance.scm (python-trezor-agent)[native-inputs]: Move python-bech32, python-cryptography from here ... [propagated-inputs]: ... to here. Change-Id: I2c6c6faf98defeb5aad9fed37494daed2e86b8d0
* gnu: cl-radiance: Update to 2.1.2-3.8d826c7.Sharlatan Hellseher2023-12-05
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-radiance): Update to 2.1.2-3.8d826c7. Change-Id: I739d7367417e9f2f17ed1c1fd2c5b0c1b36d9236 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: wxmaxima: Update to 23.11.0Andy Tai2023-12-05
| | | | | | | * gnu/packages/maths.scm (wxmaxima): Update to 23.11.0 Change-Id: Ifd1d705ec21f8f437eeb6364dea7d51638567eb7 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: gama: Update to 2.27Andy Tai2023-12-05
| | | | | | | * gnu/packages/gps.scm (gama): Update to 2.27 Change-Id: I5c5b4a90ab98699157af4be6481e36d30439c140 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: ecl-cl-pcg: Disable tests.Guillaume Le Vaillant2023-12-05
| | | | | | * gnu/packages/lisp-xyz.scm (ecl-cl-pcg)[arguments]: Disable tests. Change-Id: Ibd931ed7bb2cfb99e5b717bfcab4864b5496fc79
* gnu: Add emacs-arei.Andrew Tropin2023-12-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-arei): New variable.
* gnu: Add guile-ares-rs.Andrew Tropin2023-12-05
| | | | * gnu/packages/guile-xyz.scm (guile-ares-rs): New variable.
* gnu: linux-libre 4.14: Update to 4.14.331.Wilko Meyer2023-07-23
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.331. (linux-libre-4.14-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I8071d5829939db833a3dad16d59aa901f83466aa
* gnu: linux-libre 4.19: Update to 4.19.300.Wilko Meyer2023-07-23
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.300. (linux-libre-4.19-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I03592b5552631503df4e0c8f0f05ca5e0a3bac20
* gnu: linux-libre 5.4: Update to 5.4.262.Wilko Meyer2023-07-23
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.262. (linux-libre-5.4-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I86c1f12a3367c9d591cbd10b2200da4e13a95436
* gnu: linux-libre 5.10: Update to 5.10.202.Wilko Meyer2023-07-23
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.202. (linux-libre-5.10-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I5a87182a1247dfee1a32cc9de5bba640ba65d806
* gnu: linux-libre 5.15: Update to 5.15.140.Wilko Meyer2023-07-23
| | | | | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.140. (linux-libre-5.15-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I31acb14a8cd9722de144d5e738b51e31e95a68d0
* gnu: linux-libre 6.1: Update to 6.1.64.Wilko Meyer2023-07-23
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.64. (linux-libre-6.1-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Change-Id: I6d112b7497c68d7c7d8f03e9ae98a4c7e9911426