Commit graph

26 commits

Author SHA1 Message Date
Michal Minář 578b8e4bc3 megasync: 4.4.0.0 -> 4.5.3.0
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2021-08-04 03:17:06 +02:00
Michal Minář b275ddd6a1 megasync: temporarily remove ffmpeg dependency
Fails to build against ffmpeg 4.4

Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2021-05-19 05:45:18 +02:00
Michal Minář 750ffff97a megasync: switch to ffmpeg
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2021-04-30 06:41:14 +02:00
Michal Minář c9b141a3b2 megasync: 4.3.5.0 -> 4.4.0.0
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2021-04-10 20:06:12 +02:00
Ben Siraphob 4f0cdb68d7 treewide: unzip buldInputs to nativeBuildInputs (2) 2021-03-06 15:18:05 +07:00
Sandro Jäckel 622b7e8731
megasync: remove unused inputs 2021-03-01 12:27:46 +01: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
Michal Minář 40bd50cbbb megasync: 4.3.1.0 -> 4.3.5.0
Resolves #102634

Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2020-11-06 09:26:08 -08:00
Benjamin Hipple 9d0c8eb801
Merge pull request #83833 from michojel/megasync-4.3.1.0
megasync: 4.3.0.8 -> 4.3.1.0
2020-07-05 20:45:15 -04:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Michal Minář 3df0c40fb9 megasync: 4.3.0.8 -> 4.3.1.0
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2020-03-31 20:34:52 +02:00
Patrick Hilhorst 8565dcf7bc
megasync: 4.2.5.0 -> 4.3.0.8 2020-03-10 16:34:48 +01:00
Patrick Hilhorst 080a6b0dab
megasync: 4.2.3.0 -> 4.2.5.0
Also pull in an (as of yet unmerged) upstream patch to fix
the build, it was failing on both .3 and .5
2020-02-26 13:57:29 +01:00
Patrick Hilhorst 5e55ebb2b4
megasync: format with nixfmt 2020-02-26 13:54:00 +01:00
worldofpeace b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
Michal Minář 401c5d6069 megasync: 4.1.1.0 -> 4.2.3.0
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2019-08-25 17:09:15 +02:00
Vladimír Čunát 985d1ac425
Merge branch 'master' into staging-next
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.

Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Alkeryn 12e5cf479f megasync: use qt5's mkDerivation
See #65399
2019-08-24 16:35:04 -04: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
Michal Minář a2585fff23 reworked patches
lincense free -> unfree
enabled parallel build

Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2019-06-25 04:23:47 +02:00
Michal Minář 6877159dc0 addressed comments
- ditched configurePhase and installPhase
- ffmpeg no longer optional

Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2019-06-24 16:20:17 +02:00
Michal Minář 5864dfb513 megasync: init at 4.1.1.0
Signed-off-by: Michal Minář <mic.liamg@gmail.com>
2019-06-23 16:27:39 +02:00
markuskowa 2d9c747dc0 Revert "megasync: init at 3.7.1.0 (#53126)"
This reverts commit 7a1d22c600.
2019-02-09 02:17:25 +01:00
ElXreno 7a1d22c600 megasync: init at 3.7.1.0 (#53126)
* megasync: init at 3.7.1.0

* Removed inkscape from dependencies
2019-02-08 17:46:43 -05:00