Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (e730a857ac3d67473cc812833639c29579f8697d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (e730a857ac3d67473cc812833639c29579f8697d)
  • Date: Thu, 13 Aug 2026 08:37:09 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
FUNCTIONS | 3 +++
ftp/rclone/DEPENDS | 4 ++--
ftp/rclone/DETAILS | 1 +
4 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit e730a857ac3d67473cc812833639c29579f8697d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rclone: Missed changes

commit 6de8c2e2e1072bee79131011f4faa6e0d85f367c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

FUNCTIONS: Avoid patching ltmain.sh when using slibtool

diff --git a/ChangeLog b/ChangeLog
index 002fc23..a45e106 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2026-08-13 Ismael Luceno <ismael AT sourcemage.org>
+ * FUNCTIONS: avoid patching ltmain.sh when using slibtool
+
2026-08-12 Ismael Luceno <ismael AT sourcemage.org>
* ftp/rclone: new spell, rsync for cloud storage

diff --git a/FUNCTIONS b/FUNCTIONS
index e9ab5de..a8264e4 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -329,6 +329,9 @@ apply_patch_dir() {
## Patch bundled libtool to disable installation of .la files
#---------------------------------------------------------------------
patch_bundled_libtool() {
+ if is_depends_enabled "$SPELL" slibtool; then
+ return 0
+ fi
if [ $# = 0 ]; then
if [ -e ltmain.sh ]; then
set -- ltmain.sh
diff --git a/ftp/rclone/DEPENDS b/ftp/rclone/DEPENDS
index ef25942..9ca97de 100755
--- a/ftp/rclone/DEPENDS
+++ b/ftp/rclone/DEPENDS
@@ -1,5 +1,5 @@
-depends golang "for building rclone" &&
-optional_depends libfuse3 \
+depends go &&
+optional_depends fuse3 \
"--tags cmount" \
"" \
"for FUSE mount support"
diff --git a/ftp/rclone/DETAILS b/ftp/rclone/DETAILS
index e23b7d2..7092bc8 100755
--- a/ftp/rclone/DETAILS
+++ b/ftp/rclone/DETAILS
@@ -1,4 +1,5 @@
# Watch: https://github.com/rclone/rclone/tags
+. "$GRIMOIRE"/GO_FUNCTIONS
SPELL=rclone
VERSION=1.75.0
SOURCE=$SPELL-v$VERSION.tar.gz


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (e730a857ac3d67473cc812833639c29579f8697d), Ismael Luceno, 08/13/2026

Archive powered by MHonArc 2.6.24.

Top of Page