aboutsummaryrefslogtreecommitdiffstats
path: root/megasync-bin/README
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-06 16:52:36 +0200
committerDanilo M. <danix@danix.xyz>2026-07-06 16:52:36 +0200
commit78bf2ebccc3c2d87e6e425d99e80b33065888da5 (patch)
treed41c63131cdfdceca07ee0f3988a8d58b676c5a1 /megasync-bin/README
parent399eb54fdbd9dc0fbc576cfa22854ba627827a21 (diff)
downloadmy-slackbuilds-78bf2ebccc3c2d87e6e425d99e80b33065888da5.tar.gz
my-slackbuilds-78bf2ebccc3c2d87e6e425d99e80b33065888da5.zip
megasync-bin: add version 6.4.0.2
Binary repack of MEGA's official Debian 13 package, bundling the main app plus the dolphin (KDE) and thunar (Xfce) file-manager integration plugins in one package. Links system Qt5, bundles ffmpeg; REQUIRES="". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'megasync-bin/README')
-rw-r--r--megasync-bin/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/megasync-bin/README b/megasync-bin/README
new file mode 100644
index 0000000..fc46f9d
--- /dev/null
+++ b/megasync-bin/README
@@ -0,0 +1,29 @@
+MEGAsync is the desktop sync client for MEGA (mega.nz) cloud storage. It
+keeps local folders in sync with your MEGA account, supports selective
+sync and backups, and runs as a system-tray application.
+
+This is a binary repack of MEGA's official prebuilt Debian package: MEGA
+does not ship a Slackware build, and building from source pulls in the
+MEGA SDK plus a large set of vcpkg-managed dependencies at build time.
+The binary links against Slackware's own Qt5 and bundles its ffmpeg
+libraries under /opt/megasync/lib, so no extra deps are required.
+
+The package also bundles the file-manager integration plugins:
+
+ * dolphin (KDE) - sync-status emblems and context-menu actions
+ * thunar (Xfce) - context-menu actions
+
+These plugins are loaded only by their respective file manager; if you
+do not run dolphin or thunar they simply sit unused.
+
+Two configuration files are installed as .new so they never overwrite an
+admin-tuned copy:
+
+ /etc/udev/rules.d/99-megasync-udev.rules.new
+ /etc/sysctl.d/99-megasync-inotify-limit.conf.new
+
+The sysctl file raises the inotify watch limit, useful when syncing
+large folder trees. To activate a file, remove the .new suffix and
+reload (udevadm control --reload / sysctl --system).
+
+This package is x86_64 only; MEGA ships no 32-bit build.