guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: libpEpAdapter: Update to 2.1.21.


From: guix-commits
Subject: 03/05: gnu: libpEpAdapter: Update to 2.1.21.
Date: Mon, 31 May 2021 04:46:45 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit c178f859b5f549da5d064e628a5906d505dd75ef
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Tue May 4 21:04:24 2021 +0200

    gnu: libpEpAdapter: Update to 2.1.21.
    
    * gnu/packages/pep.scm (libpEpAdapter): Update to 2.1.21.
      [source]: Swicht to new git repo.
      [arguments]<make-flags>: Enable release-build.
---
 gnu/packages/pep.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/pep.scm b/gnu/packages/pep.scm
index 6ee01b9..fc6f299 100644
--- a/gnu/packages/pep.scm
+++ b/gnu/packages/pep.scm
@@ -147,20 +147,21 @@ privacy).")
 (define-public libpepadapter
   (package
     (name "libpepadapter")
-    (version "2.0.2")
+    (version "2.1.21")
     (source
      (origin
-       (method hg-fetch)
-       (uri (hg-reference
-             (url "https://pep.foundation/dev/repos/libpEpAdapter";)
-             (changeset "e8fe371c870a"))) ;; r168
-       (file-name (string-append name "-" version "-checkout"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitea.pep.foundation/pEp.foundation/libpEpAdapter";)
+             (commit (string-append "Release_" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "1mlpavjbnmslvmr5jxcvpjgb2x40nhmxjb10hza3kn4qzj0k1pjz"))))
+        (base32 "09ljj3x09y99wc47n063hpn62zi8cdvdha82rnaypvirrlga6a5w"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"
        #:tests? #f ;; building the tests fails
+       #:make-flags '("NDEBUG=1") ; release build
        #:phases
        (modify-phases %standard-phases
          (replace 'configure
@@ -170,7 +171,7 @@ privacy).")
              (let ((out (assoc-ref outputs "out"))
                    (engine (assoc-ref inputs "pep-engine")))
                (with-output-to-file "local.conf"
-                 (lambda _ ;()
+                 (lambda _
                    (format #t "
 PREFIX=~a
 ENGINE_LIB_PATH=~a/lib



reply via email to

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