R. Ryantm
dbfbe0a0d8
qbittorrent: 4.6.3 -> 4.6.4
2024-03-25 12:28:14 +00:00
R. Ryantm
077977c887
qbittorrent: 4.6.2 -> 4.6.3
2024-01-19 18:17:27 +00:00
Pavel Sobolev
105c745851
qbittorrent: remove paveloom
from maintainers
2024-01-13 15:59:46 +00:00
Pavel Sobolev
8870bd3a8f
qbittorrent: 4.6.1 -> 4.6.2
2023-11-28 10:58:15 +03:00
Pavel Sobolev
e51f34ed9e
qbittorrent: add the wrapGAppsHook
2023-11-24 12:01:14 +03:00
Pavel Sobolev
b16be474e9
qbittorrent: 4.6.0 -> 4.6.1
2023-11-21 11:50:57 +03:00
Pavel Sobolev
b645bf2f1b
qbittorrent: 4.5.5 -> 4.6.0 + other changes
...
Other changes:
- Refactor
- Switch to CMake
- Build with Qt6 by default and add a separate derivation for Qt5
2023-11-06 22:50:57 +01:00
kashw2
8013349ff9
qbittorrent: 4.5.4 -> 4.5.5
2023-08-31 11:19:05 +10:00
R. Ryantm
5889903ade
qbittorrent: 4.5.3 -> 4.5.4
2023-06-23 23:55:48 +00:00
R. Ryantm
f72711860e
qbittorrent: 4.5.2 -> 4.5.3
2023-06-09 15:34:41 +00:00
Indexyz
d0c6fa6d4e
qbittorrent: 4.5.1 -> 4.5.2
2023-02-28 17:32:51 +08:00
R. Ryantm
d464a5bdff
qbittorrent: 4.5.0 -> 4.5.1
2023-02-25 00:53:58 +00:00
Weijia Wang
96c05ed392
qbittorrent-nox: fix build on darwin
2023-02-11 09:43:18 +01:00
Melvyn
d742d614ef
qbittorrent: 4.4.5 -> 4.5.0
...
https://github.com/qbittorrent/qBittorrent/blob/release-4.5.0/Changelog
2023-02-10 21:24:09 -08:00
Shawn8901
0a1dd3ced1
treewide: remove global with lib; in pkgs/{misc,networking}
2023-01-24 17:29:20 +01:00
Weijia Wang
fe496f5897
qbittorrent: add darwin support
2023-01-05 22:15:23 +01:00
R. Ryantm
a0ed105ac4
qbittorrent: 4.4.3.1 -> 4.4.5
2022-09-02 05:04:26 +00:00
R. Ryantm
aafea0ae70
qbittorrent: 4.4.3 -> 4.4.3.1
2022-08-01 16:25:04 +02:00
Klemens Nanni
670cb2103a
qbittorrent: Wrap once, python is optional
...
qbittorrent is wrapped twice which must be generally be avoided as it
breaks the program's basename, e.g. `argv[0]` ends up with
".qbittorrent-wrapped" rather than "qbittorrent" as basename.
This becomes relevant when matching for (exact) program names: pgrep(1),
earlyoom(1)'s `--avoid`, etc.
Furthermore, Python is only required by the (default enabled) tracker
search feature.
Since the "qbittorrent" ELF executable is wrapped automatically as a Qt
app, replace the unconditional `postInstall` hook with an optional
addition to `makeWrapperArgs` with is used by `wrapQtApp` eventually.
This merges two wrappers and thus fixes the basename.
2022-05-30 01:31:03 +02:00
1sixth
4f1a81505f
qbittorrent: 4.4.2 -> 4.4.3
2022-05-25 19:12:57 +08:00
R. Ryantm
487eec467f
qbittorrent: 4.4.1 -> 4.4.2
2022-03-28 14:29:25 +00:00
1sixth
ce74576da2
qbittorrent: 4.4.0 -> 4.4.1
2022-02-19 06:51:42 +00:00
ElXreno
0936a54ef0
qbittorrent: 4.3.9 -> 4.4.0
2022-01-07 16:55:33 +03:00
GGG KILLER
56137af9f1
qbittorrent: 4.3.8 -> 4.3.9
2021-11-08 12:06:57 -03:00
R. RyanTM
d5c8c84384
qbittorrent: 4.3.5 -> 4.3.8
2021-09-14 17:50:09 +00:00
TredwellGit
30c602ac7a
qbittorrent: 4.3.3 -> 4.3.5
...
https://github.com/qbittorrent/qBittorrent/blob/release-4.3.5/Changelog
2021-06-06 17:44:39 +00:00
Bruno Bigras
1913ea8a97
qbittorrent: 4.3.1 -> 4.3.3
2021-01-26 15:05:28 -08:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Milan Pässler
a333985d59
libtorrentRasterbar: rename to libtorrent-rasterbar
...
This is done to match upstream naming:
https://github.com/NixOS/nixpkgs/pull/107194#issuecomment-748501379
2020-12-20 20:51:28 +01:00
Orivej Desh
baa11a519e
qbittorrent: restore comments from before e569d6b9
2020-12-19 19:14:40 +00:00
Anton-Latukha
cb312f3d03
qbittorrent: add default trackerSearch option, include python3
...
Since people regularly open reports about tracker search not working because
python is not found.
And since Tracker Search in qBittorrent can not be disabled & at the same time
the Pythong is needed for it to work - including Python for default
functionality to work.
2020-12-19 18:40:07 +01:00
Anton-Latukha
e569d6b98c
qbittorrent: clean-up
2020-12-19 18:40:07 +01:00
Milan
9e2c96b26b
qbittorrent: 4.3.0.1 -> 4.3.1 ( #107205 )
2020-12-19 18:23:00 +01:00
Anton-Latukha
aaae3637a6
qbittorrent: 4.2.5 -> 4.3.0.1
2020-11-09 11:55:34 +00:00
R. RyanTM
35729638c8
qbittorrent: 4.2.2 -> 4.2.5
2020-05-10 02:08:10 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Daniel Șerbănescu
cc03fb4210
libtorrent-raster: 1.1.11 -> 1.2.5; qbittorrent: 4.2.1 -> 4.2.2
2020-03-26 11:28:31 +01:00
R. RyanTM
ace1ae9d11
qbittorrent: 4.2.0 -> 4.2.1
2019-12-24 03:27:14 -08:00
R. RyanTM
cc21777500
qbittorrent: 4.1.9.1 -> 4.2.0 ( #75360 )
2019-12-14 18:21:53 +01:00
R. RyanTM
eed3a01c78
qbittorrent: 4.1.8 -> 4.1.9.1
2019-11-02 17:32:34 -07:00
R. RyanTM
4a95dd41a8
qbittorrent: 4.1.7 -> 4.1.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qbittorrent/versions
2019-10-08 09:01:03 -07:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Sam Willis
d81a46364f
qbittorrent: use qt5's mkDerivation
...
Fixes #66339
See: #65399
2019-08-08 16:26:10 -04:00
MetaDark
293c2885fe
qbittorrent: 4.1.6 -> 4.1.7
2019-08-06 22:15:16 -04:00
R. RyanTM
bdbe365529
qbittorrent: 4.1.5 -> 4.1.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qbittorrent/versions
2019-05-13 21:48:26 +02:00
Ivan Kozik
f58229ac1b
qbittorrent: 4.1.4 -> 4.1.5
2018-12-26 03:25:55 +00:00
Anton-Latukha
5ce6322243
qbittorrent: 4.1.3 -> 4.1.4
2018-11-29 20:30:38 +02:00
Vladyslav M
4a77150d8b
qbittorrent: 4.1.2 -> 4.1.3 ( #46917 )
2018-09-20 00:25:38 +02:00
チルノ
85c4d48641
qbittorrent: Fix missing desktop file ( #45288 )
2018-08-18 02:44:56 +00:00