mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pidgin: Update to 2.14.4.
* gnu/packages/messaging.scm (pidgin): Update to 2.14.4. [arguments]: Add now-required ‘--disable-gevolution’ configure flag. Remove obsoleted 'eat-leftovers phase.
This commit is contained in:
parent
9c44af6bd6
commit
c6e9efd62d
1 changed files with 4 additions and 13 deletions
|
@ -788,7 +788,7 @@ authentication.")
|
||||||
(define-public pidgin
|
(define-public pidgin
|
||||||
(package
|
(package
|
||||||
(name "pidgin")
|
(name "pidgin")
|
||||||
(version "2.14.3")
|
(version "2.14.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -796,7 +796,7 @@ authentication.")
|
||||||
(string-append "mirror://sourceforge/pidgin/Pidgin/"
|
(string-append "mirror://sourceforge/pidgin/Pidgin/"
|
||||||
version "/pidgin-" version ".tar.gz"))
|
version "/pidgin-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0vdfnm96m1kh4gm6xn6i7s9c5zjh1p18jg4595k4p5bplvd6fmm8"))
|
(base32 "1h952bh2jdm9jymzpj4dgmh530yh7pag2janfz6d5m1r4mljwraq"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "pidgin-add-search-path.patch"))
|
(search-patches "pidgin-add-search-path.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
@ -863,7 +863,7 @@ authentication.")
|
||||||
(assoc-ref %build-inputs "gst-plugins-base")
|
(assoc-ref %build-inputs "gst-plugins-base")
|
||||||
"/include/gstreamer-1.0")
|
"/include/gstreamer-1.0")
|
||||||
"--disable-gtkspell"
|
"--disable-gtkspell"
|
||||||
;; "--enable-gevolution"
|
"--disable-gevolution"
|
||||||
"--enable-cap"
|
"--enable-cap"
|
||||||
"--enable-mono"
|
"--enable-mono"
|
||||||
"--enable-cyrus-sasl"
|
"--enable-cyrus-sasl"
|
||||||
|
@ -875,16 +875,7 @@ authentication.")
|
||||||
"/lib")
|
"/lib")
|
||||||
(string-append "--with-tkconfig="
|
(string-append "--with-tkconfig="
|
||||||
(assoc-ref %build-inputs "tk")
|
(assoc-ref %build-inputs "tk")
|
||||||
"/lib"))
|
"/lib"))))
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-before 'check 'eat-leftovers
|
|
||||||
;; XXX Remove when updating beyond 2.14.3. Equivalent to
|
|
||||||
;; <https://keep.imfreedom.org/pidgin/pidgin/rev/d4d72fde60c2>.
|
|
||||||
(lambda _
|
|
||||||
;; Remove a lingering [broken] oscar reference.
|
|
||||||
(substitute* "libpurple/tests/check_libpurple.c"
|
|
||||||
((".*oscar_util_suite.*") "")))))))
|
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list
|
(list
|
||||||
(search-path-specification
|
(search-path-specification
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue