Commit graph

78 commits

Author SHA1 Message Date
davidak 8f02a4486d pantheon: add maintainers team 2021-08-02 19:09:29 +02: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
AndersonTorres 284e715277 taxi: 0.0.1 -> 0.0.1-unstable=2020-09-03 2021-05-18 11:12:31 -03:00
Vladimír Čunát 9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +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
worldofpeace d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04: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
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 2cb7f3c984 filezilla: 3.46.0 -> 3.46.3 2020-01-06 03:48:57 -08:00
worldofpeace 2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05: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
worldofpeace bdb851ee2d pantheon: use latest vala
elementary OS's ecosystem is curated around Ubuntu's LTS releases.
This means the development platform for their curated applications
always includes a LTS version of vala (in 18.04 it's 0.40).
Because of how vala development works it suspect some of these
applications to have serious issues if complied with the latest vala.
However in the past year or so, for Pantheon at least, I don't think
their applications will have much issues with latest vala, and if there
is I don't think they'd be difficult to fix. In this single regard they've
become more responsive since their preferred language is vala.

As for the curated applications I have less of this confidence in.
So I'd have to be accept less applications, but that's something
I'm willing to compromise on. And this is easily reversible or
could be done on a per-application basis. And nix already makes
this trivial.
2019-10-09 22:47:37 -04:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Jonathan Ringer 260314e9d7 filezilla: 3.43.0 -> 3.44.2 2019-08-30 09:32:30 -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
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
Jan Tojnar 606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +01:00
worldofpeace 78da8d668b pantheon: init a 5.0 2019-01-24 20:54:14 +00:00
Jan Tojnar a51a99c690
gobject-introspection: rename package
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
worldofpeace 3865974177 taxi: init at 0.0.1 2018-09-09 18:34:31 -04: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