emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60702: closed ([PATCH] gnu: weechat: Update to 3.8.)


From: GNU bug Tracking System
Subject: bug#60702: closed ([PATCH] gnu: weechat: Update to 3.8.)
Date: Thu, 12 Jan 2023 03:14:02 +0000

Your message dated Thu, 12 Jan 2023 11:13:51 +0800
with message-id <87fscg78cw.fsf@envs.net>
and subject line Re: bug#60702: [PATCH] gnu: weechat: Update to 3.8.
has caused the debbugs.gnu.org bug report #60702,
regarding [PATCH] gnu: weechat: Update to 3.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60702: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60702
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: weechat: Update to 3.8. Date: Mon, 9 Jan 2023 22:18:58 +0100
* gnu/packages/irc.scm (weechat): Update to 3.8.
[arguments]: Do not build tests any more: since version 3.8, ‘make test’
is successful when tests are not built.
[native-inputs]: Remove dependency on cpputest as tests are not built
any more.
---
 gnu/packages/irc.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 0a6c28980d..d850e9c916 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -195,14 +195,14 @@ (define-public irssi
 (define-public weechat
   (package
     (name "weechat")
-    (version "3.6")
+    (version "3.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://weechat.org/files/src/weechat-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1ppj676gwh67krq92xnfkmh3qnwbz8d51djsscxw013x7cdxg1cx"))))
+                "0a5zfkqqdkya111rl2gpwlbfala0305qry9cdz2r1h7q0316bjzp"))))
     (build-system cmake-build-system)
     (outputs '("out" "doc"))
     (native-inputs
@@ -210,9 +210,7 @@ (define-public weechat
        ("pkg-config" ,pkg-config)
        ,@(if (target-x86?)
            `(("ruby-asciidoctor" ,ruby-asciidoctor))
-           '())
-       ;; For tests.
-       ("cpputest" ,cpputest)))
+           '())))
     (inputs
      (list aspell
            curl
@@ -234,8 +232,7 @@ (define-public weechat
              ,@(if (target-x86?)
                  '("-DENABLE_MAN=ON"
                    "-DENABLE_DOC=ON")
-                '())
-             "-DENABLE_TESTS=ON")       ; ‘make test’ fails otherwise
+                '()))
        #:phases
        (modify-phases %standard-phases
          ,@(if (target-x86?)
-- 
2.39.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#60702: [PATCH] gnu: weechat: Update to 3.8. Date: Thu, 12 Jan 2023 11:13:51 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Sébastien Helleu <flashcode@flashtux.org> writes:

> * gnu/packages/irc.scm (weechat): Update to 3.8.
> [arguments]: Do not build tests any more: since version 3.8, ‘make test’
> is successful when tests are not built.
> [native-inputs]: Remove dependency on cpputest as tests are not built
> any more.

Pushed, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]