Commit graph

37 commits

Author SHA1 Message Date
Eduardo Sánchez Muñoz 8f901848bf seafile-shared: update source hash
It looks like the tag has been modified
2021-07-03 12:43:03 +02:00
Eduardo Sánchez Muñoz 7644ef6f57 seafile-shared: 8.0.1 -> 8.0.3 2021-06-30 16:08:51 +02:00
Robert Schütz f099477fdb seafile-shared: remove unused arguments 2021-03-26 09:29:19 +01: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
freezeboy 16ec307c21 seafile-shared,seafile-client: 7.0.9 -> 8.0.1
This allows to migrate the dependencies to python3 and qt5.15
2021-01-04 16:23:43 +01:00
Eduardo Sánchez Muñoz 4f2a06be56 seafile-shared,seafile-client: 7.0.9 -> 7.0.10 2020-12-10 18:22:58 +01:00
R. RyanTM 5651b121cf seafile-shared: 7.0.8 -> 7.0.9 2020-11-23 20:41:08 +01:00
R. RyanTM 23e7cb92d0 seafile-shared: 7.0.7 -> 7.0.8 2020-08-31 17:10:05 +02:00
R. RyanTM 3eb94f3f8c seafile-shared: 7.0.6 -> 7.0.7 2020-05-10 09:35:31 -07:00
R. RyanTM c4bdd776db seafile-shared: 7.0.5 -> 7.0.6 2020-02-21 11:39:45 +00:00
R. RyanTM e4b3cc9ced
seafile-shared: 7.0.2 -> 7.0.5 and cleanup 2020-01-15 23:02:00 +01: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
Marek Mahut 91931999d7 seafile-shared: 7.0.1 -> 7.0.2 2019-08-10 16:03:51 +02:00
R. RyanTM 296214f5ce seafile-shared: 6.2.11 -> 7.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/seafile-shared/versions
2019-06-18 01:45:28 -07:00
R. RyanTM f3b2304615 seafile-shared: 6.2.10 -> 6.2.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/seafile-shared/versions
2019-01-26 20:48:36 -08:00
Jon Banafato 37c1c427f5 seafile-shared: update hash
`seafile-client` does not build successfully because of a hash mismatch
in `seafile-shared`. The old hash appears to point to commit
`b7f2be78c1d979ff1242c3b65b41228e31427843` rather than
`ea8f5e2b45612d77fee9934f942d1d7d55560dad`, which is the commit that the
`v6.2.10` tag currently references.
2019-01-16 00:44:44 +01:00
Robert Schütz 862f762708 seafile-shared: 6.2.9 -> 6.2.10 2019-01-15 11:14:25 +01:00
Robert Schütz 25de143c84 seafile-shared: 6.2.8 -> 6.2.9 2018-12-10 15:50:29 +01:00
Robert Schütz 3df463d351 seafile-shared: 6.2.7 -> 6.2.8 2018-12-07 14:16:26 +01:00
Robert Schütz 3dccf7dca7 seafile-shared: 6.2.5 -> 6.2.7 2018-11-25 13:23:51 +01:00
Robert Schütz 280b1171c1 seafile-shared: 6.2.4 -> 6.2.5 2018-10-17 17:49:33 +02:00
Robert Schütz 5e37eef2a7 seafile-shared: 6.2.3 -> 6.2.4 2018-08-20 16:49:55 +02:00
Robert Schütz 78b089016e seafile-shared: 6.2.2 -> 6.2.3 2018-07-30 23:49:22 +02:00
Robert Schütz 2559d6eab6 seafile-shared: 6.2.1 -> 6.2.2 2018-07-12 10:07:32 +02:00
Robert Schütz 376b222fd7 seafile-shared: 6.1.0 -> 6.2.1 2018-07-06 16:01:49 +02:00
Moritz Maxeiner 12a70fd571 Remove myself as maintainer 2018-03-11 00:46:41 +01:00
Jan Tojnar c9bf4b4f05
seafile-shared: use recent vala + clean-up 2017-12-19 17:25:55 +01:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Simon Lackerbauer 30d76b8ccd seafile-client: 5.0.7 -> 6.1.0
bump to qt5
2017-08-09 19:53:05 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Ram Kromberg 5b047ac9b5 seafile-shared: vala -> vala_0_23 2016-08-21 20:15:14 +03:00
Markus Binsteiner 83274eccf0 seafile-*: 4.4.2 -> 5.0.7
Also updated dependencies:
ccnet: 1.4.2 -> 5.0.7
libsearpc: 1.2.2 -> 3.0.7
2016-04-23 12:52:42 +12:00
Michael Fellinger cdb79acd0c seafile-*: 4.0.6 -> 4.4.2 (close #10755) 2015-11-09 18:43:20 +01:00
Moritz Maxeiner 56fe81a2e6 seafile: update client, ccnet, libsearpc and shared 2015-01-09 13:37:44 +01:00
Matej Cotman 116ab5f0c1 seafile: update client, ccnet, libsearpc and shared 2014-05-24 03:36:10 +02:00
Moritz Maxeiner 997fffb54e Set meta.platforms attribute to platforms.linux for Seafile packages and their prerequisites 2014-02-28 17:24:43 +01:00
Moritz Maxeiner 99ba14ee7a Add packages for libzdb, libsearpc, ccnet, seafile-shared, and seafile-client 2014-02-04 20:02:46 +01:00