me
/
guix
Archived
1
0
Fork 0
Commit Graph

101327 Commits (5f73aaa6c3d7dfb3480e9098f9cf8ff65588f11c)

Author SHA1 Message Date
Maxim Cournoyer 5f73aaa6c3
gnu: libcloudproviders-minimal: Remove input labels.
* gnu/packages/gnome.scm (libcloudproviders-minimal)
[native-inputs]: Remove labels.
2022-08-28 21:07:48 -04:00
Maxim Cournoyer 7693ee2dd0
gnu: pulseaudio: Update to 16.1 and use gexps.
* gnu/packages/pulseaudio.scm (pulseaudio): Update to 16.1.
[source]: Delete trailing #t and extraneous 'begin'.
[arguments]: Use gexps.
[phases]: Delete trailing #t.
[native-inputs]: Delete input labels.
2022-08-28 21:07:48 -04:00
Maxim Cournoyer 58c9cbc63b
gnu: bluez: Update to 5.65, use gexps and remove input labels.
* gnu/packages/linux.scm (bluez): Update to 5.65.
[arguments]: Use gexps.
[phases]: Delete trailing #t.
[native-inputs]: Delete labels.
2022-08-28 21:07:48 -04:00
Maxim Cournoyer d0ab003987
gnu: libical: Update to 3.0.14, enable tests and use gexps.
* gnu/packages/calendar.scm (libical): Update to 3.0.14.
[tests?]: Delete argument.
[parallel-build?]: Likewise.
[configure-flags]: Use gexps.
[phases]: Use gexps.  Delete trailing #t.
{patch-docbook-reference}: Use this-package-native-input.
{patch-paths}: Use search-input-directory.  Set TZDIR for tests.
2022-08-28 21:07:48 -04:00
Maxim Cournoyer 78696a6d31
gnu: glslang: Update to 11.11.0.
* gnu/packages/vulkan.scm (glslang): Update to 11.11.0.
[source]: Use version as commit.
2022-08-28 21:07:48 -04:00
Maxim Cournoyer efb9e6f17e
gnu: colord-minimal: Update to 1.4.6, use gexps and remove labels.
Also enable the test suite.

* gnu/packages/gnome.scm (colord-minimal): Update to 1.4.6.
[arguments]:  Use gexps.
[tests?]: Delete argument.
[phases]{disable-problematic-tests}: New phase.
{set-sqlite3-file-name}: Use search-input-file.
[native-inputs, propagated-inputs, inputs]: Remove labels.
(colord): Adjust to use gexps.
[native-inputs]: Use modify-inputs and remove labels.
2022-08-28 21:07:47 -04:00
Maxim Cournoyer e8f4e18085
gnu: polkit-mozjs: Rename to polkit and remove obsolete polkit-duktape.
Polkit 121 now uses duktape as the default JavaScript engine.

