~ruther/guix-local

2a5161a7 — Liliana Marie Prikler 2 years ago
gnu: gnome-connections: Update to 46.0.

* gnu/packages/gnome.scm (gnome-connections): Update to 46.0.
[inputs]: Replace gtk-frdp with gtk-frdp-for-gnome-connections.
dbcd97fb — Liliana Marie Prikler 2 years ago
gnu: Add gtk-frdp-for-gnome-connections.

* gnu/packages/gnome.scm (gtk-frdp-for-gnome-connections): New variable.
b5405310 — Liliana Marie Prikler 2 years ago
gnu: gnome-clocks: Update to 46.0.

* gnu/packages/gnome.scm (gnome-clocks): Update to 46.0.
ab91ec76 — Liliana Marie Prikler 2 years ago
gnu: gnome-characters: Update to 46.0.

* gnu/packages/gnome.scm (gnome-characters): Update to 46.0.
[#:phases]: Add ‘fix-test-setup’.
[native-inputs]: Remove python-minimal.
Add gobject-introscpetion, xorg-server-for-tests, and xvfb-run.
fe6190a6 — Liliana Marie Prikler 2 years ago
gnu: gnome-calendar: Update to 46.1.

* gnu/packages/gnome.scm (gnome-calendar): Update to 46.1.
[#:phases]: Add ‘pre-check’ to set TZDIR and TZ.
[native-inputs]: Add tzdata-for-tests.
6fe767e4 — Liliana Marie Prikler 2 years ago
gnu: gnome-calculator: Update to 46.1.

* gnu/packages/gnome.scm (gnome-calculator): Update to 46.1.
ef73bc10 — Liliana Marie Prikler 2 years ago
gnu: gnome-boxes: Update to 46.1.

* gnu/packages/gnome.scm (gnome-boxes): Update to 46.1.
[inputs]: Add libportal.
19241a5f — Liliana Marie Prikler 2 years ago
gnu: libvirt-glib: Update to 5.0.0.

* gnu/packages/virtualization.scm (libvirt-glib): Update to 5.0.0.
8a50df92 — Liliana Marie Prikler 2 years ago
gnu: gnome-bluetooth: Update to 46.0.

* gnu/packages/gnome.scm (gnome-bluetooth): Update to 46.0.
db8262fd — Liliana Marie Prikler 2 years ago
gnu: evince: Update to 46.3.

* gnu/packages/gnome.scm (evince): Update to 46.3.
380a5296 — Liliana Marie Prikler 2 years ago
gnu: d-spy: Update to 1.10.0.

* gnu/packages/gnome.scm (d-spy): Update to 1.10.0.
7493624a — Liliana Marie Prikler 2 years ago
gnu: dconf-editor: Update to 45.0.1.

* gnu/packages/gnome.scm (dconf-editor): Update to 45.0.1.
[native-inputs]: Add desktop-file-utils.
0d8fe1e4 — Liliana Marie Prikler 2 years ago
gnu: baobab: Update to 46.0.

* gnu/packages/gnome.scm (baobab): Update to 46.0.
2f3c6041 — Liliana Marie Prikler 2 years ago
gnu: tracker-miners: Update to 3.7.3.

* gnu/packages/gnome.scm (tracker-miners): Update to 3.7.3.
[#:configure-flags]: Add “-Dlandlock=disabled”.
57d6a3cc — Liliana Marie Prikler 2 years ago
gnu: tracker: Update to 3.7.3.

* gnu/packages/gnome.scm (tracker): Update to 3.7.3.
[#:phases]: Drop ‘unwrap-libexec’.
56a374aa — Leo Famulari 1 year, 5 months ago
gnu: Audacity: Downgrade to 3.5.1.

The update to Audacity 3.6.0 broke the ability to lookup FFmpeg and open
a variety of file types

This problem was raised in the patch ticket but ignored for some reason.

See further discussion in the patch ticket:

https://issues.guix.gnu.org/75200

This reverts commits 8a4d05501fc4f69c12af3ee324c627501a6a1507 and
af85cfa45e806d9ed3cea9c3d30ac782d3914e1d.

Change-Id: Iff388431180874db198154b2e8b126e473b757b0
48f5a666 — Artyom V. Poptsov 1 year, 5 months ago
gnu: guile-ics: Update to 0.7.0.

* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.7.0.

Change-Id: I35f525a92f41a82905eec7949aa8df6568dff252
7d977552 — Florian Pelz 1 year, 5 months ago
doc: Fix typos.

* doc/guix.texi (Log Rotation): Fix typo.  Quote lists.
(Shepherd Services): Fix plurals.  Quote lists.

Change-Id: I65edebcddb8dcd4caae0c5eb91900f53ba6c2b97
gnu: pnetcdf: Add missing zlib input.

* gnu/packages/maths.scm (pnetcdf): Add missing zlib input.

Change-Id: I8b0c143cce016d6cfb2ffe8923f1380452a7e8ac
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
3088e5ee — Maxim Cournoyer 1 year, 5 months ago
Extend a few more importers with support for #:partial-version?.

This fixes a few omissions in commit f13f076968 ("refresh: Add support for
partial target versions.").

* guix/gnu-maintenance.scm
(import-kernel.org-release): Add #:partial-version? argument.
* guix/gnu-maintenance.scm (import-savannah-release): Likewise.
(import-xorg-release): Likewise.
(import-kernel.org-release): Likewise.
(latest-sourceforge-release): Likewise (reporting an error).  Use report-error
instead of error directly.

Change-Id: I188fa8fa7250a7165410b8d5c4870f428ea228af
Next