summaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
AgeCommit message (Collapse)Author
2023-07-18gnu: qbittorrent-enhanced: Update to 4.5.4.10.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.4.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11gnu: qbittorrent{,-nox}: Use qt-build-system.Timotej Lazar
CMake is now upstream’s preferred build system. * gnu/packages/bittorrent.scm (qbittorrent)[build-system]: Use qt-build-system. [arguments]: Drop custom wrap phase. (Re-)enable tests. [inputs]: Remove input labels. Drop qtbase-5. [native-inputs]: Drop pkg-config. (qbittorrent-nox)[arguments]: Adjust configure-flags. Keep the wrap-qt phase since the non-GUI version is also a QT program. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-11gnu: qbittorrent: Update to 4.5.4.Timotej Lazar
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-07-01gnu: Add qbittorrent-enhanced-nox.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-07-01gnu: Add qbittorrent-enhanced.Hilton Chain via Guix-patches via
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable.
2023-05-22gnu: tremc: Fix compatibility with Transmission 4.0.Leo Famulari
This version is not released upstream, but it does fix compatibility with Transmission 4.0 and works for me. * gnu/packages/bittorrent.scm: Update to 0.9.3-0.6c15e3f.
2023-05-17gnu: Add qbittorrent-nox.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent-nox): New variable. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
2023-05-01gnu: Transmission: Update to 4.0.3.Leo Famulari
* gnu/packages/bittorrent.scm: Update to 4.0.3. [build-system]: Use cmake-build-system. [source]: Remove obsolete patch. [inputs]: Add gtkmm, glib:bin, and python. [arguments]: Run the test suite. Import the glib-or-gtk-build-system and wrap the 'gui' build output. Remove #:configure-flags. Adjust the 'move-gui' phase to upstream changes. * gnu/packages/patches/transmission-honor-localedir.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2023-04-30gnu: deluge: Use librsvg-for-system.Efraim Flashner
* gnu/packages/bittorent.scm (deluge)[native-inputs]: Replace librsvg input logic with librsvg-for-system.
2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-03-05gnu: qbittorrent: Update to 4.5.2.Hilton Chain
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.2. Signed-off-by: Leo Famulari <leo@famulari.name>
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines
Conflicts: gnu/local.mk gnu/packages/autotools.scm gnu/packages/cmake.scm gnu/packages/gnuzilla.scm gnu/packages/haskell.scm gnu/packages/pdf.scm gnu/packages/python-xyz.scm gnu/packages/samba.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/wxwidgets.scm
2023-02-11gnu: libtorrent-rasterbar: Update to 1.2.18.Hilton Chain
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.18. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-08-27Merge branch 'staging' into core-updatesMarius Bakke
2022-08-27gnu: transmission: Add libappindicator to inputs.Simon Streit
* gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator. Signed-off-by: Marius Bakke <marius@gnu.org>
2022-08-12gnu: Remove librsvg-bootstrap.Marius Bakke
librsvg is already a staging-level package, and the next version will no longer bundle its dependencies, so we might as well drop it early. * gnu/packages/gnome.scm (librsvg-bootstrap): Remove variable. * gnu/packages/bittorrent.scm (deluge)[native-inputs]: Replace LIBRSVG-BOOTSTRAP with LIBRSVG. * gnu/packages/emacs.scm (emacs)[inputs]: Likewise. * gnu/packages/gtk.scm (gtk+-2)[propagated-inputs]: Likewise. * gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Likewise.
2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer
Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer
This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
2022-06-05gnu: transmission: Do not embed kernel version in user agent.Vagrant Cascadian
* gnu/packages/bittorrent.scm (transmission)[arguments]: Add 'remove-kernel-version phase.
2022-05-31gnu: Remove transmission-remote-cli.Maxim Cournoyer
* gnu/packages/bittorrent.scm (transmission-remote-cli): Delete variable.
2022-03-24gnu: tremc: Update to 0.9.3.Leo Famulari
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.3. [source]: Remove obsolete patch. * gnu/packages/patches/tremc-fix-decodestring.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2022-03-02gnu: qbittorrent: Upgrade to 4.4.1.Jacob Hart
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-01-23gnu: qbittorrent: Update to 4.4.0.Jacob Hrbek
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-19gnu: libtorrent-rasterbar: Remove input labels.Efraim Flashner
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Remove input labels.
2022-01-19gnu: libtorrent-rasterbar: Update to 1.2.15.Efraim Flashner
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.15. [arguments]: Add phase to adjust test timeout. Adjust custom 'check phase to update faketime date and output debug information on test failures.
2022-01-17gnu: deluge: Add explanation about wrap phase.Brice Waegeneire
* gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper.
2022-01-17gnu: deluge: Adjust style.Brice Waegeneire
* gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal. [propagated-inputs]: Remove lablels.
2022-01-17gnu: deluge: Update to 2.0.5.Brice Waegeneire
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase.
2022-01-16gnu: deluge: Remove reference of build-time librsvgJosselin Poiret
* gnu/packages/bittorrent.scm (deluge): Do it.
2022-01-16gnu: deluge: Move librsvg to native inputsJosselin Poiret
* gnu/packages/bittorrent.scm (deluge): Do it.
2022-01-14gnu: aria2: Rewrite with gexps.Efraim Flashner
* gnu/packages/bittorrent.scm (aria2)[arguments]: Rewrite with gexps.
2022-01-14gnu: aria2: Update to 1.36.0.Efraim Flashner
* gnu/packages/bittorrent.scm (aria2): Update to 1.36.0.
2022-01-14gnu: aria2: Add release-monitoring-property.Efraim Flashner
* gnu/packages/bittorrent.scm (aria2)[properties]: New field.
2022-01-06gnu: tremc: Fix execution with recent Python.Tobias Geerinckx-Rice
* gnu/packages/bittorrent.scm (tremc)[source]: Add patch. * gnu/packages/patches/tremc-fix-decodestring.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Reported by gnoo in #guix
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-08gnu: libtorrent-rasterbar: Build with default cmake.Efraim Flashner
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Remove cmake flag.
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-22gnu: uget: Add -fcommon to CFLAGS.Ricardo Wurmus
* gnu/packages/bittorrent.scm (uget)[arguments]: Add -fcommon to CFLAGS.
2021-11-22gnu: transmission-remote-gtk: Update to 1.4.2.Ricardo Wurmus
* gnu/packages/bittorrent.scm (transmission-remote-gtk): Update to 1.4.2. [source]: Remove patch. * gnu/packages/patches/transmission-remote-gtk-fix-appstream.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2021-11-17gnu: libtorrent-rasterbar: Update to 1.2.14.Marius Bakke
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.14. [source](uri): Adjust tag name. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Adjust accordingly. Override the check phase to fake the time for one test, and disable another. [native-inputs]: Add LIBFAKETIME.
2021-08-16gnu: bittorrent: Disable tests.Mathieu Othacehe
* gnu/packages/bittorrent.scm (bittorrent)[arguments]: Disable tests that are failing when using libevent 2.12 without internet connection.
2021-07-16gnu: Add transmission-remote-gtk.Justin Veilleux
* gnu/packages/bittorrent.scm (transmission-remote-gtk): New variable. * gnu/packages/patches/transmission-remote-gtk-fix-appstream.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Leo Famulari <leo@famulari.name>
2021-07-02guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel
Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise.
2021-06-14gnu: Rename qtbase to qtbase-5.Maxim Cournoyer
This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit.
2021-01-27gnu: python-xyz: Move a few modules to (gnu packages python-build).Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pep517): Inherit from python-pep517-bootstrap. Remove the inherited common fields. (python-poetry-core, python-wheel) (python-toml): Move to ... * gnu/packages/python-build.scm: ... here, a new module. (python-pep517-bootstrap): New package. * gnu/local.mk (GNU_SYSTEM_MODULES): Register the new module.
2020-11-27gnu: Transmission: Fix localization of transmission-gtk.Simon South
* gnu/packages/bittorrent.scm (transmission)[source]: Add patch to make Transmission honor the "localedir" option to its configure script. [arguments]<configure-flags>: Use "localedir" to set the "gui" output as the location for (GTK-specific) localization data. <phases>: Update "move-gui" to remove a now-superfluous call to "mkdir" and omit "share/locale" from the list of directories needing to be moved between outputs. * gnu/packages/patches/transmission-honor-localedir.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25gnu: uget: Update to 2.2.1.Tobias Geerinckx-Rice
* gnu/packages/bittorrent.scm (uget): Update to 2.2.1.
2020-11-18gnu: transmission: Move remaining GUI-related files to "gui" output.Simon South
* gnu/packages/bittorrent.scm (transmission)[arguments]<phases>: Expand "move-gui" phase to move remaining GUI-related files (AppData file, localization files, man page) to "gui" output. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-16gnu: mktorrent: Cross compile.Efraim Flashner
* gnu/packages/bittorrent.scm (mktorrent)[arguments]: Use cc-for-target in make-flags.
2020-09-05gnu: deluge: Update to 2.0.3.Kei Kebreau
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.3. [source]: Update URL. [inputs]: Remove libtorrent, python2-chardet, python2-pygtk, python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted. [propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo, python-chardet, python-dbus, python-mako, python-pygobject, python-pillow, python-pyopenssl, python-pyxdg, python-rencode, python-service-identity, python-setproctitle, python-six, python-twisted, and python-zope-interface. [native-inputs]: Add python-wheel. [arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.