Age | Commit message (Expand) | Author |
2021-11-11 | gnu: python-dbusmock: Update to 0.24.0....* gnu/packages/python-xyz.scm (python-dbusmock): Update to 0.24.0. Delete
trailing #t.
| Maxim Cournoyer |
2021-11-11 | gnu: boost: Update to 1.77.0....* gnu/packages/boost.scm (boost): Update to 1.77.0.
| Maxim Cournoyer |
2021-11-11 | gnu: python-dbus: Update to 1.2.18....* gnu/packages/python-xyz.scm (python-dbus): Update to 1.2.18.
(python2-dbus)[configure-flags]: Provide the PYTHON_VERSION configure
variable.
| Maxim Cournoyer |
2021-11-11 | gnu: python-hypothesis: Update to 6.23.4....* gnu/packages/check.scm (python-hypothesis): Update to 6.23.4.
| Maxim Cournoyer |
2021-11-11 | gnu: curl: Update to 7.79.1....* gnu/packages/curl.scm (curl): Update to 7.79.1. Delete trailing #t.
[origin]: Remove the upstream curl-7.77-tls-priority-string.patch patch.
* gnu/packages/patches/curl-7.77-tls-priority-string.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): De-register it.
| Maxim Cournoyer |
2021-11-11 | gnu: meson: Update to 0.60.0....* gnu/packages/build-tools.scm (meson): Update to 0.60.0.
| Maxim Cournoyer |
2021-11-11 | gnu: jsoncpp: Apply patch to regular package....* gnu/packages/serialization.scm (jsoncpp)[source]: Apply patch.
(jsoncpp-with-pkg-version): Delete variant package.
* gnu/packages/jami.scm (libring)[inputs]: Adjust accordingly.
| Maxim Cournoyer |
2021-11-11 | gnu: nss: Update to 3.71....This is made in an attempt to get rid of non-deterministic test failures,
namely:
[ FAILED ] TlsConnectDatagram13.AeadLimit
* gnu/packages/nss.scm (nss): Update comment about nss-certs. Update to 3.71.
[phases]{check}: Update faketime date.
[inputs]{sqlite}: Use the regular version.
* gnu/packages/certs.scm (nss-certs): Inherit version and source from nss.
| Maxim Cournoyer |
2021-11-11 | gnu: nspr: Normalize inputs....* gnu/packages/nss.scm (nspr)[inputs]: Remove conditional.
| Maxim Cournoyer |
2021-11-11 | gnu: mariadb: Only run the main test suite to avoid flaky tests....Tests from the perfschema test suite has a high failure rate. Upstream only
tests the main test suite in their CI, so don't try to outdo them.
* gnu/packages/databases.scm (mariadb): Delete trailing #t.
[phases]{check}: Only run the main test suite.
| Maxim Cournoyer |
2021-11-11 | gnu: cdparanoia: Disable parallel build....The build would sometimes fail with errors such as:
make[1]: Entering directory '/tmp/guix-build-cdparanoia-10.2.drv-0/cdparanoia-III-10.2'
gcc -O2 -fsigned-char -g -O2 -c main.c
gcc -O2 -fsigned-char -g -O2 -c report.c
gcc -O2 -fsigned-char -g -O2 -c header.c
gcc -O2 -fsigned-char -g -O2 -c buffering_write.c
gcc -O2 -fsigned-char -g -O2 -c cachetest.c
gcc -O2 -fsigned-char -g -O2 -Wl,-rpath=/gnu/store/h0qhcyf0ci4kb70mmvxn8150rl6d3ykm-cdparanoia-10.2/lib -g -O2 main.o report.o header.o buffering_write.o cachetest.o \
-L/tmp/guix-build-cdparanoia-10.2.drv-0/cdparanoia-III-10.2/paranoia -L/tmp/guix-build-cdparanoia-10.2.drv-0/cdparanoia-III-10.2/interface \
-o cdparanoia -lcdda_interface -lcdda_paranoia -lm -lrt
ld: main.o: in function `cleanup':
/tmp/guix-build-cdparanoia-10.2.drv-0/cdparanoia-III-10.2/main.c:667: undefined reference to `paranoia_free'
[...]
collect2: error: ld returned 1 exit status
* gnu/packages/cdrom.scm (cdparanoia)[parallel-build?]: Set to #f.
| Maxim Cournoyer |
2021-11-11 | gnu: elogind: Update to 246.10....* gnu/packages/freedesktop.scm (elogind): Update to 246.10.
Remove trailing #t.
[configure-flags]: Address TODOs, removing conditionals and providing
the kexec command.
[phases]{adjust-tests}: Disable the test-user-util and test-event tests.
[inputs]: Add kexec-tools.
| Maxim Cournoyer |
2021-11-11 | gnu: gawk: Use regular bash to cope with test suite failures....Fixes <https://issues.guix.gnu.org/51286>.
* gnu/packages/gawk.scm (gawk): Remove trailing #t.
[inputs]: Always use bash.
| Maxim Cournoyer |
2021-11-11 | gnu: librsvg: Preserve the loaders.cache file....Now that we have a search path that honors it on gdk-pixbuf, it is more
valuable to keep it.
* gnu/packages/gnome.scm (librsvg)[phases]{pre-configure}: Install loaders,
cache file to locations derived from %gdk-pixbuf-loaders-cache-file.
| Maxim Cournoyer |
2021-11-11 | gnu: gtk: Replace gdk-pixbuf+svg by librsvg....With the addition of a profile hook for computing the gdk-pixbuf loaders cache
file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate
gdk-pixbuf without fear, so replace the former for the latter.
The replacement was automated with the following command:
$ git grep -l ',gdk-pixbuf+svg)' \
| xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i
* gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package.
(gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg.
(gtk+)[propagated-inputs]: Likewise.
* gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package.
| Maxim Cournoyer |
2021-11-11 | gnu: gdk-pixbuf: Add a search path for the loaders cache file....Fixes <https://issues.guix.gnu.org/50957>.
The previous commit added a profile hook to compute a gdk-pixbuf loaders cache
file. This change enables gdk-pixbuf to make use of it.
* gnu/packages/gtk.scm (gdk-pixbuf)[native-search-paths]: Add a search path
specification to set the GDK_PIXBUF_MODULE_FILE environment variable.
| Maxim Cournoyer |
2021-11-11 | gnu: gtk: Add the generate-gdk-pixbuf-loaders-cache-file phase....* gnu/packages/gtk.scm (gtk+)[arguments]: Import the (guix build
glib-or-gtk-build-system) module and put it in scope.
[phases]{generate-gdk-pixbuf-loaders-cache-file}: New phase.
(gtk): Likewise.
| Maxim Cournoyer |
2021-11-11 | gnu: ungoogled-chromium: Use the new lld-as-ld-wrapper....* gnu/packages/chromium.scm (make-lld-wrapper): Delete procedure.
(ungoogled-chromium)[native-inputs]: Replace its use by lld-as-ld-wrapper.
| Maxim Cournoyer |
2021-11-11 | gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper....* gnu/packages/llvm.scm (make-lld-wrapper): New procedure.
(lld-wrapper, lld-as-ld-wrapper): New variables.
| Maxim Cournoyer |
2021-11-11 | gnu: python-flit: Update to 3.3.0....* gnu/packages/python-xyz.scm (python-flit): Update to 3.3.0.
| Maxim Cournoyer |
2021-11-11 | gnu: webkitgtk: Add a debug output....* gnu/packages/webkit.scm[outputs]: Add a debug output.
| Maxim Cournoyer |
2021-11-11 | gnu: pulseaudio: Add doxygen to fix build....* gnu/packages/pulseaudio.scm (pulseaudio)[native-inputs]: Add doxygen.
| Maxim Cournoyer |
2021-11-11 | gnu: webkitgtk: Use libsoup 3 and build with GCC....Clang is not needed when building with libsoup 3.
* gnu/packages/webkit.scm (webkitgtk): Delete trailing #t.
[configure-flags]: Remove -DUSE_SOUP2.
[phases]{prepare-build-environment}: Remove phase.
[native-inputs]: Remove clang.
| Maxim Cournoyer |
2021-11-11 | gnu: libsoup: Update to 3.0.1....* gnu/packages/gnome.scm (libsoup-minimal): Update to 3.0.1.
[modules]: Delete argument.
[phases]{adjust-tests}: Re-enable ssl-test.
[native-inputs]: Add gnutls, for tests. Move nghttp2:lib to...
[propagated-inputs]: ... here. Add nghttp2, which contains the pkg-config
files.
(vala-0.52): Add older variant.
(libsoup-minimal-2): New variable.
(rest)[propagated-inputs]: Use libsoup-minimal-2.
(geoclue)[inputs]: Likewise.
* gnu/packages/inkscape.scm (inkscape)[inputs]: Likewise.
| Maxim Cournoyer |
2021-11-11 | gnu: libsoup: Reverse inheritance relationship with libsoup-minimal....Because starting small and adding more on top is easier maintenance-wise than
the reverse.
* gnu/packages/gnome.scm (libsoup-minimal): New variable, made by stripping
all doc-related output, phases and inputs from libsoup.
[outputs]: Remove doc output.
[configure-flags]: Set gtk_doc option to false.
[phases]{patch-docbook-xml, move-doc}: Remove phases.
[native-inputs]{docbook-xml-4.1.2, gtk-doc}: Remove inputs.
(libsoup): Inherit from the above.
[outputs]: Re-add "doc" output.
[configure-flags]: Set gtk_doc option to true.
[phases]{patch-docbook-xml, move-doc}: Re-add phases.
[native-inputs]{docbook-xml-4.1.2, gtk-doc}: Re-add inputs.
| Maxim Cournoyer |
2021-11-11 | gnu: vala: Update to 0.54.2....* gnu/packages/gnome.scm (vala): Update to 0.54.2. Delete trailing #t.
| Maxim Cournoyer |
2021-11-11 | gnu: glib-networking: Update to 2.70.rc....This resolves test suite errors following the upgrade to glib 2.70.
* gnu/packages/gnome.scm (glib-networking): Update to 2.70.rc.
| Maxim Cournoyer |
2021-11-11 | gnu: glib: Update to 2.70, specify a bindir prefix and hide package....* gnu/packages/glib.scm (glib): Update to 2.70. Remove trailing #t.
[outputs]: Add a debug output.
[configure-flags]: Specify --bindir and disable manpage generation.
[phases]{disable-failing-tests}: Disable the flaky testfilemonitor test.
{move-static-libraries}: Use rename-file instead of link and delete.
{move-bin}: Rename to...
{patch-pkg-config-files}: ... this, and adjust the substitutions.
[native-inputs]: Remove docbook-xsl, libxml2 and libxslt.
[properties]: Re-add the hidden? property that commit 18f73d80416 had
temporarily removed.
(glib-with-documentation)[properties]: Revert to a visible package.
[native-inputs]: Add docbook-xsl and libxslt.
[configure-flags]: Delete the inherited "-Dman=false" flag.
| Maxim Cournoyer |
2021-11-11 | gnu: libthai: Make datrie a normal native-input....* gnu/packages/gtk.scm (libthai)[native-input]: Remove conditional on the
datrie input.
| Maxim Cournoyer |
2021-11-11 | gnu: pango: Update to 1.48.10....* gnu/packages/gtk.scm (pango): Update to 1.48.10. Remove trailing #t.
[inputs]: Remove conditional on the bash-minimal input.
| Maxim Cournoyer |
2021-11-11 | gnu: heimdal: Fix build....* gnu/packages/kerberos.scm (heimdal): Remove trailing #t.
[inputs]: Add mit-krb5. Add bash-minimal inconditionally.
[native-inputs]: Add perl inconditionally.
| Maxim Cournoyer |
2021-11-11 | gnu: util-linux: Globally disable the lsns test....Justification: the test also failed on the CI for x86_64 and caused an
evaluation to fail.
* gnu/packages/linux.scm (util-linux)[phases]{disable-lsns-test}: Disable
globally.
| Maxim Cournoyer |
2021-11-11 | gnu: mit-krb5: Absorb 1.19.2 graft....* gnu/packages/kerberos.scm (mit-krb5)[replacement]: Remove.
[source]: Update to 1.19.2.
(mit-krb5-1.19.2): Delete variable.
| Maxim Cournoyer |
2021-11-11 | gnu: openssl: Absorb 1.1.1l graft....* gnu/packages/tls.scm (openssl)[replacement]: Remove.
[source]: Update to 1.1.1l. Fix indentation.
* gnu/packages/tls.scm (openssl-1.1.1l): Delete variable.
| Maxim Cournoyer |
2021-11-11 | gnu: cmake-bootstrap: Update to 3.21.3....* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.21.3.
(cmake)[source]: Delete field, updating the package to 3.21.3 also. Remove
trailing #t.
(%common-disabled-tests) <CMake.FileDownload>: Add test.
| Maxim Cournoyer |
2021-11-11 | gnu: graphviz: Update to 2.49.0....* gnu/packages/graphviz.scm (graphviz): Update to 2.49.0.
| Maxim Cournoyer |
2021-11-11 | gnu: mesa: Update to 21.2.4....* gnu/packages/patches/mesa-skip-tests.patch: Adjust for current version.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| John Kehayias |
2021-11-11 | gnu: inkscape: Remove the legacy 0.92 version....The older 0.92 Inkscape package was previously kept because of problems
building lib2geom on the ARM architectures. As this no longer appears to be a
problem (tested on the overdrive1 machine), finally replace the older Inkscape
by the newer 1.1 release.
* gnu/packages/inkscape.scm (inkscape-1.1): Delete variable, moving the
package definition to...
(inkscape): ... the now single inkscape variable. Remove trailing #t.
[tests?]: Remove.
[phases]{generate-gdk-pixbuf-loaders-cache-file}: Add phase.
| Maxim Cournoyer |
2021-11-11 | gnu: rest: Use libsoup-minimal....This is needed to prevent a dependency cycle between Inkscape and GTK+.
* gnu/packages/gnome.scm (rest)[propagated-inputs]
{libsoup}: Use the minimal variant.
| Maxim Cournoyer |
2021-11-11 | gnu: gusb-minimal: Introduce minimal variant....This is needed to prevent a dependency cycle between Inkscape and GTK+.
* gnu/packages/gnome.scm (gusb-minimal): New variable.
[configure-flags]: Disable docs.
[native-inputs]: Remove gtk-doc.
(gusb): Rewrite in terms of gusb-minimal.
[configure-flags]: Enable docs.
[native-inputs]: Add gtk-doc.
| Maxim Cournoyer |
2021-11-11 | gnu: libcloudproviders-minimal: Introduce minimal variant....* gnu/packages/gnome.scm (libcloudproviders-minimal): New minimal variant that
doesn't require Inkscape to be built (through gtk-doc).
[source]: Adjust URI.
[outputs]: Remove field.
[configure-flags]: Disable introspection, docs and vala bindings.
[phases]{move-doc}: Move phase to ...
(libcloudproviders)[phases]: ... here.
Rewrite in terms of libcloudproviders-minimal. The "doc" output is moved
here.
[configure-flags]: Clear inherited flags and enable doc.
* gnu/packages/gtk.scm (gtk+)[inputs]{libcloudproviders}: Use the minimal
variant to prevent a cycle with Inkscape.
| Maxim Cournoyer |
2021-11-11 | gnu: colord-minimal: Introduce minimal variant....* gnu/packages/gnome.scm (colord-minimal): New minimal variant that doesn't
require Inkscape to be built (through gtk-doc). Remove trailing #t.
[configure-flags]: Disable docs and manpage generation. Sort order.
(colord): Rewrite in terms of colord-minimal.
[configure-flags]: Enable manpages and bash completion.
[phases]{fix-bash-completion-dir}: New phase.
[native-inputs]: Add bash_completion, docbook-xsl-ns and libxml2.
* gnu/packages/gtk.scm (gtk+)[inputs]{colord}: Use the colord-minimal variant
to prevent a cycle with Inkscape.
| Maxim Cournoyer |
2021-11-11 | gnu: Add docbook-xsl-ns....* gnu/packages/docbook.scm (docbook-xsl-ns): New variable.
| Maxim Cournoyer |
2021-11-11 | gnu: json-glib-minimal: Introduce minimal variant....* gnu/packages/gnome.scm (json-glib-minimal): New variable.
[source]: Adjust URI.
[outputs]: Move doc output to...
(json-glib)[outputs]: ... here. Rewrite in terms of json-glib-minimal.
* gnu/packages/gtk.scm (gtk+): Use json-glib-minimal to break a cycle with
Inkscape.
| Maxim Cournoyer |
2021-11-11 | gnu: lsof: Fix indentation....* gnu/packages/lsof.scm (lsof): Fix indentation.
| Maxim Cournoyer |
2021-11-11 | gnu: lsof: Disable the LTlock test....Fixes <https://issues.guix.gnu.org/44953>.
* gnu/packages/lsof.scm (lsof)[phases]: Remove trailing #t.
{disable-failing-tests}: Disable the LTlock test.
| Maxim Cournoyer |
2021-11-11 | gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape....* gnu/packages/gtk.scm (at-spi2-atk)
[propagated-inputs]: Replace at-spi2-core with at-spi2-core-minimal.
| Maxim Cournoyer |
2021-11-11 | gnu: at-spi2-core: Reverse inheritance relationship with minimal variant....Since the minimal variant is here to stay, this should make things easier to
maintain.
* gnu/packages/gtk.scm (at-spi2-core-minimal): Rewrite after removing
inheritance, making it the base minimal package, with no documentation-related
inputs or build phases.
(at-spi2-core): Rewrite definition, inherit from the above minimal variant,
adding the documentation-related inputs and build phases.
| Maxim Cournoyer |
2021-11-11 | gnu: meson: Patch to allow installing to independent prefixes....Meson goes to lengths at preventing installation to directories outside of the
main installation prefix. This isn't convenient or desirable in Guix; patch
it out using a patch maintained by Nix.
* gnu/packages/patches/meson-allow-dirs-outside-of-prefix.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/build-tools.scm (meson): Use it.
| Maxim Cournoyer |
2021-11-11 | gnu: python-pathlib2: Update to 2.3.6....* gnu/packages/python-xyz.scm (python-pathlib2): Update to 2.3.6.
| Maxim Cournoyer |