aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
Commit message (Collapse)AuthorAge
* gnu: qbittorrent-enhanced: Update to 4.5.4.10.Hilton Chain2023-07-18
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.4.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: qbittorrent{,-nox}: Use qt-build-system.Timotej Lazar2023-07-11
| | | | | | | | | | | | | 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>
* gnu: qbittorrent: Update to 4.5.4.Timotej Lazar2023-07-11
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add qbittorrent-enhanced-nox.Hilton Chain2023-07-01
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add qbittorrent-enhanced.Hilton Chain via Guix-patches via2023-07-01
| | | | * gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable.
* gnu: tremc: Fix compatibility with Transmission 4.0.Leo Famulari2023-05-22
| | | | | | | 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.
* gnu: Add qbittorrent-nox.Hilton Chain2023-05-17
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent-nox): New variable. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz>
* gnu: Transmission: Update to 4.0.3.Leo Famulari2023-05-01
| | | | | | | | | | | | * 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.
* gnu: deluge: Use librsvg-for-system.Efraim Flashner2023-04-30
| | | | | * gnu/packages/bittorent.scm (deluge)[native-inputs]: Replace librsvg input logic with librsvg-for-system.
* Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge2023-03-20
|\
| * gnu: qbittorrent: Update to 4.5.2.Hilton Chain2023-03-05
| | | | | | | | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.2. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge remote-tracking branch 'savannah/master' into core-updatesChristopher Baines2023-03-02
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: libtorrent-rasterbar: Update to 1.2.18.Hilton Chain2023-02-11
| | | | | | | | | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.18. Signed-off-by: Christopher Baines <mail@cbaines.net>
* | Merge branch 'staging' into core-updatesMarius Bakke2022-08-27
|\|
| * gnu: transmission: Add libappindicator to inputs.Simon Streit2022-08-27
| | | | | | | | | | | | * gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator. Signed-off-by: Marius Bakke <marius@gnu.org>
* | gnu: Remove librsvg-bootstrap.Marius Bakke2022-08-12
|/ | | | | | | | | | | | 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.
* gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | 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
* gnu: transmission: Do not embed kernel version in user agent.Vagrant Cascadian2022-06-05
| | | | | * gnu/packages/bittorrent.scm (transmission)[arguments]: Add 'remove-kernel-version phase.
* gnu: Remove transmission-remote-cli.Maxim Cournoyer2022-05-31
| | | | * gnu/packages/bittorrent.scm (transmission-remote-cli): Delete variable.
* gnu: tremc: Update to 0.9.3.Leo Famulari2022-03-24
| | | | | | | * 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.
* gnu: qbittorrent: Upgrade to 4.4.1.Jacob Hart2022-03-02
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: qbittorrent: Update to 4.4.0.Jacob Hrbek2022-01-23
| | | | | | * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: libtorrent-rasterbar: Remove input labels.Efraim Flashner2022-01-19
| | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Remove input labels.
* gnu: libtorrent-rasterbar: Update to 1.2.15.Efraim Flashner2022-01-19
| | | | | | | * 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.
* gnu: deluge: Add explanation about wrap phase.Brice Waegeneire2022-01-17
| | | | | * gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper.
* gnu: deluge: Adjust style.Brice Waegeneire2022-01-17
| | | | | * gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal. [propagated-inputs]: Remove lablels.
* gnu: deluge: Update to 2.0.5.Brice Waegeneire2022-01-17
| | | | | * gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase.
* gnu: deluge: Remove reference of build-time librsvgJosselin Poiret2022-01-16
| | | | * gnu/packages/bittorrent.scm (deluge): Do it.
* gnu: deluge: Move librsvg to native inputsJosselin Poiret2022-01-16
| | | | * gnu/packages/bittorrent.scm (deluge): Do it.
* gnu: aria2: Rewrite with gexps.Efraim Flashner2022-01-14
| | | | * gnu/packages/bittorrent.scm (aria2)[arguments]: Rewrite with gexps.
* gnu: aria2: Update to 1.36.0.Efraim Flashner2022-01-14
| | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.36.0.
* gnu: aria2: Add release-monitoring-property.Efraim Flashner2022-01-14
| | | | * gnu/packages/bittorrent.scm (aria2)[properties]: New field.
* gnu: tremc: Fix execution with recent Python.Tobias Geerinckx-Rice2022-01-06
| | | | | | | | * 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
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* gnu: libtorrent-rasterbar: Build with default cmake.Efraim Flashner2021-12-08
| | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Remove cmake flag.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\
| * gnu: libtorrent-rasterbar: Update to 1.2.14.Marius Bakke2021-11-17
| | | | | | | | | | | | | | | | | | * 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.
* | gnu: uget: Add -fcommon to CFLAGS.Ricardo Wurmus2021-11-22
| | | | | | | | * gnu/packages/bittorrent.scm (uget)[arguments]: Add -fcommon to CFLAGS.
* | gnu: transmission-remote-gtk: Update to 1.4.2.Ricardo Wurmus2021-11-22
| | | | | | | | | | | | | | * 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.
* | gnu: bittorrent: Disable tests.Mathieu Othacehe2021-08-16
|/ | | | | * gnu/packages/bittorrent.scm (bittorrent)[arguments]: Disable tests that are failing when using libevent 2.12 without internet connection.
* gnu: Add transmission-remote-gtk.Justin Veilleux2021-07-16
| | | | | | | | * 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>
* guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel2021-07-02
| | | | | | | | | | | | | | | | | | | | | | 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.
* gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | 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.
* gnu: python-xyz: Move a few modules to (gnu packages python-build).Maxim Cournoyer2021-01-27
| | | | | | | | | | * 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.
* gnu: Transmission: Fix localization of transmission-gtk.Simon South2020-11-27
| | | | | | | | | | | | | * 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>
* gnu: uget: Update to 2.2.1.Tobias Geerinckx-Rice2020-11-25
| | | | * gnu/packages/bittorrent.scm (uget): Update to 2.2.1.
* gnu: transmission: Move remaining GUI-related files to "gui" output.Simon South2020-11-18
| | | | | | | | * 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>
* gnu: mktorrent: Cross compile.Efraim Flashner2020-11-16
| | | | | * gnu/packages/bittorrent.scm (mktorrent)[arguments]: Use cc-for-target in make-flags.
* gnu: deluge: Update to 2.0.3.Kei Kebreau2020-09-05
| | | | | | | | | | | | | * 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.