Ilan Joselevich
494c91275a
filezilla: 3.55.0 -> 3.55.1
2021-08-14 00:40:11 +03:00
Ilan Joselevich
55c1dc095e
filezilla: 3.53.1 -> 3.55.0
2021-07-31 02:18:45 +03:00
ilmari-lauhakangas
8bfd7bf370
filezilla: add wrapGAppsHook ( #126765 )
2021-06-14 13:48:56 +02:00
R. RyanTM
752f7a0e83
filezilla: 3.53.0 -> 3.53.1
2021-04-28 10:43:04 +00:00
R. RyanTM
dd9f191289
filezilla: 3.52.2 -> 3.53.0
2021-03-23 03:59:22 +00:00
Fabian Affolter
1a12223ef9
Merge pull request #111213 from r-ryantm/auto-update/filezilla
...
filezilla: 3.51.0 -> 3.52.2
2021-03-18 23:01:18 +01:00
Ben Siraphob
a6ac3eedbd
treewide: xdg_utils -> xdg-utils
2021-02-01 15:05:09 +07:00
R. RyanTM
3ad4aff553
filezilla: 3.51.0 -> 3.52.2
2021-01-29 22:09:20 +00:00
Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
4bcbf9f57d
filezilla: 3.50.0 -> 3.51.0
2020-11-13 12:51:04 +00:00
Peter Hoeg
a9683dc333
filezilla: 3.49.1 -> 3.50.0
2020-09-09 17:22:30 +08:00
R. RyanTM
ed4ce7974d
filezilla: 3.48.1 -> 3.49.1
2020-07-21 05:26:19 +00:00
Peter Hoeg
a84278aee5
filezilla: use wxGTK30-gtk3 instead of local override
2020-06-15 11:01:53 +08:00
R. RyanTM
63e6fa621a
filezilla: 3.48.0 -> 3.48.1
2020-05-28 23:25:05 +00:00
Peter Hoeg
78cc33197c
filezilla: 3.46.3 -> 3.48.0
2020-05-01 16:38:21 +08:00
R. RyanTM
2cb7f3c984
filezilla: 3.46.0 -> 3.46.3
2020-01-06 03:48:57 -08:00
R. RyanTM
e6a3135837
filezilla: 3.45.1 -> 3.46.0 ( #75225 )
2019-12-08 19:08:56 +01:00
R. RyanTM
8d98cd409b
filezilla: 3.44.2 -> 3.45.1 ( #71565 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/filezilla/versions
2019-10-23 10:20:47 +02:00
Jonathan Ringer
260314e9d7
filezilla: 3.43.0 -> 3.44.2
2019-08-30 09:32:30 -07:00
xrelkd
0d4448183b
filezilla: 3.42.1 -> 3.43.0
2019-07-11 17:08:35 +08:00
Vladimír Čunát
c5194a2c55
Revert "filezilla: add wrapper to set necessary FZ_DATADIR"
...
This reverts commit 61940b89a5
#62340 .
Apparently it's not needed anymore after the update, so let me clean up.
2019-06-09 13:17:05 +02:00
Vladimír Čunát
7ec794f90a
Merge #62276 : libfilezilla: 0.13.0 -> 0.16.0; filezilla: -> 3.42.1
2019-06-09 13:17:04 +02:00
Vladimír Čunát
4422d62717
filezilla: enableParallelBuilding = true
2019-06-09 12:29:57 +02:00
Bryan Gardiner
61940b89a5
filezilla: add wrapper to set necessary FZ_DATADIR
...
Filezilla fails to start currently, with the following message being
shown in a lone dialog before the program exits:
> Could not find the resource files for FileZilla, closing FileZilla.
> You can set the data directory of FileZilla using the '--datadir
> <custompath>' commandline option or by setting the FZ_DATADIR
> environment variable.
This commit adds a wrapper for the filezilla binary to set the
environment variable to the package root, which fixes the issue.
2019-05-31 19:24:41 -07:00
Will Dietz
971bea9093
filezilla: 3.31.0 -> 3.42.1
2019-05-30 21:59:51 -05:00
Pascal Wittmann
24534d00b4
filezilla: 3.30.0 -> 3.31.0
2018-02-26 11:43:31 +01:00
Miguel Madrid Mencía
72ee0a7504
filezilla: 3.29.0 -> 3.30.0
2018-01-20 13:19:35 +01:00
mimadrid
29b5599f6b
filezilla: 3.28.0 -> 3.29.0
2017-11-09 08:47:55 +01:00
Pascal Wittmann
740c4fe4af
filezilla: 3.27.1 -> 3.28.0
2017-10-23 20:57:04 +02:00
mimadrid
ece5c1482b
filezilla: 3.27.0.1 -> 3.27.1
2017-09-23 00:43:07 +02:00
Frederik Rietdijk
13bbaee21d
Merge pull request #27881 from mimadrid/fix/http-https
...
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
davidak
3270aa896b
replace "Mac OS X" and "OS X" with "macOS"
...
as it is the official name since 2016
https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop
exception are parts refering to older versions of macOS like
"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
mimadrid
09e0cc7cc7
Update homepage attributes: http -> https
...
Homepage link "http://.../ " is a permanent redirect to "https://.../ " and should be updated
https://repology.org/repository/nix_stable/problems
2017-08-03 11:56:15 +02:00
mimadrid
23aed92e42
filezilla: 3.25.2 -> 3.27.0.1
2017-08-01 20:42:32 +02:00
mimadrid
7ca2ad8f28
filezilla: 3.25.1 -> 3.25.2
2017-05-07 23:09:48 +02:00
Pascal Wittmann
83be684608
filezilla: 3.25.0 -> 3.25.1
2017-03-26 19:29:24 +02:00
mimadrid
acef015a0b
filezilla: 3.24.0 -> 3.25.0
2017-03-13 22:18:03 +01:00
Pascal Wittmann
6bf6026b65
filezilla: 3.23.0.2 -> 3.24.0
2017-01-21 22:56:15 +01:00
Pascal Wittmann
1bb96c202d
filezilla: 3.22.2.2 -> 3.23.0.2
2016-12-13 22:21:21 +01:00
Pascal Wittmann
ab96f93126
filezilla: 3.22.1 -> 3.22.2.2
2016-11-19 22:14:57 +01:00
mimadrid
095053eb6b
filezilla: 3.20.1 -> 3.22.1
2016-10-23 17:14:48 +02:00
mimadrid
300e83ba3a
filezilla: 3.20.0 -> 3.20.1
2016-08-12 14:08:38 +02:00
mimadrid
2ea77889ad
filezilla: 3.19.0 -> 3.20.0
2016-07-27 22:48:43 +02:00
mimadrid
15d28334a7
filezilla: 3.18.0 -> 3.19.0
2016-07-11 22:06:34 +02:00
mimadrid
d7695b790f
filezilla: 3.17.0.1 -> 3.18.0
2016-06-20 22:48:23 +02:00
Pascal Wittmann
34f4515051
filezilla: 3.17.0 -> 3.17.0.1
2016-05-14 19:48:30 +02:00
Pascal Wittmann
c03d7f2819
filezilla: 3.16.1 -> 3.17.0
2016-04-30 09:57:14 +02:00
Pascal Wittmann
de8cc270c1
filezilla: 3.16.0 -> 3.16.1
2016-03-19 11:20:12 +01:00
Pascal Wittmann
ba7b5ad530
filezilla: 3.15.0.2 -> 3.16.0
2016-03-02 23:14:31 +01:00