gnu: evolution-data-server: Update to 3.30.5.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.30.5. [arguments]: Remove "-std=gnu++11" configure flag. Disable more failing tests.
This commit is contained in:
parent
5229bea128
commit
68c3ca933d
|
@ -5155,7 +5155,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
|
||||||
(define-public evolution-data-server
|
(define-public evolution-data-server
|
||||||
(package
|
(package
|
||||||
(name "evolution-data-server")
|
(name "evolution-data-server")
|
||||||
(version "3.30.2")
|
(version "3.30.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -5163,7 +5163,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h4f71kpf2ypdgifg369z35pk4cq99daw540yzjpax52grav2fjv"))))
|
"1s952wyhgcbmq9nfgk75v15zdy1h3wy5p5rmkqibaavmc0pk3mli"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
@ -5177,13 +5177,11 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
|
||||||
"-DENABLE_GOOGLE=OFF" ;disable Google Contacts support
|
"-DENABLE_GOOGLE=OFF" ;disable Google Contacts support
|
||||||
"-DENABLE_GOOGLE_AUTH=OFF" ;disable Google authentication
|
"-DENABLE_GOOGLE_AUTH=OFF" ;disable Google authentication
|
||||||
"-DENABLE_VALA_BINDINGS=ON"
|
"-DENABLE_VALA_BINDINGS=ON"
|
||||||
;; FIXME: Building against ICU 60 requires C++11 or higher. Remove
|
|
||||||
;; "-std=gnu++11" when our default compiler is >= GCC6.
|
|
||||||
;; FIXME: Temporarily use "-DU_USING_ICU_NAMESPACE=1" until
|
;; FIXME: Temporarily use "-DU_USING_ICU_NAMESPACE=1" until
|
||||||
;; evolution-data-server has been updated to qualify ICU types
|
;; evolution-data-server has been updated to qualify ICU types
|
||||||
;; explicitly, as required by ICU 61 and later. See:
|
;; explicitly, as required by ICU 61 and later. See:
|
||||||
;; <https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild>
|
;; <https://ssl.icu-project.org/repos/icu/trunk/icu4c/readme.html#RecBuild>
|
||||||
"-DCMAKE_CXX_FLAGS=-std=gnu++11 -DU_USING_ICU_NAMESPACE=1"
|
"-DU_USING_ICU_NAMESPACE=1"
|
||||||
(string-append "-DCMAKE_INSTALL_RPATH=" lib ";"
|
(string-append "-DCMAKE_INSTALL_RPATH=" lib ";"
|
||||||
(string-append lib "/evolution-data-server;")
|
(string-append lib "/evolution-data-server;")
|
||||||
(string-join runpaths ";"))
|
(string-join runpaths ";"))
|
||||||
|
|
Loading…
Reference in New Issue