summaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
AgeCommit message (Expand)Author
2023-09-24gnu: qbittorrent-enhanced: Update to 4.5.5.10....* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.5.10. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Hilton Chain via Guix-patches via
2023-09-24gnu: qbittorrent-nox: Rename to qbittorrent-no-x....* gnu/packages/bittorrent.scm (qbittorrent-no-x): New variable, renamed from… (qbittorrent-nox): …this package, now redefined as a DEPRECATED-PACKAGE. Tobias Geerinckx-Rice
2023-09-24gnu: qbittorrent: Update to 4.5.5....* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.5. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Hilton Chain
2023-09-27gnu: transmission: Fix loading icons in pure environments....* gnu/packages/bittorrent.scm (transmission)[arguments]: Add a 'wrap-program' phase that sets GDK_PIXBUF_MODULE_FILE. Clément Lassieur
2023-09-26gnu: transmission: Restore HTML files in the default output....This fixes transmission-daemon. * gnu/packages/bittorrent.scm (transmission)[arguments]: remove "transmission" directory from the 'move-gui' procedure. Clément Lassieur
2023-07-18gnu: qbittorrent-enhanced: Update to 4.5.4.10....* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.4.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2023-07-11gnu: qbittorrent{,-nox}: Use qt-build-system....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> Timotej Lazar
2023-07-11gnu: qbittorrent: Update to 4.5.4....* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2023-07-01gnu: Add qbittorrent-enhanced-nox....* gnu/packages/bittorrent.scm (qbittorrent-enhanced-nox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Hilton Chain
2023-07-01gnu: Add qbittorrent-enhanced....* gnu/packages/bittorrent.scm (qbittorrent-enhanced): New variable. Hilton Chain via Guix-patches via
2023-05-22gnu: tremc: Fix compatibility with Transmission 4.0....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. Leo Famulari
2023-05-17gnu: Add qbittorrent-nox....* gnu/packages/bittorrent.scm (qbittorrent-nox): New variable. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Hilton Chain
2023-05-01gnu: Transmission: Update to 4.0.3....* 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. Leo Famulari
2023-04-30gnu: deluge: Use librsvg-for-system....* gnu/packages/bittorent.scm (deluge)[native-inputs]: Replace librsvg input logic with librsvg-for-system. Efraim Flashner
2023-03-20Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-03-05gnu: qbittorrent: Update to 4.5.2....* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.2. Signed-off-by: Leo Famulari <leo@famulari.name> Hilton Chain
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...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 Christopher Baines
2023-02-11gnu: libtorrent-rasterbar: Update to 1.2.18....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.18. Signed-off-by: Christopher Baines <mail@cbaines.net> Hilton Chain
2022-08-27Merge branch 'staging' into core-updatesMarius Bakke
2022-08-27gnu: transmission: Add libappindicator to inputs....* gnu/packages/bittorrent.scm (transmission) <inputs>: Add libappindicator. Signed-off-by: Marius Bakke <marius@gnu.org> Simon Streit
2022-08-12gnu: Remove librsvg-bootstrap....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. Marius Bakke
2022-07-31gnu: qttools: Rename to qttools-5....Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS Maxim Cournoyer
2022-07-31gnu: qtsvg: Rename variable to qtsvg-5....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 Maxim Cournoyer
2022-06-05gnu: transmission: Do not embed kernel version in user agent....* gnu/packages/bittorrent.scm (transmission)[arguments]: Add 'remove-kernel-version phase. Vagrant Cascadian
2022-05-31gnu: Remove transmission-remote-cli....* gnu/packages/bittorrent.scm (transmission-remote-cli): Delete variable. Maxim Cournoyer
2022-03-24gnu: tremc: Update to 0.9.3....* 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. Leo Famulari
2022-03-02gnu: qbittorrent: Upgrade to 4.4.1....* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Jacob Hart
2022-01-23gnu: qbittorrent: Update to 4.4.0....* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Jacob Hrbek
2022-01-19gnu: libtorrent-rasterbar: Remove input labels....* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[native-inputs]: Remove input labels. Efraim Flashner
2022-01-19gnu: libtorrent-rasterbar: Update to 1.2.15....* 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. Efraim Flashner
2022-01-17gnu: deluge: Add explanation about wrap phase....* gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper. Brice Waegeneire
2022-01-17gnu: deluge: Adjust style....* gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal. [propagated-inputs]: Remove lablels. Brice Waegeneire
2022-01-17gnu: deluge: Update to 2.0.5....* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase. Brice Waegeneire
2022-01-16gnu: deluge: Remove reference of build-time librsvg...* gnu/packages/bittorrent.scm (deluge): Do it. Josselin Poiret
2022-01-16gnu: deluge: Move librsvg to native inputs...* gnu/packages/bittorrent.scm (deluge): Do it. Josselin Poiret
2022-01-14gnu: aria2: Rewrite with gexps....* gnu/packages/bittorrent.scm (aria2)[arguments]: Rewrite with gexps. Efraim Flashner
2022-01-14gnu: aria2: Update to 1.36.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.36.0. Efraim Flashner
2022-01-14gnu: aria2: Add release-monitoring-property....* gnu/packages/bittorrent.scm (aria2)[properties]: New field. Efraim Flashner
2022-01-06gnu: tremc: Fix execution with recent Python....* 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 Tobias Geerinckx-Rice
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-08gnu: libtorrent-rasterbar: Build with default cmake....* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Remove cmake flag. Efraim Flashner
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-22gnu: uget: Add -fcommon to CFLAGS....* gnu/packages/bittorrent.scm (uget)[arguments]: Add -fcommon to CFLAGS. Ricardo Wurmus
2021-11-22gnu: transmission-remote-gtk: Update to 1.4.2....* 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. Ricardo Wurmus
2021-11-17gnu: libtorrent-rasterbar: Update to 1.2.14....* 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. Marius Bakke
2021-08-16gnu: bittorrent: Disable tests....* gnu/packages/bittorrent.scm (bittorrent)[arguments]: Disable tests that are failing when using libevent 2.12 without internet connection. Mathieu Othacehe
2021-07-16gnu: Add transmission-remote-gtk....* 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> Justin Veilleux
2021-07-02guix: qt-build-system, qt-utils: Unify wrapping of qt-programs....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. Hartmut Goebel
2021-06-14gnu: Rename qtbase to qtbase-5....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. Maxim Cournoyer
2021-01-27gnu: python-xyz: Move a few modules to (gnu packages python-build)....* 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. Maxim Cournoyer