The NEWS file for 1.15.2 (the next release after 1.15.0) indicates a breaking
change. This is the latest release that the lightdm testsuite can work with.
* gnu/packages/glib.scm (dbus-1.15.0): New variable.
Change-Id: I9c3553b315e6618fbbf19aade6b807ab7120364b
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/display-managers.scm (lightdm)[arguments]: Convert to list of
G-Expressions.
Change-Id: I8d7beb73e636be066d2dbe2588a5ebcb2f5afec0
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/disk.scm (duc) [arguments]: Convert to list of G-Expressions.
Change-Id: Iefcdcc55b1e71f7e866cb04795ef74f3b675cfce
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/patches/duc-fix-test-sh.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/disk.scm (duc): Use it here.
Change-Id: I664614dc35fb88f8ee63dbe727a38f17f4af0f8e
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/patches/pdfpc-build-with-vala-0.56.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/pdf.scm (pdfpc): Use it here.
[inputs]: Drop labels.
Change-Id: Ib762da3dd23612f952215a2f8d383552e7bc050c
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/gnome.scm (shotwell): Update to 0.32.6.
[arguments]: Convert to list of G-Expressions.
[#:phase 'skip-gtk-update-icon-cache]: Adjust to build system change.
[inputs]: Add libportal.
Change-Id: I5167d13d8514e278732459d1705f0041e3797894
Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server,
magic-wormhole-transit-relay, magic-wormhole)
[home-page]: Fix it after a lint warning of permanent redirection.
Change-Id: Ie0e8a8b0af982e46c05ae7dfc8f375cc18632c67
* gnu/packages/magic-wormhole.scm (magic-wormhole-transit-relay): Fix
indentation.
[description]: Start with a new line and adjust indentation.
Change-Id: I65c978a332088c66c88e4459d26a1f78e3c9ffdc
* gnu/packages/magic-wormhole.scm (magic-wormhole-mailbox-server): Fix
indentation.
[description]: Start with a new line and adjust indentation.
Change-Id: I0a246de5dfdf5823b1b794728113207b6ca46ccc
Select only 'pypi-uri from (gnu build-system python) exported symbols,
rest is not required as the whole module uses just
pyproject-build-system.
Change-Id: I4928ad51bb915494d5234c48cc1d638dd4aa0aca
* gnu/packages/magic-wormhole.scm (magic-wormhole): Fix indentation.
[description]: Start with a new line and fix indentation.
Change-Id: I0d72dba2b5682c5bec71b6b5765d513f75c781f0
* gnu/packages/python-xyz.scm (python-box): Update to 7.1.1.
[source]: Download from github since pypi tarball does not contain all
test files.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-toml; add python-tomli and
python-tomli-w.
[native-inputs]: Add python-cython, python-pytest, and python-wheel.
Change-Id: Ia39063054821e75768b1d9a5c937eab432e7c59e
Reviewed-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
* gnu/packages/mullvad-browsers.scm (%mullvadbrowser-build-date): Update to
20240322132912.
(%mullvadbrowser-version): Update to 13.0.13.
(%mullvadbrowser-firefox-version): Update to 115.9.1esr-13.0-1-build1.
(mullvadbrowser-translation-base): Update to
8e04ca3c5f440ed8f16b2069ae9565e4b044ec29.
Change-Id: Id19ba361e9867200edd5ee9f35142d8dbe5447ab
* gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to
20240322115718.
(%torbrowser-version): Update to 13.0.13.
(%torbrowser-firefox-version): Update to 115.9.1esr-13.0-1-build1.
(torbrowser-translation-base): Update to
8e04ca3c5f440ed8f16b2069ae9565e4b044ec29.
(torbrowser-translation-specific): Update to
bf2fac60a6c41aa67b8147f22a638d498ac2dcdd.
Change-Id: Ife0cb3b2d42dc5d6b39d5a11827c0a234c950126
Some variants, like emacs-no-x, come with a reduced set of preloaded symbols,
so don't expect them to always be native.
* gnu/packages/aux-files/emacs/comp-integrity.el (expect-native-if-bound): New
function.
(x-setup-function-keys, dynamic-setting-handle-config-changed-event)
(fontset-plain-name, fringe-mode, image-type, regexp-opt, scroll-bar-scale):
Use ‘expect-native-if-bound’.
(x-handle-no-bitmap-icon): Likewise, was already conditional.