Commit Graph

52 Commits (f6da38a42b6677df1873c03304aa20cd824b120e)

Author SHA1 Message Date
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
チルノ 5762a5771b qbittorrent: 4.1.1 -> 4.1.2 (#45005) 2018-08-14 10:24:47 +02:00
Lluís Batlle i Rossell 66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
Anton Latukha c97fcb4d2b qbittorrent: 4.1.0 -> 4.1.1 (#41252) 2018-06-01 06:02:27 +00:00
R. RyanTM cfdcc03feb qbittorrent: 4.0.4 -> 4.1.0
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.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 4.1.0 with grep in /nix/store/dyvbm73pl2qs0khv1yzyfsxsyf8kx7yi-qbittorrent-4.1.0
- directory tree listing: https://gist.github.com/a5b770d088c453aa2a25dc90cfc3c348
2018-05-06 22:00:49 -07:00
svsdep 2992e26ca8 qbittorrent: 4.0.3 -> 4.0.4 2018-02-21 19:02:55 +02:00
Samuel Dionne-Riel 7b97c8c0c8 treewide: homepage+src updates (found by repology, #33263) 2018-01-05 20:42:46 +01:00
adisbladis 91f15c9c72
qbittorrent: 4.0.1 -> 4.0.3 2018-01-04 00:51:07 +01:00
José Romildo Malaquias a3ae91aa2f qbittorrent: 3.3.16 -> 4.0.1 2017-11-22 10:02:40 -02:00
Orivej Desh ad8483252d qbittorrent: fix build
Probably failing since #31357
2017-11-09 12:21:07 +00:00
Thomas Tuegel 0b4564fdb1
qbittorrent: no longer need to set QT_QMAKE 2017-11-07 07:18:47 -06:00
Yegor Timoshenko bc334e1599 qbittorrent: 3.3.15 -> 3.3.16, drop patch, enable parallel build 2017-10-01 00:19:56 +00:00
Kevin Cox a75d04a970
qbittorrent: 3.3.13 -> 3.3.15
This version contains among other things a fix for a too restrictive
XSS filter. See the full change log at https://www.qbittorrent.org/news.php
2017-08-25 20:46:04 +01:00
romildo fd92bd0d80 qbittorrent: 3.3.12 -> 3.3.13 2017-07-03 16:36:55 -03:00
Alexey Shmalko 85a8323e8f
qbittorrent: fix build
The qbittorrent has been broken by
210f688802, which adds `qmake` as a
build input. `qmake` is overriding the default configure phase (which
should be `./configure ...` for qbittorrent) so build goes wrong.

Remove `qmake` from build inputs (basically, reverting the said
commit).
2017-07-01 14:29:30 +03:00
Thomas Tuegel 210f688802
qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
José Romildo Malaquias 88fe719e64 qbittorrent: 3.3.11 -> 3.3.12 (#25350) 2017-05-01 16:17:15 +01:00
José Romildo Malaquias 196f64d675 qbittorrent: 3.3.10 -> 3.3.11 (#23703) 2017-03-12 15:48:26 +01:00
romildo 53c2e38e0d qbittorrent: 3.3.7 -> 3.3.10 2017-02-17 02:45:15 +01:00
Franz Pletz 2628ea4446
qbittorrent: 3.3.5 -> 3.3.7 2016-09-13 18:03:46 +02:00
Kranium Gikos Mendoza e8dcd4a9d5 qbittorrent: 3.3.4 -> 3.3.5 2016-06-27 17:00:33 +08:00
Thomas Tuegel 7299f68a05 qbittorrent: don't use qmakeHook
Qt now configures QMake for all builds so there is no need to invoke
`qmakeHook` just to get a working `qmake`.
2016-05-30 16:30:06 -05:00
Tuomas Tynkkynen aadaa91379 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
	pkgs/applications/networking/browsers/vivaldi/default.nix
	pkgs/misc/emulators/wine/base.nix
2016-05-03 23:12:48 +03:00
Simon Vandel Sillesen 05f2ebe16d qBittorrent: fix qmake not found in qbittorrent build
Thanks to @romildo for finding the configure fix.
2016-05-01 15:05:56 +02:00
Simon Vandel Sillesen 63d016b335 qbittorrent: 3.3.3 -> 3.3.4 2016-04-28 18:09:55 +02:00
Tuomas Tynkkynen b465dc202f boost: Kill unnecessary 'lib' output
This was split in somewhere pre-2014 without the current infra which
automates parts of this, in particular the output propagation.
2016-04-28 00:41:28 +03:00
Simon Vandel Sillesen 71ab92a396 qbittorrent: 3.3.1 -> 3.3.3 2016-01-21 19:15:04 +01:00
Simon Vandel Sillesen fecea0b305 qbittorrent: 3.2.3 -> 3.3.1
* upstream has switched to qt5 as default, so also done here
* Adds a patch to use the qt lrelease tool correct
2016-01-02 22:47:28 +01:00
Domen Kožar fb16b908bc qbittorrent: partial revert of 1d78f31b76
It still fails on 32bit:
http://hydra.nixos.org/build/25460116/nixlog/1/raw

(cherry picked from commit 57391b7322d97aa03158c730aec318cb0e8d2b2d)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-09-02 20:23:28 +02:00
Simon Vandel Sillesen 1d78f31b76 qBittorrent: 3.1.11 -> 3.2.3 2015-08-13 04:07:08 +02:00
codyopel e9c0bdb93e qbittorrent: add gui & webui optionals 2015-02-15 17:43:39 -05:00
William A. Kennington III 8f8712b1e1 qbittorrent: Refactor 2014-11-02 17:22:28 -08:00
William A. Kennington III aa3e800be7 boost: Remove boost.lib 2014-11-02 17:22:27 -08:00
Domen Kožar 7706c08287 qbittorrent: disable parallel building due to failures 2014-10-02 00:21:50 +02:00
Nathaniel Baxter eb3d744af9 qbittorrent: Fixup meta data. 2014-09-25 12:52:23 +10:00
Nathaniel Baxter d5604d07c2 qbittorrent: Bump version to 3.1.10. 2014-09-25 11:09:55 +10:00