Package Details: megasync 5.10.1.0-1

Git Clone URL: https://aur.archlinux.org/megasync.git (read-only, click to copy)
Package Base: megasync
Description: Official MEGA desktop application for syncing with MEGA Cloud Drive
Upstream URL: https://github.com/meganz/MEGAsync/
Licenses: LicenseRef-Mega-Limited-Code-License
Submitter: son_link
Maintainer: dbermond
Last Packager: dbermond
Votes: 380
Popularity: 0.69
First Submitted: 2014-09-01 18:12 (UTC)
Last Updated: 2025-04-03 17:02 (UTC)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 33 34 35 .. 53 Next › Last »

sekret commented on 2018-01-04 09:23 (UTC)

According to namcap qt5-svg is a dependency, so please add it to the depends array.

Since the current package compiles fine for you @hackr, I suggest to always build packages in clean chroots. Only then you can be sure that all (make)dependencies are included in the package. And always use namcap on the package!

RemoteAdmin commented on 2018-01-04 08:01 (UTC) (edited on 2018-01-04 08:02 (UTC) by RemoteAdmin)

Compilation fails if qt5-svg is not installed:

"Project ERROR: Unknown module(s) in QT: svg"

Please add qt5-svg with either of those:

depends=('curl' 'c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'qt5-base' 'libuv' 'openssl' 'qt5-svg')

makedepends=('git' 'qt5-tools' 'swig' 'doxygen' 'qt5-svg')

hackr commented on 2018-01-04 01:40 (UTC)

Updated to latest version. Compiled and ran fine for me.

baizon commented on 2018-01-03 16:39 (UTC)

@saverio Just use the git package ( https://aur.archlinux.org/packages/megasync-git/ ).

saverio commented on 2018-01-03 14:16 (UTC)

Hi guys, looking at the official site, this app has been updated... are you going to update this AUR repo too? Many thanks for the info you can provide. Best Regards.

sekret commented on 2017-10-18 17:59 (UTC)

Compiled just fine now, thanks! :-)

migrev commented on 2017-10-18 10:03 (UTC)

Bumped to include the patch and force a rebuild to deal with libsodium update. Compiled and working fine here.

sekret commented on 2017-10-17 18:38 (UTC)

Hi, I just tried to build the package, including the patch of course. I still get In file included from control/CrashHandler.cpp:15:0: google_breakpad/client/linux/handler/exception_handler.h:192:21: error: field ‘context’ has incomplete type ‘google_breakpad::ucontext’ struct ucontext context; ^~~~~~~ google_breakpad/client/linux/handler/exception_handler.h:192:12: note: forward declaration of ‘struct google_breakpad::ucontext’ struct ucontext context; ^~~~~~~~ make[1]: *** [Makefile:5284: CrashHandler.o] Error 1 make[1]: Leaving directory '/build/megasync/src/MEGAsync/src/MEGASync' make: *** [Makefile:45: sub-MEGASync-make_first] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Any ideas? That patch was supposed to fix this right?!

<deleted-account> commented on 2017-10-17 17:28 (UTC)

@zxioper Thanks for that patch! Your instructions worked perfectly. :) I hope the package gets properly updated soon.