guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: evolution-data-server: Remove obsolete phase.


From: guix-commits
Subject: 03/08: gnu: evolution-data-server: Remove obsolete phase.
Date: Sun, 31 Mar 2019 19:47:46 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit c1124207cbcd18fee936bef29ef86218b9d81cee
Author: Marius Bakke <address@hidden>
Date:   Mon Apr 1 01:14:35 2019 +0200

    gnu: evolution-data-server: Remove obsolete phase.
    
    This is a fixup for the merge of da43d1c ("gnu: evolution-data-server: Add
    'libedataserverui' output.") and bb10e7c ("gnu: evolution-data-server: 
Update
    to 3.28.3.") in 571fb00.
    
    * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Remove phase 
that
    is no longer needed since version 3.28.2.
---
 gnu/packages/gnome.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0fa8141..c54cd65 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5159,18 +5159,6 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
                ;; Remove it so the configure flag is respected.
                (("SET\\(CMAKE_INSTALL_RPATH .*") ""))
              #t))
-         (add-before 'configure 'factor-webkit
-           (lambda _
-             (substitute* "CMakeLists.txt"
-               (("webkit2gtk-4\\.0>=\\$[{]webkit2gtk_minimum_version[}]") "")
-               (("if[(]ENABLE_OAUTH2[)]")
-                (string-append
-                 "if(ENABLE_OAUTH2)\n"
-                 "\tpkg_check_modules(OAUTH2_UI REQUIRED "
-                 "webkit2gtk-4.0>=${webkit2gtk_minimum_version})")))
-             (substitute* "src/libedataserverui/CMakeLists.txt"
-               (("\\$[{]OAUTH2_([A-Z_]+)[}]" all part)
-                (string-append all " ${OAUTH2_UI_" part "}")))))
          (add-after 'install 'split
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((out (assoc-ref outputs "out"))



reply via email to

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