me
/
guix
Archived
1
0
Fork 0
Commit Graph

59460 Commits (462d3416a871f97ae3de867e725f8c6e4f976731)

Author SHA1 Message Date
Kei Kebreau 462d3416a8
gnu: libgweather: Update to 3.34.0.
* gnu/packages/gnome.scm (libgweather): Update to 3.34.0.

(cherry picked from commit fea74bf26d1a77129da919f2eb7473c94a947200)
2020-04-18 16:49:54 -04:00
Kei Kebreau e8f4bf6b42
gnu: gnome-bluetooth: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.0.

(cherry picked from commit 9d875e791fcca55807cdce623842b80eac0bf345)
2020-04-18 16:49:54 -04:00
Kei Kebreau ea9f74b032
gnu: glib-networking: Update to 2.62.2.
* gnu/packages/gnome.scm (glib-networking): Update to 2.62.2.

(cherry picked from commit 48d8c3b28f4edb2607e84334ffdf064850642318)
2020-04-18 16:49:54 -04:00
Kei Kebreau edec7128df
gnu: gedit: Update to 3.34.1.
* gnu/packages/gnome.scm (gedit): Update to 3.34.1.

(cherry picked from commit 49c537dab1cd4ff7aa154c5817e0c83c2ee02197)
2020-04-18 16:49:54 -04:00
Kei Kebreau 5a30f67fdb
gnu: epiphany: Update to 3.34.2.
* gnu/packages/gnome.scm (epiphany): Update to 3.34.2.

(cherry picked from commit 7c4411701354e84d877816e095f01c1075cbff9d)
2020-04-18 16:49:54 -04:00
Kei Kebreau c94db354c3
gnu: libdazzle: Update to 3.34.1.
* gnu/packages/gnome.scm (libdazzle): Update to 3.34.1.

(cherry picked from commit 781da7d80b6b3a8e48b922acb754a5ba47f1d98b)
2020-04-18 16:49:53 -04:00
Kei Kebreau 8468117e45
gnu: gsettings-desktop-schemas: Update to 3.34.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.34.0.

(cherry picked from commit fdfaefaaf4ee56a34276cbf6d431bf388518dd6a)
2020-04-18 16:49:53 -04:00
Kei Kebreau 0856b0d976
gnu: gnome-backgrounds: Update to 3.34.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.34.0.

(cherry picked from commit 873082931dd5e25320cc77c7ba2bec1e36520f46)
2020-04-18 16:49:53 -04:00
Kei Kebreau 8a7afc8159
gnu: gnome-desktop: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.34.2.

(cherry picked from commit 8ff022afb1da6ae4eb345e0f9836e285c137b9c2)
2020-04-18 16:49:53 -04:00
Kei Kebreau 0c9031fa1b
gnu: eog: Update to 3.34.1.
* gnu/packages/gnome.scm (eog): Update to 3.34.1.
[inputs]: Replace librsvg with librsvg-next.

(cherry picked from commit 904227e94edbe97f4c28871a9d2e899936c08692)
2020-04-18 16:49:53 -04:00
Kei Kebreau 720aa20f35
gnu: dconf-editor: Update to 3.34.2.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.34.2.
[arguments]: Remove obsolete 'set-glib-minimum-version' phase.
[home-page]: Follow permanent redirect.

(cherry picked from commit 929ad4f3f3e33add34bd9eebebdd08e9476063b6)
2020-04-18 16:49:53 -04:00
Kei Kebreau 7f4d075d3e
gnu: dconf: Update to 3.34.0.
* gnu/packages/gnome.scm (dconf): Update to 3.34.0.

(cherry picked from commit a720afbc4e0b7366261e5c4784fc9bb807bd4f87)
2020-04-18 16:49:52 -04:00
Kei Kebreau e21788f2cc
gnu: adwaita-icon-theme: Update to 3.34.3.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.34.3.

(cherry picked from commit e8cccae4e1964df5bbe63c37bc5b23dea5e19709)
2020-04-18 16:48:31 -04:00
Christopher Baines cef392f393
guix: self: Use guile with libgc-7.
Rather than libgc version 8. This should avoid crashes that can occur,
particularly when loading data in to the Guix Data Service [1].

1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40525

