unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60138] [PATCH] gnu: megacmd: Update to 1.5.1 and add libuv dependency for webdav functionality.
@ 2022-12-17  2:50 Wamm K. D
  2023-02-03 23:07 ` bug#60138: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Wamm K. D @ 2022-12-17  2:50 UTC (permalink / raw)
  To: 60138; +Cc: Wamm K. D

* gnu/packages/sync.scm (megacmd): Update to 1.5.1 and add libuv dependency.
---
 Per the discussion at https://github.com/meganz/MEGAcmd/issues/395, Guix's
 current megacmd doesn't have the webdav functionality because it's missing
 libuv as a dependency. It's also an older version so I've updated that, as
 well.

 gnu/packages/sync.scm | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/sync.scm b/gnu/packages/sync.scm
index 8330b96dd7..66a573f665 100644
--- a/gnu/packages/sync.scm
+++ b/gnu/packages/sync.scm
@@ -217,7 +217,7 @@ (define-public nextcloud-client
 (define-public megacmd
   (package
     (name "megacmd")
-    (version "1.1.0")
+    (version "1.5.1")
     (source
       (origin
         (method git-fetch)
@@ -227,28 +227,29 @@ (define-public megacmd
               (recursive? #t)))
         (sha256
          (base32
-          "004j8m3xs6slx03g2g6wzr97myl2v3zc09wxnfar5c62a625pd53"))
+          "12v46jyxdgp2qqdpmd084d60hd5srjbgwpk082b3rp5dl7yg1rd8"))
         (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     ;; XXX: Disabling tests because they depend on libgtest.la from googletest,
     ;; which is not installed for unclear reasons.
     (arguments
-     `(#:tests? #f
-       #:configure-flags '("--with-pcre")))
+     (list #:tests? #f
+           #:configure-flags #~'("--with-pcre")))
     (native-inputs
      (list autoconf automake libtool))
     (inputs
-     `(("c-ares" ,c-ares)
-       ("crypto++" ,crypto++)
-       ("curl" ,curl)
-       ("freeimage" ,freeimage)
-       ("gtest" ,googletest)
-       ("openssl" ,openssl)
-       ("pcre" ,pcre)
-       ("readline" ,readline)
-       ("sodium" ,libsodium)
-       ("sqlite3" ,sqlite)
-       ("zlib" ,zlib)))
+     (list c-ares
+           crypto++
+           curl
+           freeimage
+           googletest
+           libuv
+           openssl
+           pcre
+           readline
+           libsodium
+           sqlite
+           zlib))
     (home-page "https://mega.nz/cmd")
     (synopsis
      "Command Line Interactive and Scriptable Application to access mega.nz")
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60138: [PATCH] gnu: megacmd: Update to 1.5.1 and add libuv dependency for webdav functionality.
  2022-12-17  2:50 [bug#60138] [PATCH] gnu: megacmd: Update to 1.5.1 and add libuv dependency for webdav functionality Wamm K. D
@ 2023-02-03 23:07 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-02-03 23:07 UTC (permalink / raw)
  To: Wamm K. D; +Cc: 60138-done

Hello,

"Wamm K. D" <jaft.r@outlook.com> writes:

> * gnu/packages/sync.scm (megacmd): Update to 1.5.1 and add libuv
> dependency.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-03 23:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-17  2:50 [bug#60138] [PATCH] gnu: megacmd: Update to 1.5.1 and add libuv dependency for webdav functionality Wamm K. D
2023-02-03 23:07 ` bug#60138: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).