* gnu/packages/polkit.scm (polkit-mozjs): Rename to...
(polkit): ... this.
[import-modules, modules]: New arguments.
[configure-flags]: Drop non-default "js_engine=mozjs" option.
[phases]{adjust-install-time-etc-directory, patch-bash}: New phases.
{check}: New override.
[inputs]: Replace mozjs-91 with duktape.
[native-inputs]: Add python, python-dbusmock and tini.
(polkit-duktape): Delete variable.
(polkit-for-system): Delete procedure.
(polkit) Delete syntax.
* gnu/services/dbus.scm (%default-polkit): Delete variable.
(<polkit-configuration>): Adjust accordingly.
2022-08-28 21:07:47 -04:00
Maxim Cournoyer 39fe13ee26
gnu: wayland-protocols: Update to 1.26.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.26.
2022-08-28 21:07:47 -04:00
Maxim Cournoyer 882dff87c6
gnu: glib-networking: Update to 2.72.2.
* gnu/packages/gnome.scm (glib-networking): Update to 2.72.2.
2022-08-28 21:07:47 -04:00
Maxim Cournoyer 111d525d8a
gnu: glibmm: Update to 2.72.1 and use gexps.
* gnu/packages/glib.scm (glibmm): Update to 2.72.1.
[phases]: Use gexps.
2022-08-28 21:07:47 -04:00
Maxim Cournoyer bcef9356f8
gnu: gtkmm-3: Update to 3.24.6.
* gnu/packages/gtk.scm (gtkmm-3): Update to 3.24.6.
2022-08-28 21:07:47 -04:00
Maxim Cournoyer 91a830d028
gnu: gtk+: Delete trailing #t and use iso-codes.
* gnu/packages/gtk.scm (gtk+)[inputs]: Replace iso-codes/official with
iso-codes.
[phases]: Delete trailing #t.
2022-08-28 21:07:46 -04:00
Maxim Cournoyer 9b2a3e023f
gnu: mesa: Update to 22.1.7.
* gnu/packages/gl.scm (mesa): Update to 22.1.7.
[source]: Fix indentation.  Remove patch, implementing it as a...
[configure-flags]: Remove '-Ddri-drivers=...' flag, no longer supported.
[phases]{disable-failing-test} ... substitution instead.
[propagated-inputs]: Move comment above.
[inputs]: Remove extraneous append and sort.
[native-inputs]: Likewise.
[configure-flags]: Break long lines.
* gnu/packages/patches/mesa-skip-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2022-08-28 21:07:46 -04:00
Maxim Cournoyer f4f9ee8261
gnu: libdrm: Update to 2.4.112.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.112.
2022-08-28 21:07:46 -04:00
Maxim Cournoyer c6e4a14458
gnu: glib: Use gexps.
* gnu/packages/glib.scm (glib)[arguments]: Use a plain list.
[disallowed-references]: Adjust accordingly.
[configure-flags]: Likewise.
[phases]: Use gexps.
(glib-with-documentation)[phases]: Use gexps.
2022-08-28 21:07:46 -04:00
Liliana Marie Prikler 0eab5926dd
build-system: copy: Support #:tests?.
* guix/build-system/copy.scm (copy-build): Pass tests? to builder.
2022-08-28 21:25:30 +02:00
Maxim Cournoyer 0c444ddd4d
gnu: samba: Update to 4.17.0rc3 to fix build.
* gnu/packages/samba.scm (samba): Update to 4.17.0rc3.
[source]: Adjust URL.
[configure-flags]: Delete leftover comment.
(samba/fixed): Update to 4.17.0rc3.
2022-08-28 02:11:24 -04:00
Greg Hogan a4370f8d47
gnu: python-numpy: Update to 1.23.2.
* gnu/packages/python-xyz.scm (python-numpy): Update to 1.23.2.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 23:59:58 +02:00
Greg Hogan 873d7730c5
gnu: llvm-11: Update to 11.1.0.
* gnu/packages/llvm.scm (llvm-11, clang-runtime-11, clang-11,
libomp-11): Update to 11.1.0.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 23:59:57 +02:00
Marius Bakke e4291c39c1
gnu: sqlite: Update to 3.39.2.
* gnu/packages/sqlite.scm (sqlite): Update to 3.39.2.
2022-08-27 17:29:01 +02:00
Marius Bakke 375e9147e8
gnu: inetutils: Update to 2.3.
* gnu/packages/admin.scm (inetutils): Update to 2.3.
2022-08-27 17:29:01 +02:00
Marius Bakke 73b829b4cc
gnu: inetutils: Remove input labels.
* gnu/packages/admin.scm (inetutils)[inputs, native-inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE.
2022-08-27 17:29:01 +02:00
Marius Bakke cbb1cddbfb
gnu: gsl: Update to 2.7.1.
* gnu/packages/maths.scm (gsl): Update to 2.7.1.
2022-08-27 17:29:01 +02:00
Marius Bakke 82842302e8
gnu: libidn2: Update to 2.3.3.
* gnu/packages/libidn.scm (libidn2): Update to 2.3.3.
2022-08-27 17:29:01 +02:00
Marius Bakke 0d488f3fcd
gnu: nettle: Update to 3.8.1.
* gnu/packages/nettle.scm (nettle): Update to 3.8.1.
2022-08-27 17:29:01 +02:00
Marius Bakke 0323bf7a19
gnu: Remove duplicate module import.
This is a fixup for merge commit ad384816fe.

* gnu/packages/cups.scm: Don't import (guix gexp) twice.
2022-08-27 17:20:38 +02:00
Marius Bakke ad384816fe
Merge branch 'staging' into core-updates 2022-08-27 17:10:55 +02:00
Marius Bakke fb3d90b8f3
gnu: gst-plugins-base: Propagate gudev.
This is a follow-up to commit f1e8cc6a98.

* gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Move LIBGUDEV ...
[propagated-inputs]: ... here.
2022-08-27 16:15:53 +02:00
Marius Bakke bff11d6ac2
gnu: gjs: Update to 1.72.2.
* gnu/packages/gnome.scm (gjs): Update to 1.72.2.
[arguments]: Remove #:meson.
[propagated-inputs]: Change from MOZJS-78 to MOZJS-91.
2022-08-27 15:49:48 +02:00
Marius Bakke 8888e9bfb2
gnu: gjs: Remove input labels.
* gnu/packages/gnome.scm (gjs)[native-inputs]: Remove labels.
2022-08-27 04:09:40 +02:00
Marius Bakke de2dbbcda5
gnu: gjs: Build with mozjs 78.
This is a follow-up to commit d6fa3ac7a8.

* gnu/packages/gnome.scm (gjs)[propagated-inputs]: Change from MOZJS to
MOZJS-78.
2022-08-27 04:05:57 +02:00
Marius Bakke ad99842136
gnu: libsecret: Propagate libgcrypt.
This is a follow-up to commit c1a4ef9893.

* gnu/packages/gnome.scm (libsecret)[inputs]: Remove.
[propagated-inputs]: Add LIBGCRYPT.
2022-08-27 04:04:22 +02:00
Peter Polidoro b048c4a0e9
gnu: python-click: Update to 8.1.3.
* gnu/packages/python-xyz.scm (python-click): Update to 8.1.3.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 01:31:23 +02:00
Marius Bakke 290ac5cd1e
gnu: polkit: Update to 121.
* gnu/packages/polkit.scm (polkit-mozjs): Update to 121.
[source](patches): Remove.
[source](snippet): Adjust for build system changes.
[build-system]: Change to MESON-BUILD-SYSTEM.
[inputs]: Replace MOZJS-78 with MOZJS-91.
[native-inputs]: Add GETTEXT-MINIMAL and LIBXML2.
[arguments]: Remove #:phases.  Adjust #:configure-flags for build system
changes.  Use G-expression.
(polkit-duktape)[source]: Remove.
[arguments]: Adjust for build build system changes.
* gnu/packages/patches/polkit-CVE-2021-4034.patch,
gnu/packages/patches/polkit-configure-elogind.patch,
gnu/packages/patches/polkit-use-duktape.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-08-27 01:31:23 +02:00
Marius Bakke 5ddc99da69
gnu: mozjs: Add 91.13.0.
* gnu/packages/gnuzilla.scm (mozjs-91): New variable.
2022-08-27 01:31:23 +02:00
Marius Bakke d6fa3ac7a8
gnu: mozjs: Update to 102.2.0.
* gnu/packages/gnuzilla.scm (mozjs): Update to 102.2.0.
(source)[uri]: Use new download location.
[arguments]: Adjust configure phase for upstream changes.  Remove
adjust-tests-for-icu-68 phase, add adjust-tests phase.  Don't delete tests in
pre-check phase.
[native-inputs]: Remove AUTOCONF-2.13 and PYTHON-3.  Add AUTOCONF, M4, and
PYTHON-WRAPPER.
[inputs]: Replace ICU4C with ICU4C-71.
(mozjs-78): New variable.
* gnu/packages/games.scm (0ad)[inputs]: Change from MOZJS to MOZJS-78.
* gnu/packages/polkit.scm (polkit-mozjs)[inputs]: Likewise.
2022-08-27 01:31:23 +02:00
Marius Bakke 283d3fd7c3
gnu: rust-pyo3: Add 0.16.5.
* gnu/packages/crates-io.scm (rust-pyo3-build-config-0.16, rust-pyo3-ffi-0.16,
rust-pyo3-macros-backend-0.16, rust-pyo3-macros-0.16, rust-pyo3-0.16): New
variables.
(rust-pyo3-build-config-0.15, rust-pyo3-macros-backend-0.15,
rust-pyo3-macros-0.15, rust-pyo3-0.15): Inherit accordingly.
2022-08-27 01:31:23 +02:00
Marius Bakke 2fe473a5af
gnu: Add rust-python3-dll-a.
* gnu/packages/crates-io.scm (rust-python3-dll-a-0.2): New variable.
2022-08-27 01:31:23 +02:00
Marius Bakke e38a46a9bb
gnu: rust-cc: Update to 1.0.73.
* gnu/packages/crates-io.scm (rust-cc-1): Update to 1.0.73.
2022-08-27 01:31:23 +02:00
Marius Bakke c8c7dc311f
gnu: python-cython: Update to 0.29.32.
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.32.
2022-08-27 01:31:22 +02:00
Marius Bakke 1fd262e8d3
Merge branch 'master' into staging 2022-08-27 00:17:57 +02:00
Greg Hogan 9f7236e3ba
gnu: gcc-12: Update to 12.2.0.
* gnu/packages/gcc.scm (gcc-12): Update to 12.2.0.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Simon Streit 598b683e18
gnu: transmission: Add libappindicator to inputs.
* gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Felix Gruber 67b0a69f85
gnu: oil: Update to 0.12.4.
* gnu/packages/shells.scm (oil): Update to 0.12.4.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
arkhan 63471f6e7a
gnu: xonsh: Update to 0.13.1
* gnu/packages/shells.scm (xonsh): Update to 0.13.0.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Zhu Zihao af9a49e42e
gnu: python-qtpy: Update to 2.2.0.
* gnu/packages/qt.scm (python-qtpy): Update to 2.2.0.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Marius Bakke a45c30b695
gnu: python-apsw: Remove obsolete code.
* gnu/packages/databases.scm (python-apsw)[native-inputs]: Remove UNZIP.
[arguments]: Remove trailing #t's.
2022-08-27 00:09:03 +02:00
Hilton Chain 17ffcde1fc
gnu: python-apsw: Update to 3.39.2.0.
* gnu/packages/databases.scm (python-apsw): Update to 3.39.2.0.
[source]: Change to git-fetch.
[inputs]: Replace sqlite with sqlite-next.
[arguments]: Remove custom check phase.
Some styling adjustments as well.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00
Marius Bakke 586f6c3a7a
gnu: streamripper: Remove bundled software.
* gnu/packages/audio.scm (streamripper)[source](modules, snippet): New fields.
2022-08-27 00:09:03 +02:00
Simon Streit 8dc1430a4c
gnu: Add streamripper.
* gnu/packages/audio.scm (streamripper): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-27 00:09:03 +02:00