Age | Commit message (Expand) | Author |
2023-04-08 | gnu: bcmatroska2: Update to 5.2.1....* gnu/packages/linphone.scm (bcmatroska2): Update to 5.2.1.
[inputs]: Add bctoolbox.
[arguments]: Add build phase to patch build system.
| Ricardo Wurmus |
2023-04-08 | gnu: bzrtp: Update to 5.2.49....* gnu/packages/linphone.scm (bzrtp): Update to 5.2.49.
| Ricardo Wurmus |
2023-04-08 | gnu: bzrtp: Drop input labels....* gnu/packages/linphone.scm (bzrtp)[inputs]: Drop package labels.
| Ricardo Wurmus |
2023-04-08 | gnu: ortp: Update to 5.2.49....* gnu/packages/linphone.scm (ortp): Update to 5.2.49.
[arguments]: Disable documentation.
| Ricardo Wurmus |
2023-04-08 | gnu: ortp: Drop input labels....* gnu/packages/linphone.scm (ortp)[native-inputs]: Drop package labels.
| Ricardo Wurmus |
2023-04-08 | gnu: ortp: Use G-expression....* gnu/packages/linphone.scm (ortp)[arguments]: Use G-expression.
| Ricardo Wurmus |
2023-04-08 | gnu: libcutl: Use GCC 10....* gnu/packages/cpp.scm (libcutl)[native-inputs]: Add gcc-10.
| Ricardo Wurmus |
2023-04-08 | gnu: lime: Update to 5.2.49....* gnu/packages/linphone.scm (lime): Update to 5.2.49.
[arguments]: Enable building of documentation; disable server and multidomains
tests as they require networking.
| Ricardo Wurmus |
2023-04-08 | gnu: soci: Update to 4.0.3....* gnu/packages/databases.scm (soci): Update to 4.0.3.
| Ricardo Wurmus |
2023-04-08 | gnu: belle-sip: Update to 5.2.49....* gnu/packages/linphone.scm (belle-sip): Update to 5.2.49.
[arguments]: Use G-expression; disable strict mode; disable unescape test; run
tests conditionally.
[inputs]: Add belr.
| Ricardo Wurmus |
2023-04-08 | gnu: belcard: Simplify by using G-expression....* gnu/packages/linphone.scm (belcard)[arguments]: Rewrite as G-expression and
remove all output lookups.
| Ricardo Wurmus |
2023-04-08 | gnu: belcard: Update to 5.2.49....* gnu/packages/linphone.scm (belcard): Update to 5.2.49.
| Ricardo Wurmus |
2023-04-08 | gnu: belr: Update to 5.2.49....* gnu/packages/linphone.scm (belr): Update to 5.2.49.
[arguments]: Use G-expression; run tests conditionally; adjust move of test
resources.
| Ricardo Wurmus |
2023-04-08 | gnu: bctoolbox: Update to 5.2.49....* gnu/packages/linphone.scm (bctoolbox): Update to 5.2.49.
[arguments]: Add ENABLE_STRICT=OFF to configure flags; adjust patching of
tests.
| Ricardo Wurmus |
2023-04-08 | gnu: bctoolbox: Drop input labels....* gnu/packages/linphone.scm (bctoolbox)[inputs]: Drop package labels.
| Ricardo Wurmus |
2023-04-08 | gnu: bctoolbox: Run tests conditionally....* gnu/packages/linphone.scm (bctoolbox)[arguments]: Respect the TESTS? flag in
the custom 'check phase.
| Ricardo Wurmus |
2023-04-08 | gnu: librsvg-2.40: Fix test failure with Pango 1.50....* gnu/packages/gnome.scm (librsvg-2.40): Fix test failure with Pango 1.50.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| Kaelyn Takata |
2023-04-08 | gnu: kcodecs: Update to 5.104.0....* gnu/packages/kde-frameworks.scm (kcodecs): Update to 5.104.0.
| Maxim Cournoyer |
2023-04-08 | gnu: extra-cmake-modules: Update to 5.104.0....* gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.104.0.
| Maxim Cournoyer |
2023-04-07 | gnu: gtk+: Update to 3.24.30....This fixes <https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/issues/184>,
which was visible for applications using legacy GTK+ icons such as Grsync.
* gnu/packages/gtk.scm (gtk+): Update to 3.24.30.
[outputs]: New field, removing inherited "doc" output.
[build-system]: Use meson-build-system.
[native-inputs]: Replace docbook-xml-4.1.2 with docbook-xml-4.3. Add
docbook-xsl. Remove perl.
[arguments]: Adjust #:imported-modules and #:modules according to build system
change. Migrate #:configure-flags to Meson options. Add #:test-options
argument. Update disable-failing-tests phase.
| Maxim Cournoyer |
2023-04-07 | gnu: cagebreak: Update to 2.0.1....* gnu/packages/wm.scm (cagebreak): Update to 2.0.1.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Feng Shu |
2023-04-07 | gnu: sway: Update to 1.8....* gnu/packages/wm.scm (sway): Update to 1.8.
[inputs]: Add pcre2.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Gabriel Wicki |
2023-04-07 | gnu: wlroots: Update to 0.16.1....* gnu/packages/wm.scm (wlroots): Update to 0.16.1.
[arguments]: Add 'fix-meson-file phase to fix pnp.ids path.
[native-inputs]: Add hwdata:pnp.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Gabriel Wicki |
2023-04-07 | gnu: Update libinput to 1.22.1....* gnu/packages/freedesktop.scm (libinput): Update to version 1.22.1.
[source]: Fetch source via git.
Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
| Gabriel Wicki |
2023-04-06 | gnu: avr-gcc: Use G-expression....This is necessary because the GCC package uses G-expressions, so any
inheriting package that modifies build phases must also use them.
* gnu/packages/avr.scm (avr-gcc)[arguments]: Replace quasiquoting with
G-expression; remove trailing #T from build phases.
| Ricardo Wurmus |
2023-04-06 | build-system/gnu: Add missing module import....This import was removed in ae587c2ef041413bc709a555261db752068ea360 on
'master'; it was inappropriate on 'core-updates'.
Reported by Christopher Baines.
* guix/build-system/dune.scm: Import (guix build-system gnu).
| Ludovic Courtès |
2023-04-05 | gnu: openjdk16: Fix build....* gnu/packages/java.scm (openjdk16)[origin]: Add patch.
| Andreas Enge |
2023-04-05 | gnu: openjdk14: Fix build....* gnu/packages/java.scm (openjdk14)[origin]: Add patch.
| Andreas Enge |
2023-04-05 | gnu: openjdk12: Fix build....* gnu/packages/java.scm (openjdk12)[origin]: Add patch.
| Andreas Enge |
2023-04-05 | gnu: cdrdao: Update to 1.2.5....This also fixes a hash mismatch in the previous version.
* gnu/packages/cdrom.scm (cdrdao): Update to 1.2.5.
| Andreas Enge |
2023-04-05 | gnu: openjdk10: Add patches to fix build....* gnu/packages/patches/openjdk-10-pointer-comparison.patch,
gnu/packages/patches/openjdk-10-setsignalhandler.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register patches.
* gnu/packages/java.scm (openjdk10)[origin]: Use patches.
| Andreas Enge |
2023-04-05 | gnu: openjdk9: Add patches to fix build....* gnu/packages/patches/openjdk-9-pointer-comparison.patch,
gnu/packages/patches/openjdk-9-setsignalhandler.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register patches.
* gnu/packages/java.scm (openjdk9)[origin]: Use patches.
| Andreas Enge |
2023-04-05 | gnu: guile-3.0: Skip OOM test on powerpc-linux....* gnu/packages/guile.scm (guile-3.0)[arguments]: Skip the OOM test on
powerpc-linux also.
| Efraim Flashner |
2023-04-05 | gnu: libsndfile: Update to 1.2.0....* gnu/packages/pulseaudio.scm (libsndfile): Update to 1.2.0.
[origin]: Switch to git checkout. Drop snippet.
[native-inputs]: Add packages needed for bootstrap phase.
| Andreas Enge |
2023-04-03 | gnu: libcacard: Build with older meson....* gnu/packages/spice.scm (libcacard)[arguments]: Build with meson-0.60.
| Efraim Flashner |
2023-04-03 | gnu: calibre: Update to 5.44.0....* gnu/packages/ebook.scm (calibre): Update to 5.44.0.
| Andreas Enge |
2023-04-03 | gnu: calibre: Fix build....* gnu/packages/ebook.scm (calibre): Change path to .sip include directory
for PyQt5.
| Andreas Enge |
2023-03-31 | gnu: zsh: Patch failing test that uses egrep....* gnu/packages/patches/zsh-egrep-failing-test.patch: New file.
* gnu/packages/shells.scm (zsh): Patch it.
* gnu/local.mk (dist_patch_DATA): Register it.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Josselin Poiret |
2023-03-31 | gnu: Remove gpgme-1.18 and qgpgme-1.18....* gnu/packages/gnupg.scm (gpgme-1.18, qgpgme-1.18): Remove variables.
* gnu/packages/kde-pim.sm (kleopatra, kmail): Refer to gpgme and qgpgme instead.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Josselin Poiret |
2023-03-31 | gnu: gpgme: Propagate libassuan....* gnu/packages/gnupg.scm (gpgme)[inputs]: Move libassuan to...
[propagated-inputs]: ... here.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Josselin Poiret |
2023-03-31 | gnu: atk: Deprecate in favor of at-spi2-core....* gnu/packages/gtk.scm (atk): Deprecate.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Josselin Poiret |
2023-03-31 | gnu: atkmm: Update to 2.36.2....* gnu/packages/gtk.scm (atkmm): Update to 2.36.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Josselin Poiret |
2023-03-31 | gnu: Replace all uses of atk by at-spi2-core....* gnu/packages/animation.scm (gnash)
* gnu/packages/chromium.scm (ungoogled-chromium)
* gnu/packages/crates-gtk.scm (rust-atk-sys-0.14,
rust-atk-sys-0.10, rust-atk-0.14, rust-gtk-0.14)
* gnu/packages/gimp.scm (gimp)
* gnu/packages/gnome.scm (evince, glade3, clutter, totem, rhythmbox, mutter, ghex):
* gnu/packages/graphviz.scm (xdot)
* gnu/packages/gtk.scm (gtk+-2, gtk+, guile-gnome, atkmm)
* gnu/packages/mate.scm (mate-applets, atril, mate-control-center, mate-calc,
mate-utils, eom, pluma)
* gnu/packages/messaging.scm (dino)
* gnu/packages/qt.scm (qtwebengine-5)
* gnu/packages/rust-apps.scm (alfis)
* gnu/packages/vim.scm (vim-full)
* gnu/packages/vnc.scm (remmina)
* gnu/packages/web.scm (castor): Replace atk by at-spi2-core.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Josselin Poiret |
2023-03-31 | gnu: python-pytest-isort: Update to 3.1.0....Resolves test failures.
* gnu/packages/python-check.scm (python-pytest-isort)[arguments]: Remove #:phases,
disable tests.
[native-inputs]: Remove python-mock.
| Lars-Dominik Braun |
2023-03-31 | gnu: ucommon: Explicitly select C++ version....* gnu/packages/telephony.scm (ucommon)[arguments]: Set -std=c++14.
| Lars-Dominik Braun |
2023-03-31 | gnu: ghc-language-c: Update to 0.9.1....This fixes issues with GCC 11, see
https://github.com/haskell/c2hs/issues/268.
* gnu/packages/haskell-xyz.scm (ghc-language-c): Update to 0.9.1.
| Lars-Dominik Braun |
2023-03-31 | gnu: python-fixtures: Add missing dependency....* gnu/packages/check.scm (python-fixtures)[propagated-inputs]: Add
python-extras.
| Lars-Dominik Braun |
2023-03-31 | gnu: python-fixtures-bootstrap: Add missing dependency....* gnu/packages/check.scm (python-fixtures-bootstrap)[propagated-inputs]:
Add python-extras.
| Lars-Dominik Braun |
2023-03-31 | gnu: python-testtools: Remove unused dependency....* gnu/packages/check.scm (python-testtools)[propagated-inputs]: Remove
python-extras.
| Lars-Dominik Braun |
2023-03-31 | gnu: python-testtools-bootstrap: Update to 2.6.0....Supports Python 3.10 and 3.11.
* gnu/packages/check.scm (python-testtools-bootstrap): Update to 2.6.0.
[propagated-inputs]: Remove python-extras, which is not a dependency.
| Lars-Dominik Braun |