* gnu/packages/guile.scm (guile-3.0/libgc-7): New variable.
* guix/self.scm (specification->package): Use guile-3.0/libgc-7 for guile.
2020-04-18 15:49:44 +01:00
Raghav Gururajan 45fd28f764
gnu: linphoneqt: Fix crashes.
The application was crashing when clicking on the Preferences menu or the
conference icon.

* gnu/packages/patches/linphoneqt-tabbutton.patch: Add file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linphone.scm (linphoneqt)[source]: Use it.
[inputs]: Add qtquickcontrols.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-04-18 01:31:41 -04:00
Jan (janneke) Nieuwenhuizen cfd7fc6dd9
news: Add entry for the further reduced (aka Scheme-only) bootstrap.
* etc/news.scm: Add entry for the further reduced (aka Scheme-only) bootstrap.
2020-04-17 19:27:07 +02:00
Raghav Gururajan 1988ef21f8
gnu: linphone: Reformat code to respect coding style conventions.
* gnu/packages/linphone.scm (bcunit, belr, belcard, bcmatroska2, bzrtp)
(belle-sip, mediastreamer2, msopenh264, mssilk, msamr): Adjust code formatting
to meet the 80 characters line width convention, along with other minor
cosmetic edits.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-04-16 00:45:57 -04:00
Marius Bakke bd21acf6c3
Merge branch 'master' into core-updates 2020-04-15 19:26:55 +02:00
Nicolas Goaziou b44e19acd1
doc: Fix typo.
* doc/guix.texi (Running Guix in a VM): Add missing reference to
`spice-vdagent-service' and misuse of @pxref.
2020-04-15 19:11:32 +02:00
Ludovic Courtès b4440de133
Merge branch 'version-1.1.0' 2020-04-15 16:09:18 +02:00
guy fleury iteriteka 141262f266
gnu: Add gtkd.
* gnu/packages/dlang.scm (gtkd): New variable.
2020-04-15 15:15:27 +02:00
Vitaliy Shatrov dfe277a5ce
gnu: Add g-golf
* gnu/packages/guile-xyz.scm (g-golf): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-04-15 13:18:07 +01:00
Marius Bakke 27ed894851
gnu: Remove libvpx@1.7.
* gnu/packages/patches/libvpx-use-after-free-in-postproc.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (libvpx-1.7): Remove variable.
2020-04-15 13:50:19 +02:00
Marius Bakke 07fc1c0d44
gnu: IceCat: Build with the latest libvpx.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Change from LIBVPX-1.7 to LIBVPX.
2020-04-15 13:48:54 +02:00
Marius Bakke ff2bf8a223
gnu: python-jedi: Update to 0.17.0.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.17.0.
[source](patches): Remove.
* gnu/packages/patches/python-jedi-deleted-variables.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2020-04-15 13:23:40 +02:00
Mike Rosset 2708ae3d69
gnu: emacsy-minimal: Update to v0.4.1-28.d459ca1.
* gnu/packages/guile-xyz.scm (emacsy-minimal): Update to v0.4.1-28.d459ca1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-04-15 09:22:35 +01:00
Guillaume Le Vaillant 01e62a022d
gnu: gqrx: Add volk to inputs.
* gnu/packages/radio.scm (gqrx)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant 29cab668f6
gnu: gnuradio-iqbalance: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-iqbalance)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant b39262021d
gnu: gnuradio-osmosdr: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant 8e1e86b0e2
gnu: gnuradio: Use shared volk instead of bundled one.
* gnu/packages/radio.scm (gnuradio)[source]: Add snippet to delete bundled
  volk.
  [inputs]: Add volk.
  [arguments]: Add "-DENABLE_INTERNAL_VOLK=OFF" to configure-flags.
2020-04-15 10:20:53 +02:00
Jan (janneke) Nieuwenhuizen 01782ad006
gnu: hardware: Add copyright line.
Add missing copyright line for commit
22a98cda38

* gnu/packages/hardware.scm: Add copyright.
2020-04-15 10:04:58 +02:00
Ludovic Courtès 33ff35d570
gnu: guix: Update to 1.1.0. 2020-04-15 09:58:26 +02:00
Vagrant Cascadian be0ecfb178
gnu: u-boot: Update to 2020.04.
* gnu/packages/bootloaders (u-boot): Update to 2020.04.
2020-04-15 00:44:55 -07:00
Mathieu Othacehe 575032c80a
gnu: guile-parted: Update to 0.0.4.
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.4.
2020-04-15 08:56:20 +02:00
Maxim Cournoyer a4f1a7e2db
gnu: linphoneqt: Fix reproducibility issue and improve description.
* gnu/packages/linphone.scm (linphoneqt)[phases]: Rename the 'patch phase to
'set-version-string, and use the version variable of the package in the
replacement.
{set-qt-rcc-source-date-override, fix-cmake-error}: Add phases.
[synopsis]: Explicit what the package is.
[description]: Mention more useful keywords and features.
2020-04-15 02:03:26 -04:00
Leo Famulari 004033a9cf
gnu: cgit: Update Git source code to 2.25.3.
* gnu/packages/version-control.scm (cgit)[inputs]: Update git-source to 2.25.3.
2020-04-15 01:54:50 -04:00
Leo Famulari 3f717354d4
gnu: Git: Update to 2.26.1 [fixes CVE-2020-5260].
* gnu/packages/version-control.scm (git): Update to 2.26.1.
[native-inputs]: Update git-manpages.
2020-04-15 01:54:49 -04:00
Ludovic Courtès d62c9b2671
Update NEWS. 2020-04-15 00:02:23 +02:00
Ludovic Courtès 8aa752ba22
services: shepherd: Increase the PID file timeout to 30s.
When running the installation image off a DVD, early I/O operations are
extremely slow, to the point that something like dbus-daemon would need
~20s to start.  This change works around the issue.

Fixes <https://bugs.gnu.org/40572>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.

* gnu/services/shepherd.scm (shepherd-configuration-file): Set
%pid-file-timeout to 30.
2020-04-15 00:02:23 +02:00
Michael Rohleder 06e48de57e
gnu: emacs-helm-ag: Update to 0.59.
* gnu/packages/emacs-xyz.scm (emacs-helm-ag): Update to 0.59.
2020-04-14 22:54:34 +02:00
Marius Bakke 2e3d5fdf05
gnu: cook: Fix test failure.
* gnu/packages/cook.scm (cook)[arguments]: Override LC_ALL for one test.
2020-04-14 22:48:52 +02:00
Marius Bakke 671dba6566
gnu: python-pyrsistent: Update to 0.16.0.
* gnu/packages/python-xyz.scm (python-pyrsistent): Update to 0.16.0.
2020-04-14 22:48:51 +02:00
Marius Bakke 83031dee87
gnu: python-gssapi: Update to 1.6.5.
* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.5.
2020-04-14 22:48:51 +02:00
Marius Bakke c0b6bb23c1
gnu: python-parso: Update to 0.7.0.
* gnu/packages/python-xyz.scm (python-parso): Update to 0.7.0.
2020-04-14 22:48:51 +02:00
Marius Bakke 109bf6a0e7
gnu: dune-localfunctions: Fix build failure.
* gnu/packages/maths.scm (dune-localfunctions)[arguments]: Add phase
'hide-gfortran'.
2020-04-14 22:33:01 +02:00
Marius Bakke f7cbf403ef
gnu: dune-istl: Fix build failure.
* gnu/packages/maths.scm (dune-istl)[arguments]: Add phase 'hide-gfortran'.
2020-04-14 22:33:01 +02:00
Tobias Geerinckx-Rice a4dd5955b3
gnu: mksh: Update to 58.
* gnu/packages/shells.scm (mksh): Update to 58.
2020-04-14 20:23:22 +02:00
Tobias Geerinckx-Rice eaa668ddda
gnu: txr: Update to 235.
* gnu/packages/lisp.scm (txr): Update to 235.
[arguments]: Cosmetic shortening.
2020-04-14 20:23:22 +02:00
Tobias Geerinckx-Rice 92e52d25ad
gnu: txr: Call ./configure manually instead of patching.
* gnu/packages/lisp.scm (txr)[source]: Remove patch.
[arguments]: Add ‘--prefix’ to #:configure-flags.
Use a custom ‘configure’ phase.
* gnu/packages/patches/txr-shell.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-04-14 20:23:21 +02:00
Tobias Geerinckx-Rice c3f88d4f34
gnu: txr: Declare test target.
* gnu/packages/lisp.scm (txr)[arguments]: Use #:test-target instead of
a trivial custom ‘check’ phase.
2020-04-14 20:23:21 +02:00