Package Details: megasync-git 4.10.0.0.4.gf718e54ba-1

Git Clone URL: https://aur.archlinux.org/megasync-git.git (read-only, click to copy)
Package Base: megasync-git
Description: MEGASync Desktop App. (GIT Version)
Upstream URL: https://mega.co.nz/#sync
Licenses: custom:MEGA
Conflicts: megasync
Provides: megasync
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 28
Popularity: 0.002730
First Submitted: 2016-03-12 18:32 (UTC)
Last Updated: 2023-11-01 21:00 (UTC)

Dependencies (44)

Required by (4)

Sources (5)

Latest Comments

1 2 3 4 Next › Last »

sl1pkn07 commented on 2023-07-15 12:49 (UTC)

yep. seems applied in https://github.com/meganz/sdk/commit/1a1b4a8c24099d7cf69fb7754966aed4507d727e

tnx. updated

aggraef commented on 2023-07-15 06:03 (UTC)

It seems that 2614.diff isn't needed any more, as the changeset is already in the upstream git. This causes an issue when the patch is applied:

==> Starting prepare()...
Cloning into '/home/ag/Sources/aur4/others/megasync-git/src/MEGAsync/src/MEGASync/mega'...
done.
Submodule path 'src/MEGASync/mega': checked out '0f6531827ff7b15d1955f2e5843d44f90efd6f8d'
patching file src/gfx/freeimage.cpp
Reversed (or previously applied) patch detected!  Assume -R? [n]

dreieck commented on 2023-05-31 14:54 (UTC)

Can you please add =${pkgver} to the provides entry?

nautilus-megasync and thunar-megasync have a versioned dependency on megasync, which would not be fulfilled by megasync-git if =${pkgver} is not added:

:: unable to satisfy dependency 'megasync>=3.5' required by dolphin-megasync-bin
:: removing megasync breaks dependency 'megasync>=3.5' required by nautilus-megasync
:: removing megasync breaks dependency 'megasync>=3.5' required by thunar-megasync

Thanks for maintaining!

sinayion commented on 2023-01-17 07:54 (UTC) (edited on 2023-01-17 07:57 (UTC) by sinayion)

Error when building, shown below:

==> Starting prepare()...
Cloning into '/home/sinayion/.cache/yay/megasync-git/src/MEGAsync/src/MEGASync/mega'...
fatal: transport 'file' not allowed
fatal: clone of '/home/sinayion/.cache/yay/megasync-git/src/sdk' into submodule path '/home/sinayion/.cache/yay/megasync-git/src/MEGAsync/src/MEGASync/mega' failed
Failed to clone 'src/MEGASync/mega'. Retry scheduled
Cloning into '/home/sinayion/.cache/yay/megasync-git/src/MEGAsync/src/MEGASync/mega'...
fatal: transport 'file' not allowed
fatal: clone of '/home/sinayion/.cache/yay/megasync-git/src/sdk' into submodule path '/home/sinayion/.cache/yay/megasync-git/src/MEGAsync/src/MEGASync/mega' failed
Failed to clone 'src/MEGASync/mega' a second time, aborting
==> ERROR: A failure occurred in prepare().

Most likely the relevant bug report: https://bugs.archlinux.org/task/76255

ajw107 commented on 2022-02-07 10:59 (UTC) (edited on 2022-02-13 14:56 (UTC) by ajw107)

Due to commit 168242852623ba075a75d270ac679bb515918034 - Remove FFMPEG for ARM

Two of the statements you remove are now gone, and the line numbers for the rest have changed by -1, so the sed statement in prepare() needs to be modified to:

sed -e '99s|^|&#|g' -e '103s|^|&#|g' -i src/MEGASync/MEGASync.pro

the program then builds successfully

deu439 commented on 2020-08-28 17:07 (UTC)

Quick fix for the issue with incomplete type ‘QPainterPath’:

make: *** [Makefile:5217: MegaSpeedGraph.o] error 1code>

Patch your PKGBUILD with:

--- PKGBUILD    2020-08-28 18:55:46.142142192 +0200
+++ PKGBUILD_patched    2020-08-28 18:59:25.575402119 +0200
@@ -47,6 +47,9 @@

   cd src/MEGASync/mega
  ./autogen.sh
+
+ cd "${srcdir}"
+ sed -i '1s/^/#include <QPainterPath>\n/' MEGAsync/src/MEGASync/gui/MegaSpeedGraph.h
 }

 build() {

kinoe commented on 2020-08-26 17:36 (UTC) (edited on 2020-08-26 17:47 (UTC) by kinoe)

Build error

make: *** [Makefile:5217: MegaSpeedGraph.o] error 1code>

SolarAquarion commented on 2020-06-11 11:46 (UTC) (edited on 2020-06-11 11:46 (UTC) by SolarAquarion)

Project ERROR: Unknown module(s) in QT: x11extras

missing depend qt5-x11extras