~ruther/guix-local

61ecd82b — Maxim Cournoyer 9 months ago
gnu: jami: Use minimal variants for git and python native inputs.

* gnu/packages/jami.scm (jami) [native-inputs]: Replace git with git-minimal
and python with python-minimal.

Change-Id: I093d76f830743a156ad917342924ba11c7733ad2
ff6a15ee — Maxim Cournoyer 9 months ago
gnu: jami-docs: Do not build/install HTML doc.

The HTML doc contains 250 MiB of images, PDFs and even videos.

* gnu/packages/jami.scm (jami-docs) [#:phases] {build}: Remove html from
targets.
[#:install-plan]: Do not install html doc.

Change-Id: I1f16395e6c922c04c67c406216202c9898bf9511
70a2ea62 — Maxim Cournoyer 9 months ago
gnu: jami-docs: Update to 0.0.0-3.4764cc8.

* gnu/packages/jami.scm (jami-docs): Update to 0.0.0-3.4764cc8.
[native-inputs]: Add python-sphinxcontrib-mermaid.  Replace python with
python-minimal.

Change-Id: Idc58452b612d0ef43e449c282c9f4d2217c94c3e
20c3975b — Maxim Cournoyer 9 months ago
gnu: Add python-sphinxcontrib-mermaid.

* gnu/packages/sphinx.scm (python-sphinxcontrib-mermaid): New variable.

Change-Id: I1fcf5296c4610bc5e8eb3325e2ad53f975b1c628
600f890b — Maxim Cournoyer 9 months ago
gnu: jami: Add qtwayland to inputs.

This ensure it can always work on Wayland systems.

* gnu/packages/jami.scm (jami) [inputs]: Add qtwayland.

Change-Id: Id31565f93ed9a36feb0b4acfe6338e731ad5d6e7
ca15e634 — Maxim Cournoyer 9 months ago
gnu: jami: Fix build.

The unittests were now failing to build with GCC 14 (see:
<https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/1144>).

* gnu/packages/patches/jami-unittests-fix-build.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/jami.scm (jami) [source]: Apply it.

Change-Id: I11eb97663bb28a4153b2459ea886658cf08b6129
a82efc07 — Maxim Cournoyer 9 months ago
gnu: qthttpserver: Propagate qtwebsockets.

* gnu/packages/qt.scm (qthttpserver) [inputs] {qtwebsockets}: Move to...
[propagated-inputs]: ... here.

Change-Id: Ib4d4c98208d9e713ea9705a660703acd96349098
90613525 — Maxim Cournoyer 9 months ago
gnu: Remove sdbus-c++-1.4.0.

* gnu/packages/glib.scm (sdbus-c++-1.4.0): Delete variable.

Change-Id: Idfae582ac86d95bfd2933e7d03d07d62f48c2494
9b9120dc — Maxim Cournoyer 9 months ago
gnu: libjami: Fix build with GCC 14, building with sdbus-cpp v2.1.0.

* gnu/packages/patches/libjami-sdbus-cpp-v2.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/jami.scm (libjami): Apply it.
[inputs]: Replace sdbus-c++-1.4 with sdbus-c++.

Change-Id: Ib123cb84a4ffa241ae3c6bcdff0d97884732c173
1e372559 — Maxim Cournoyer 9 months ago
gnu: sdbus-c++: Update to 2.1.0.

* gnu/packages/glib.scm (sdbus-c++): Update to 2.1.0.
[native-inputs]: Replace googletest with googletest-1.17.

Change-Id: I97d61f1cef213598c526181bb77d08ef3add6c6c
045a2f5b — Maxim Cournoyer 9 months ago
gnu: Add googletest-1.17.

* gnu/packages/check.scm (googletest-1.17): New variable.

Change-Id: Ic6c5e0105323b0834b6e4745f5d97392c2c2e5d4
788b0339 — Maxim Cournoyer 9 months ago
gnu: opendht: Fix build with GCC 14.

* gnu/packages/patches/opendht-nanosleep.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/networking.scm (opendht) [source]: Apply it.

Change-Id: I14589dba3a99ae51bb522ffdbe2a1390c74aa75a
7cd12143 — Maxim Cournoyer 9 months ago
gnu: emacs-bash-completion: Update to 3.2-0.d32863d.

* gnu/packages/emacs-xyz.scm (emacs-bash-completion): Update to 3.2-0.d32863d.
[source]: Delete patches.
* gnu/packages/patches/emacs-bash-completion-preserve-exit-code.patch: Delete file.
* gnu/packages/patches/emacs-bash-completion-preserve-ps1.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): De-register them.

Change-Id: If3a6f6954d3d3b7c34cbc8634c95cf4c18dbb318
06c4f895 — Ashish SHUKLA 9 months ago
gnu: filezilla: Update to 3.69.2.

* gnu/packages/ftp.scm (filezilla): Update to 3.69.2.
[source]: Switch to svn-fetch.
[native-inputs]: Add autoconf, automake, libtool.
[inputs]: Add boost. Replace wxwidgets-3.0 by wxwidgets.

Change-Id: Iefd1467c1f0622b5cb5b08be97110146cf96e8c5
Signed-off-by: Andreas Enge <andreas@enge.fr>
ad9de156 — Ashish SHUKLA 9 months ago
gnu: libfilezilla: Update to 0.51.0.

Fixes guix/guix#1408

* gnu/packages/ftp.scm (libfilezilla): Update to 0.51.0.

Change-Id: Ia54aac6677068fe51ac16794ecb8889948bd1ded
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: converseen: Update to 0.12.2.5.

* gnu/packages/patches/converseen-hide-updates-checks.patch: Remove file.
* gnu/packages/patches/converseen-hide-non-free-pointers.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/image.scm (converseen): Update to 0.12.2.5.
[source]: Remove patches.
[arguments]: Add patch-source phase to disable auto update and website links.

Change-Id: I9cbdad581803d4b1910afb1115e3b8404b1faa7e
Signed-off-by: Zheng Junjie <z572@z572.online>
gnu: qtdatavis3d: Rename to qtdatavis3d-5.

* gnu/packages/qt.scm (qtdatavis3d): Rename to qtdatavis3d-5.
(python-pyside-2) [inputs]: Adjust accordingly.

Change-Id: I60b88003cd4843c956d6abbae39d2773dbd8f080
Signed-off-by: Zheng Junjie <z572@z572.online>
gnu: qtpurchasing: Rename to qtpurchasing-5.

* gnu/packages/qt.scm (qtpurchasing): Rename to qtpurchasing-5.

Change-Id: I04131c5a78ebcd022ef421217f128e4df43c77c7
Signed-off-by: Zheng Junjie <z572@z572.online>
gnu: qtgamepad: Rename to qtgamepad-5.

* gnu/packages/qt.scm (qtgamepad): Rename to qtgamepad-5.
* gnu/packages/engineering.scm (openscad) [inputs]: Adjust accordingly.
* gnu/packages/kde-utils.scm (kirogi) [inputs]: Likewise.
* gnu/packages/radio.scm (sdrangel) [inputs]: Likewise.
(wfview) [inputs]: Likewise.

Change-Id: Icccd75150aefb957ef2b3c8b3453365e81bdfa9d
Signed-off-by: Zheng Junjie <z572@z572.online>
gnu: qtwebglplugin: Rename to qtwebglplugin-5.

* gnu/packages/qt.scm (qtwebglplugin): Rename to qtwebglplugin-5.

Change-Id: I1e0740f49af019ab067328b19d2c85ee1e9f3d56
Signed-off-by: Zheng Junjie <z572@z572.online>
Next