aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
0 files changed, 0 insertions, 0 deletions
nu: qbittorrent: Update to 4.5.5.Hilton Chain * gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.5. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> 2023-09-27gnu: transmission: Fix loading icons in pure environments.Clément Lassieur * gnu/packages/bittorrent.scm (transmission)[arguments]: Add a 'wrap-program' phase that sets GDK_PIXBUF_MODULE_FILE. 2023-09-26gnu: transmission: Restore HTML files in the default output.Clément Lassieur This fixes transmission-daemon. * gnu/packages/bittorrent.scm (transmission)[arguments]: remove "transmission" directory from the 'move-gui' procedure. 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.