Commit Graph

690 Commits

Author SHA1 Message Date
Robert Scott
3b445eacea treewide: set sourceProvenance for gradle-built packages
these presumably contain binary jars in their deps
2022-06-04 19:48:03 +01:00
Robert Scott
3b6bc4b69c treewide: set sourceProvenance for packages containing downloaded jars
these are the easily identifiable cases and will not be comprehensive
2022-06-04 19:47:57 +01:00
Emery Hemingway
2cae94e56a ncdc: 1.22.1 -> 1.23 2022-05-30 18:23:51 -05:00
Sandro
5466ae6f3f
Merge pull request #175089 from klemensn/qbittorrent-fix-wrap
qbittorrent: Wrap once, python is optional
2022-05-30 22:41:45 +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
Rick van Schijndel
37c633f7ae treewide: pkgs/applications: mark broken for darwin 2022-05-29 10:56:04 +02:00
Mario Rodas
6990198eba rqbit: 2.1.3 -> 2.1.4 2022-05-28 04:20:00 +00:00
Sandro
f4cce5bdc3
Merge pull request #174477 from 1sixth/qbittorrent-4.4.3
qbittorrent: 4.4.2 -> 4.4.3
2022-05-25 22:59:16 +02:00
Patrick Jackson
3bb35474b6 transmission-remote-gtk: 1.4.1 -> 1.5.1 2022-05-25 10:16:09 -05:00
1sixth
4f1a81505f
qbittorrent: 4.4.2 -> 4.4.3 2022-05-25 19:12:57 +08:00
Francesco Gazzetta
39f2cce8ca zeronet: mark as vulnerable 2022-05-21 17:46:28 -04:00
Francesco Gazzetta
686d176637 zeronet-conservancy: init at 0.7.5 2022-05-21 17:46:28 -04:00
Lassulus
f48f8f0fd1
Merge pull request #165330 from r-ryantm/auto-update/tixati
tixati: 2.88 -> 2.89
2022-05-18 10:17:22 +02:00
Thomas Gerbet
fffbc708f0 mldonkey: fix the build
This fixes the build by pulling a patch currently under review.
This patch is also currently used by Gentoo.
2022-05-13 14:27:50 +02:00
Thiago Kenji Okada
eae1669de5
Merge pull request #171836 from ncfavier/escape-wrapper-args
Fix wrapper arguments escaping
2022-05-12 21:55:06 +01:00
Vladimír Čunát
f4fc992f1f
transmission-gtk: fixup build on darwin
Hopefully the explicit linker flag isn't really needed (anymore?)
2022-05-09 09:28:43 +02:00
Naïm Favier
48e5fbac72
tremc: fix wrapper arguments escaping 2022-05-06 18:28:00 +02:00
Ram Kromberg
c0de15d581 transgui: patch to circumvent v3 rpc issue 2022-05-06 09:27:19 +03:00
Artturi
ed7482faa6
Merge pull request #170440 from armeenm/remove-twister
twister: remove
2022-05-05 04:10:05 +03:00
Devan Carpenter
84e8005e4d gnunet: 0.16.0 -> 0.16.3 2022-05-01 08:46:42 -05:00
Sandro
c8463070ea
Merge pull request #166088 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.4.1 -> 4.4.2
2022-04-30 13:47:44 +02:00
Armeen Mahdian
d64b2cc1e9 twister: remove 2022-04-26 10:49:55 -05:00
Winter
b9e02e7495 jesec-libtorrent: disable checks 2022-04-21 20:43:33 -04:00
Winter
73ff43b391 jesec-rtorrent: clean up formatting 2022-04-21 19:53:39 -04:00
Winter
6d5589346b jesec-rtorrent: 0.9.8-r15 -> 0.9.8-r16 2022-04-21 19:48:46 -04:00
Winter
69e6612305 {jesec-,}rtorrent: don't use package sets 2022-04-21 19:26:44 -04:00
github-actions[bot]
9aa014c46a
Merge staging-next into staging 2022-03-31 12:02:10 +00:00
Alyssa Ross
22c23dbb8d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-31 11:42:24 +00:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs 2022-03-31 03:15:41 -05:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs 2022-03-30 20:17:24 -05:00
Felix Buehler
2612a06b21 twister: switch to fetchFromGitHub 2022-03-29 13:07:08 +02:00
Jan Tojnar
c8a5db3854 Merge branch 'staging-next' into staging
; Conflicts:
;	pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
R. Ryantm
487eec467f qbittorrent: 4.4.1 -> 4.4.2 2022-03-28 14:29:25 +00:00
github-actions[bot]
8357b101a5
Merge staging-next into staging 2022-03-25 12:02:05 +00:00
Lucas Hoffmann
47190314df treewide: replace defunct git://github.com urls with https://
Github has removed support for git://github.com and recommends
https://github.com instead.

See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-25 11:21:42 +01:00
Doron Behar
4a02c56a7d
Merge pull request #164746 from ncfavier/makeWrapper-chdir 2022-03-24 13:51:27 +02:00
Felix Buehler
3bc5196252 treewide: rename name to pname&version 2022-03-23 22:55:50 +01:00
R. Ryantm
e70add1c86 tixati: 2.88 -> 2.89 2022-03-22 19:12:53 +00:00
Jan Tojnar
84569e8d3c
Merge pull request #158706 from rhoriguchi/fragments
fragments: 1.5 -> 2.0.2
2022-03-21 14:49:47 +01:00
Naïm Favier
9160044f5f
treewide/makeWrapper: replace --run cd with --chdir
Lay the groundwork for switching to binary wrappers by reducing uses
of `--run` (which is not supported by `makeBinaryWrapper`).
2022-03-19 09:46:31 +01:00
R. Ryantm
5bc6b38ee0 gnunet: 0.15.3 -> 0.16.0 2022-03-12 14:34:44 +00:00
Ryan Horiguchi
6402231607
fragments: 1.5 -> 2.0.2 2022-03-05 22:02:28 +01:00
R. RyanTM
a1dfddfdef
frostwire-bin: 6.9.5 -> 6.9.7
* frostwire-bin: 6.9.5 -> 6.9.7 (#161951)

* frostwire-bin: properly use nixpkgs JRE
and update meta.license according to https://www.frostwire.com/eula

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-03-02 00:15:14 +01:00
Samuel Gräfenstein
de4352babb {lib,}ktorrent: move to pkgs/application/kde 2022-02-28 18:48:45 +08:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Lluís Batlle i Rossell
96deebbd34 tribler: 7.10.0 -> 7.11.0
Fix display of checkboxes by adding thq qtsvg plugin path.
2022-02-20 08:08:47 -06:00
1sixth
ce74576da2 qbittorrent: 4.4.0 -> 4.4.1 2022-02-19 06:51:42 +00:00
Fabian Affolter
6160b005e0 tribler: remove local apispec 2022-02-14 13:05:34 +01:00
Fabian Affolter
d584164d24 python3Packages.aiohttp-apispec: move to python-modules 2022-02-14 12:01:25 +01:00
Angus Trau
18592865d7 maintainers: update emilytrau 2022-02-11 04:45:03 +00:00