[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: pidgin: Update to 2.14.4.
From: |
guix-commits |
Subject: |
02/09: gnu: pidgin: Update to 2.14.4. |
Date: |
Sat, 1 May 2021 21:16:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c6e9efd62d4b39f1f0c8afd4ef97a2ed2ec0144b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 2 00:18:56 2021 +0200
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.
---
gnu/packages/messaging.scm | 17 ++++-------------
1 file changed, 4 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index c356498..1265e0c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -788,7 +788,7 @@ authentication.")
(define-public pidgin
(package
(name "pidgin")
- (version "2.14.3")
+ (version "2.14.4")
(source
(origin
(method url-fetch)
@@ -796,7 +796,7 @@ authentication.")
(string-append "mirror://sourceforge/pidgin/Pidgin/"
version "/pidgin-" version ".tar.gz"))
(sha256
- (base32 "0vdfnm96m1kh4gm6xn6i7s9c5zjh1p18jg4595k4p5bplvd6fmm8"))
+ (base32 "1h952bh2jdm9jymzpj4dgmh530yh7pag2janfz6d5m1r4mljwraq"))
(patches
(search-patches "pidgin-add-search-path.patch"))
(modules '((guix build utils)))
@@ -863,7 +863,7 @@ authentication.")
(assoc-ref %build-inputs "gst-plugins-base")
"/include/gstreamer-1.0")
"--disable-gtkspell"
- ;; "--enable-gevolution"
+ "--disable-gevolution"
"--enable-cap"
"--enable-mono"
"--enable-cyrus-sasl"
@@ -875,16 +875,7 @@ authentication.")
"/lib")
(string-append "--with-tkconfig="
(assoc-ref %build-inputs "tk")
- "/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.*") "")))))))
+ "/lib"))))
(native-search-paths
(list
(search-path-specification
- branch master updated (eb30578 -> 1b792e8), guix-commits, 2021/05/01
- 01/09: gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls., guix-commits, 2021/05/01
- 02/09: gnu: pidgin: Update to 2.14.4.,
guix-commits <=
- 04/09: gnu: gajim: Update to 1.3.2., guix-commits, 2021/05/01
- 05/09: gnu: libxdg-basedir: Update to 1.2.3., guix-commits, 2021/05/01
- 03/09: gnu: dante: Update to 1.4.3., guix-commits, 2021/05/01
- 06/09: gnu: libxdg-basedir: Omit static library., guix-commits, 2021/05/01
- 09/09: gnu: libostree: Update to 2021.2., guix-commits, 2021/05/01
- 07/09: gnu: openmpi: Update to 4.1.1., guix-commits, 2021/05/01
- 08/09: gnu: nim: Update to 1.4.6., guix-commits, 2021/05/01