summaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
AgeCommit message (Collapse)Author
2026-03-20gnu: Reference the inherited inputs values.Ludovic Courtès
This commit was made by running this command: sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm … and then reverting individual hunks where the change would trigger unbound variable warnings or other issues (such as ‘native-inputs’ is bound in the body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined just above). Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-03-20gnu: Reference the inherited ‘arguments’ value.Ludovic Courtès
This commit was made by running this command: sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm … and then: 1. reverting changes from ‘gnu/packages/rust.scm’ and ‘gnu/packages/java.scm’ since they would incur derivation changes and/or breakage; 2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’; 3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’, which use ‘substitute-keyword-arguments’ for arguments that are not inherited (and thus ‘arguments’ would be unbound); 4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’ which make bogus assumptions about inherited arguments. Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-03-06gnu: deluge: Fix build.Liliana Marie Prikler
* gnu/packages/bittorrent.scm (deluge)[propagated-inputs]: Move to… [inputs]: … here. Replace python-pygobject with python-pygobject-3.50.
2026-03-06gnu: python-dbus: Rename to python-dbus-1.2.Andreas Enge
* gnu/packages/python-xyz.scm (python-dbus): Rename to… (python-dbus-1.2): … this. (python-notify2, python-gatt, python2-dbus): Adapt references. * gnu/packages/audio.scm (cable, jack-2): Likewise. * gnu/packages/bittorrent.scm (deluge): Likewise. * gnu/packages/connman.scm (econnman): Likewise. * gnu/packages/cups.scm (hplip): Likewise. * gnu/packages/enlightenment.scm (python-efl): Likewise. * gnu/packages/freedesktop.scm (modem-manager, telepathy-idle): Likewise. * gnu/packages/gnome.scm (gtg, system-config-printer, libsecret, upower) (mutter, network-manager, gnome-bluetooth, gnome-shell, terminator) (gnome-remote-desktop): Likewise. * gnu/packages/ibus.scm (ibus): Likewise. * gnu/packages/maths.scm (veusz): Likewise. * gnu/packages/matrix.scm (pantalaimon): Likewise. * gnu/packages/messaging.scm (pidgin, gajim): Likewise. * gnu/packages/mpd.scm (mpdris2): Likewise. * gnu/packages/music.scm (mididings, a2jmidid, quodlibet): Likewise. * gnu/packages/password-utils.scm (secretsd): Likewise. * gnu/packages/stenography.scm (plover): Likewise. * gnu/packages/sugar.scm (sugar-datastore, sugar-toolkit-gtk3) (sugar-portfolio-activity): Likewise. * gnu/packages/video.scm (python-yewtube): Likewise. * gnu/packages/xdisorg.scm (autokey): Likewise. * gnu/packages/xfce.scm (catfish): Likewise. * gnu/packages/xorg.scm (xpra): Likewise. Change-Id: I19218743260175f1117b8e213131a3b1495c6c48 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-03gnu: qbittorrent: Update to 5.1.4.Patrick Norton
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.1.4. Change-Id: I813324b660029ddd214ad7421d1fe71770fdd3b7 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-25gnu: transmission-remote-gtk: Update to 1.7.0.terramorpha
* gnu/packages/bittorrent.scm (transmission-remote-gtk): Update to 1.7.0. Merges: https://codeberg.org/guix/guix/pulls/6630 Change-Id: I4e118756250e6dfe2255fb5e0d974fae94c4c60b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-24gnu: transmission: Update to 4.1.1.Foster Hangdaan
* gnu/packages/bittorrent.scm (transmission): Update to 4.1.1. Change-Id: Ie43be4893afff6ca21d8fdefca8cc392ff249acb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-11gnu: transmission: Switch to git-fetch.Foster Hangdaan
* gnu/packages/bittorrent.scm (transmission)[source]: Switch to git-fetch. Change-Id: If6908e5ee535049408408c1d86a3dfcc673206f3 Signed-off-by: Andreas Enge <andreas@enge.fr>
2026-02-11gnu: transmission: Update to 4.1.0.Foster Hangdaan
* gnu/packages/bittorrent.scm (transmission): Update to 4.1.0. [source]: Remove transmission-4.0.6-fix-build.patch. * gnu/packages/patches/transmission-4.0.6-fix-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Change-Id: I36ebc4693dfb5bdcc73ccb6a6669fe9217e732b2 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-12-28gnu: Remove libtorrent-rasterbar-1.2.Sharlatan Hellseher
* gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): Delete variable. Fixes: guix/guix#4446 Change-Id: I6e1b6676e69f785703ffaf1c37ed9356667ace33
2025-12-27gnu: stig: Update to 0.14.1a0.Nicolas Graves
* gnu/packages/bittorrent.scm (stig): Update to 0.14.1a0. [build-system]: Relocate field, switch to pyproject-build-system. [arguments]: Relocate field, improve style. [native-inputs]: Add python-setuptools. [description]: Improve style. Change-Id: I12a868709901cf874c2795c71ed81c6198cfd75b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-28gnu: boost: Update to 1.89.0.Greg Hogan
* gnu/packages/boost.scm (boost-for-source-highlight): Rename this ... (boost-1.83): ... to this. (boost-numpy): Inherit from boost-1.83. * gnu/packages/pretty-print.scm (source-highlight): Update accordingly. * gnu/packages/boost.scm (boost): Update to 1.89.0. [source]: Remove patches. * gnu/packages/boost.scm (mdds) [propagated-inputs]: Replace boost with boost-1.83. * gnu/packages/astronomy.scm (aoflagger), * gnu/packages/embedded.scm (cc-tool), * gnu/packages/games.scm (0ad, vcmi), * gnu/packages/image.scm (gpick), * gnu/packages/maths.scm (highfive), * gnu/packages/plotutils.scm (asymptote) [native-inputs]: Replace boost with boost-1.83. * gnu/packages/audio.scm (guitarix, supercollider), * gnu/packages/bioconductor.scm (r-mzr), * gnu/packages/bioinformatics.scm (ataqv, bless, express, isolator, metabat, r-velocytom, rsem, sailfish, salmon), * gnu/packages/bittorrent.scm (libtorrent-rasterbar), * gnu/packages/code.scm (sourcetrail), * gnu/packages/compression.scm (innoextract), * gnu/packages/cpp.scm (lager), * gnu/packages/crypto.scm (cryfs), * gnu/packages/electronics.scm (nextpnr, prjpeppercorn, prjtrellis, pulseview), * gnu/packages/emulators.scm (mupen64plus-video-glide64mk2), * gnu/packages/engineering.scm (cadabra2, freecad, libigl, openscad, prusa-slicer), * gnu/packages/file-systems.scm (snapper), * gnu/packages/finance.scm (ledger), * gnu/packages/game-development.scm (dds), * gnu/packages/games.scm (colobot, fifengine, knightsgame, leela-zero, pokerth, supertux, wesnoth, wesnoth-server), * gnu/packages/geo.scm (gplates), * gnu/packages/gnucash.scm (gnucash), * gnu/packages/graph.scm (python-graph-tool), * gnu/packages/graphics.scma (openshadinglanguage), * gnu/packages/i2p.scm (i2pd), * gnu/packages/image-viewers.scm (luminance-hdr), * gnu/packages/kde-graphics.scm (krita), * gnu/packages/mail.scm (astroid), * gnu/packages/medical.scm (orthanc, orthanc-mysql, orthanc-postgresql), * gnu/packages/messaging.scm (libphonenumber), * gnu/packages/mpd.scm (ncmpcpp), * gnu/packages/networking.scm (kismet), * gnu/packages/opencog.scm (cogutil), * gnu/packages/photo.scm (hugin), * gnu/packages/poedit.scm (poedit), * gnu/packages/radio.scm (gnuradio), * gnu/packages/rdf.scm (lucene++), * gnu/packages/serialization.scm (avro-cpp), * gnu/packages/simulation.scm (fenics-dolfin), * gnu/packages/version-control.scm (gource), * gnu/packages/video.scm (aegisub, mkvtoolnix), * gnu/packages/web.scm (websocketpp) [inputs]: Replace boost with boost-1.83. * gnu/packages/libreoffice.scm (libcmis): Update to 0.6.2-00a85bf6. (librevenge): Update to 0.0.5. [arguments]<#:configure-flags>: Remove reference to boost system component for which the compatibility stub has been removed. * gnu/packages/serialization.scm (msgpack-cxx): Update to 7.0.0. Change-Id: I247f3eaecde3de3fe227586b840f0312b4797ee1
2025-11-25gnu: python-rencode: Move to serialization.Brendan Tildesley
* gnu/packages/python-xyz.scm: (python-rencode): Move from here ... * gnu/packages/serialization.scm: ... here. * gnu/packages/serialization.scm: Include serialisation.scm * gnu/packages/xorg.scm: Include serialisation.scm Change-Id: I3b146e7586e524ec1d61385a5be347fe9932038d Change-Id: I45fee0cb06a5ed59a227489746eb340c0b21e0df Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-11-09gnu: Add stig.Junker
* gnu/packages/bittorrent.scm (stig): New variable. Change-Id: Id11530c7e43522c63972f767afacaad3e55ecfc7 Signed-off-by: Sughosha <sughosha@disroot.org>
2025-10-23gnu: rtorrent: Update to 0.16.1.Cayetano Santos
* gnu/packages/bittorrent.scm (rtorrent): Update to 0.16.1. [native-inputs]: Add autoconf, automake, and libtool. Change-Id: Ide9681d533d54c4c6e4843d6972cd5fae956d3d5 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-10-23gnu: libtorrent: Update to 0.16.1.Cayetano Santos
* gnu/packages/bittorrent.scm (libtorrent): Update to 0.16.1. [source]: Switch to git-fetch. [inputs]: Add curl. [native-inputs]: Add autoconf, automake, and libtool. Change-Id: I4406a50980656e236863bf932cb2ad69b8a2e3a7 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-10-23gnu: Use ‘define-deprecated-package’ for deprecated packages.Ludovic Courtès
Use ‘define-deprecated-package’ instead of (define x (deprecated-package …)) throughout gnu/packages/*.scm. Change-Id: I4e176da9ac660327489dab256ca4d12c4e78fe8d
2025-08-17gnu: nss-certs: Relocate to (gnu packages nss).Maxim Cournoyer
This is made so that the source can be shared without introducing module circular dependencies. * gnu/packages/certs.scm (nss-certs) (nss-certs-for-test): Move to... * gnu/packages/nss.scm: ... here. Adjust the module imports via: git grep -l '(gnu packages certs)' | xargs sed 's/(gnu packages certs)/(gnu packages nss)/' -i Change-Id: I56d7bc52ddcdffbced8a162e8db8ea5071b0cb0f
2025-08-04gnu: Remove #:test-target argument.Greg Hogan
* gnu/packages/astronomy.scm (libsep), * gnu/packages/bioinformatics.scm (megahit), * gnu/packages/bittorrent.scm (qbittorrent), * gnu/packages/calendar.scm (date), * gnu/packages/check.scm (klee, trompeloeil), * gnu/packages/compression.scm (zziplib), * gnu/packages/cpp.scm (immer, lager, zug), * gnu/packages/databases.scm (timescaledb), * gnu/packages/emulators.scm (dolphin-emu), * gnu/packages/fpga.scm (systemc), * gnu/packages/game-development.scm (box2d), * gnu/packages/games.scm (megaglest, openclonk, teeworld), * gnu/packages/glib.scm (sdbus-c++), * gnu/packages/gnucash.scm (gnucash), * gnu/packages/graph.scm (igraph), * gnu/packages/image.scm (exiv2), * gnu/packages/inkscape.scm (inkscape), * gnu/packages/instrumentation.scm (yactfr), * gnu/packages/kde-multimedia.scm (elisa), * gnu/packages/linux.scm (falcosecurity-libs), * gnu/packages/llvm.scm (libcxx, libomp-15), * gnu/packages/machine-learning.scm (ctranslate2, tvm), * gnu/packages/maths.scm (blitz), * gnu/packages/messaging.scm (libphonenumber), * gnu/packages/music.scm (clementine, libdiscid, opustags, strawberry), * gnu/packages/opencog.scm (atomspace, attention, cogserver, cogutil, opencog), * gnu/packages/python-xyz.scm (pybind11) * gnu/packages/radio.scm (libfec, libcorrect), * gnu/packages/serialization.scm (qtcsv), * gnu/packages/shells.scm (fish), * gnu/packages/tls.scm (aws-lc), * gnu/packages/web.scm (wabt), * gnu/packages/vulkan.com (spirv-llvm-translator) [arguments]: Move #:test-target to ... <#:phases>: ... 'check phase. * gnu/packages/algebra.scm (xtensor), * gnu/packages/astronomy (stellarium), * gnu/packages/bioinformatics.scm (libsbml), * gnu/packages/chemistry.scm (openbabel), * gnu/packages/cpp.scm (xsimd, xtl), * gnu/packages/documentation.scm (doxygen), * gnu/packages/lua.scm (selene), * gnu/packages/libftdi.scm (libftdi), * gnu/packages/llvm.scm (cling, libomp@12, libomp@13), * gnu/packages/hyperledger.scm (hyperledger-iroha), * gnu/packages/markup.scm (cmark, cmark-gfm), * gnu/packages/maths.scm (cryptominisat, double-conversion), * gnu/packages/mp3.scm (chromaprint), * gnu/packages/qt.scm (qtpromise) * gnu/packages/rdf.scm (clucene), * gnu/packages/sync.scm (lsyncd) [arguments}: Remove #:test-target. * gnu/packages/engineering.scm (libfive), * gnu/packages/game-development.scm (box2d-3) [arguments]: Remove #:test-target and disable tests. Change-Id: I0a82091df1789980bbbac0c334b6f993c36f412a
2025-07-28gnu: qbittorrent-enhanced: Update to 5.1.2.10.Andreas Enge
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.1.2.10. Change-Id: Ie457949f39612c585609ed752213671fd5e4dbac
2025-07-28gnu: qbittorrent: update to 5.1.2.ColdSideOfYourPillow
Change-Id: Id46c1f2006f2a0c7c6cd949ab5b38e9fd615a7fd Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-26gnu: deluge: Enable tests.Vinicius Monego
* gnu/packages/bittorrent.scm (deluge)[native-inputs]: Add python-pytest, python-pytest-twisted, xorg-server-for-tests. [arguments]: Remove '#:tests? #f'. <#:test-flags>: Skip failing tests. <#:phases>: Add phase 'pre-check' before 'check'. Change-Id: I32e0f4d5d580535834261c15925003bf813ec035
2025-07-23gnu: deluge: Improve package style, simplify.Vinicius Monego
* gnu/packages/bittorrent.scm (deluge)[native-inputs]: Remove librsvg-for-system. [arguments]: Use Gexp. Simplify removing the check of librsvg. Change-Id: I44862be23f8115bf8c180ef01aef44d1b0e7fa45
2025-07-23gnu: deluge: Use pyproject-build-system.Vinicius Monego
* gnu/packages/bittorrent.scm (deluge)[build-system]: Use pyproject-build-system. [native-inputs]: Add python-setuptools. [propagated-inputs]: Remove python-six. [arguments]<#:phases>: Rename 'wrap' to 'wrap-deluge' and move it before the default 'wrap'. Change-Id: Ie921ca44c7c92971b1ddec8d7e55ecfacedb63ce
2025-07-18gnu: aria2: Fix build.Janneke Nieuwenhuizen
* gnu/packages/bittorrent.scm (aria2)[arguments]: Add phase "patch-configure". Change-Id: I205ebc7017e266341863a2b84c93f3d94ab4b262
2025-06-21gnu: transmission-remote-gtk: Update to 1.6.0.Andrew Wong
* gnu/packages/bittorrent.scm (transmission-remote-gtk): Update to 1.6.0. [source]: Switch to git. [build-system]: Switch to meson-build-system. [native-inputs]: Add glib:bin, appstream-glib, perl, gettings-desktop-schemas, remove gnu-gettext [inputs]: Add libsoup, gnu-gettext, remove appstream-glib. [arguments]: Disable tests. Change-Id: Ie71c8b246adccb5e47622803603f1c6f786aaf65 Signed-off-by: Zheng Junjie <z572@z572.online>
2025-05-05gnu: deluge: Update to 2.2.0.Tomas Volf
* gnu/packages/bittorrent.scm (deluge): Update to 2.2.0. [arguments]<#:phases>: Drop 'fix-deluge-console. Change-Id: Iad8461c7ea73042fb208ea182f4dc67d4e74adcf Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-04-05gnu: qbittorrent-enhanced: Update to 5.0.4.10.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.4.10. Change-Id: I8ffb0684b3bc9a9316afeb30e55359446ca58376
2025-04-05gnu: qbittorrent: Update to 5.0.4.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.4. Change-Id: Ifb05d575af6b00f3eeab55c7dd4dff93e0d70da3
2025-04-02gnu: deluge: Backport fix for deluge-console.Tomas Volf
* gnu/packages/bittorrent.scm (deluge)[arguments]<#:phases>: Add 'fix-deluge-console. Change-Id: Ifdbcb541aeefbc727890cec2356d346c7fa1dd5d Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-03-03gnu: transmission: Fix build.宋文武
Reported in <https://issues.guix.gnu.org/76697>. This is follow up to 4838b7b0e94c7636cc2639e3b53d3fe37251fca2. * gnu/packages/bittorrent.scm (transmission) [arguments]: Invoke 'generate-gdk-pixbuf-loaders-cache' before using GDK_PIXBUF_MODULE_FILE. Change-Id: I234cdd8649e82d0a8b44bee15968fcd22c134ce4
2025-02-02gnu: libtorrent-rasterbar-1.2: Update to 1.2.20.Tomas Volf
* gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): Update to 1.2.20. Change-Id: I18208b5609e8362576986c894bb2fc143d52093f Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-01-29gnu: libtorrent-rasterbar: Remove special case for test_ssl.Tomas Volf
With the release of 2.0.11, the SSL certificates used for tests are valid for long enough time (~end of year 2297) to no longer require faketime. With the removal of faketime, the explicit timeout is also no longer required, since it does not hang anymore. This gives us back the validation that SSL works. * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]<#:phases>['check]: Remove test timeout. Do not special case test_ssl. Change-Id: I535c72fec24658a4b2151d2e8794319055c9a278 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-01-29gnu: libtorrent-rasterbar: Update to 2.0.11.Tomas Volf
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 2.0.11. Change-Id: Ib6fb2676f6b6773690473e63276574abaebcac0a Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2025-01-11gnu: qbittorrent-enhanced: Update to 5.0.3.10.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.3.10. Change-Id: I16163a37d3c15a3e33c8f0508c97e4467b9ec958
2025-01-11gnu: qbittorrent: Update to 5.0.3.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.3. Change-Id: Ie034c2e7591cb25922c165bf9a7a0bc11a6468e8
2024-11-20gnu: qbittorrent-enhanced: Update to 5.0.2.10.Zheng Junjie
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 5.0.2.10. Change-Id: Ia297690350edd72840924c5f087601b823e89fa8
2024-11-20gnu: qbittorrent: Update to 5.0.2.Zheng Junjie
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.2. Change-Id: Icf4b86aa60c0b2a717550cbd51613e3a07fbcdb5
2024-11-20gnu: qbittorrent: Update to 5.0.1.Ron Nazarov
* gnu/packages/bittorrent.scm (qbittorrent): Update to 5.0.1. [arguments]: Set #:qtbase to qtbase. [native-inputs]: Replace qttools-5 with qttools. [inputs]: Replace qtsvg-5 with qtsvg. Change-Id: I82dd5b65f1a812c989baa752313cd3daeaf0d8bf
2024-10-06gnu: libtorrent-rasterbar: Use gexps and new input style.Adam Faiz via Guix-patches via
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Use gexps. [native-inputs]: Drop labels. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: Ic6dc52ab422e479c941a1f33abdb64fb81c3229d
2024-10-06gnu: libtorrent-rasterbar: Update to 2.0.10.Adam Faiz via Guix-patches via
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 2.0.10. [source]<snippet>: Remove test/test_copy_file.cpp patch since it's resolved. [native-inputs]: Remove no longer needed file (v2_empty_file.torrent). [arguments]<#:phases>: Remove copy-v2_empty_file.torrent phase. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: I12e50041cfa141282a2874bf94545bc57ea735ae
2024-09-06gnu: qbittorrent-enhanced: Update to 4.6.6.10.Hilton Chain via Guix-patches via
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.6.10. Change-Id: Ib6da65a958ee27039b8ad6ca7f535c087725e365 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-06gnu: qbittorrent: Update to 4.6.6.Hilton Chain via Guix-patches via
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.6. Change-Id: I494f5f9e531aabdb6ba60ff418f6ba0cf45b46f4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-09-02gnu: Transmission: Update to 4.0.6.Leo Famulari
* gnu/packages/bittorrent.scm (transmission): Update to 4.0.6. [source]: Use the new patch. [arguments]: Adjust the custom build phase 'remove-kernel-version' for 4.0.6. * gnu/packages/patches/transmission-4.0.5-fix-build.patch: Delete file. * gnu/packages/patches/transmission-4.0.6-fix-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Change-Id: Id546b8537f48afd50bb00183abf7821ad7601fe9
2024-08-31gnu: qbittorrent: Add 'bash' input for 'wrap-program'.Maxime Devos
It is required for cross-compilation. * gnu/packages/bittorrent.scm (qbittorrent)[inputs]: Add 'bash-minimal'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I854fdcfe7e0cbfd2a99d4b80677caefb9e966ea6
2024-05-10gnu: qbittorrent-enhanced: Update to 4.6.4.10.Zheng Junjie
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.4.10. Change-Id: I85f1dfaa8cd7eda752778c0d67e311d3ba26a21d
2024-05-10gnu: qbittorrent: Update to 4.6.4.Timotej Lazar
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.6.4. Change-Id: Iad1fdc9100c4b01e4cab04d101d068e91c5591c4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-03-09gnu: qbittorrent-enhanced-nox: Rename to qbittorrent-enhanced-no-x.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-no-x): New variable, renamed from… (qbittorrent-enhanced-nox): …this package, now redefined as a DEPRECATED-PACKAGE. Change-Id: I4d1f9da937df6d6145ffbf9e9f2dd544365b9872
2024-03-09gnu: qbittorrent-no-x: Actually remove qtsvg from inputs.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-no-x)[inputs]: Correct "qtsvg-5" to "qtsvg". Change-Id: I77bae8ccf3de7a1be51a74228e135176dc72425d
2024-03-09gnu: qbittorrent-enhanced: Update to 4.6.3.10.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.6.3.10. Change-Id: I415d228dbbff2f4d5abf9bda2ca84ac81c0d0602