~ruther/guix-local

8ec901a8 — Maxim Cournoyer 3 years ago
gnu: egl-wayland: Update to 1.1.10.

* gnu/packages/xorg.scm (egl-wayland): Update to 1.1.10.
d7301dc3 — Maxim Cournoyer 3 years ago
gnu: sysprof: Update to 3.44.0, enable tests and remove labels.

* gnu/packages/gnome.scm (sysprof): Update to 3.44.0.
[tests?]: Delete argument.
[configure-flags]: Use gexps.
[phases]: Delete trailing #t.
[native-inputs]: Delete labels.
[inputs]: Add libunwind.
b37b3d48 — Maxim Cournoyer 3 years ago
gnu: libdazzle: Update to 3.44.0.

* gnu/packages/gnome.scm (libdazzle): Update to 3.44.0.
[inputs]: Move gobject-introspection and vala to...
[native-inputs]: ... here.
af448f9c — Maxim Cournoyer 3 years ago
gnu: libgnomekbd: Update to 3.28.0.

* gnu/packages/gnome.scm (libgnomekbd): Update to 3.28.0.
[native-inputs]: Replace intltool with gettext-minimal.  Add autoconf,
automake, libtool and gobject-introspection.
b7f1b39b — Maxim Cournoyer 3 years ago
gnu: xf86-input-wacom: Update to 1.1.0.

* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 1.1.0.
[configure-flags]: Use gexps.
[native-inputs, inputs, description]: Re-indent.
2e4cc98f — Maxim Cournoyer 3 years ago
gnu: fcitx: Update to 4.2.9.9, use gexps and remove input labels.

* gnu/packages/fcitx.scm (fcitx): Update to 4.2.9.9.
[source]: Use HTTPS.
[arguments]: Use gexps.
[native-inputs, inputs]: Remove labels.
2e9f6da7 — Maxim Cournoyer 3 years ago
gnu: libmbim: Update to 1.26.4.

* gnu/packages/freedesktop.scm (libmbim): Update to 1.26.4.
b3ac513f — Maxim Cournoyer 3 years ago
gnu: clutter: Update to 1.26.4 and remove input labels.

* gnu/packages/gnome.scm (clutter): Update to 1.26.4.
[native-inputs]: Remove labels.
[propagated-inputs, inputs]: Sort inputs.
[home-page]: Update URL.
ffef7c01 — Maxim Cournoyer 3 years ago
gnu: adwaita-icon-theme: Update to 42.0 and deprecate gnome-icon-theme.

* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 42.0.  Remove
inheritance to gnome-icon-theme, re-adding...
[build-system, arguments, home-page, synopsis]
[description, license]: ... these fields.
(gnome-icon-theme): Define as a deprecated package.
[native-inputs]: Remove label.
[home-page]: Update URL.
[configure-flags]: Delete argument.
[make-flags]: New argument.  Set the GTK_UPDATE_ICON_CACHE variable to the
empty string.
05c5807e — Maxim Cournoyer 3 years ago
gnu: proj: Update to 9.1.0 and propagate libraries.

* gnu/packages/geo.scm (proj): Update to 9.1.0.
[arguments]: Delete field.
[inputs]: Remove libjpeg-turbo and move to...
[propagated-inputs]: ... here.
491dd62b — Ludovic Courtès 3 years ago
secret-service: Mark sockets as SOCK_CLOEXEC.

* gnu/build/secret-service.scm (secret-service-send-secrets)
(secret-service-receive-secrets): Pass SOCK_CLOEXEC to 'socket'.
66fdaf36 — Ludovic Courtès 3 years ago
services: shepherd: Install O_CLOEXEC variant of 'call-with-input-file' & co.

Fixes a bug introduced with the Shepherd 0.9.2 upgrade in commit
1ba0e38267c9ff8bb476285091be6e297bbf136e whereby files opened by, say,
the 'start' method of 'urandom-seed', could leak into the execution
environment of some other service--e.g., 'term-tty4'.

* gnu/services/shepherd.scm (shepherd-configuration-file)[config]:
Override 'call-with-input-file' and 'call-with-output-file'.
32583c8c — Ludovic Courtès 3 years ago
services: secret-service: Inherit from the original 'guix-configuration'.

Reported by zamfofex.

Regression introduced in 2bac6ea177d5b3353ea1a4d032d17a6ac3763e96.

* gnu/services/virtualization.scm (secret-service-operating-system):
Add 'inherit' keyword for 'guix-configuration'.
631d8930 — Florian Pelz 3 years ago
news: Fix 'de' translation.

Follow-up to 23b50ddbdbcee0dac1bc05f12374043d6f215b00.

* etc/news.scm: Fix punctuation.  Use the same terminology
as the German manual.
e8636e09 — Simon Streit 3 years ago
gnu: Add tp-smapi-module.

* gnu/packages/linux.scm (tp-smapi-module): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
23b50ddb — Thiago Jung Bauermann 3 years ago
news: Fix en dash usage.

The en dash is used to separate pairs of words or numbers. The em dash is the
one used to separate sentences. In addition, in English text we are using the
convention of not separating the dash with spaces.

* etc/news.scm: Change the en dash to em in entry about Emacs native
compilation.

Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
032068a9 — Thiago Jung Bauermann 3 years ago
news: Add 'pt' translation.

* etc/news.scm: Add Portuguese translation of entry about Emacs native
compilation.

Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de>
f3130fc7 — Hendursaga 3 years ago
gnu: cmh: Update to 1.1.1.

* gnu/packages/algebra.scm (cmh): Update to 1.1.1.
* gnu/packages/patches/cmh-support-fplll.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.

Signed-off-by: Andreas Enge <andreas@enge.fr>
25d88eb9 — gyara 3 years ago
gnu: hyfetch: Update to 1.4.1.

* gnu/packages/admin.scm (hyfetch): Update to 1.4.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
3d8fdd26 — jgart 3 years ago
gnu: Add ghc-ansi2html.

* gnu/packages/haskell-xyz.scm (ghc-ansi2html): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Next