[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/17: gnu: pidgin: Re-arrange inputs in alphabetical order.
From: |
guix-commits |
Subject: |
02/17: gnu: pidgin: Re-arrange inputs in alphabetical order. |
Date: |
Sun, 3 Jan 2021 11:30:45 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 7b1dccfb50a54a925998dc4e737e38d0d9a43927
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Dec 30 15:08:25 2020 -0500
gnu: pidgin: Re-arrange inputs in alphabetical order.
* gnu/packages/messaging.scm (pidgin) [native-inputs]: Re-order.
[inputs]: Re-order.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/messaging.scm | 44 +++++++++++++++++++++-----------------------
1 file changed, 21 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2e3deee..8b11e21 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -738,41 +738,39 @@ authentication.")
#t))))
(build-system glib-or-gtk-build-system)
(native-inputs
- `(("pkg-config" ,pkg-config)
- ("check" ,check-0.14)
- ("intltool" ,intltool)
+ `(("autoconf" ,autoconf) ;; For bootstrap
+ ("automake" ,automake) ;; For bootstrap
+ ("check" ,check)
("gconf" ,gconf)
- ("python" ,python-2)
- ("doxygen" ,doxygen)
- ;; For bootstrapping after applying pidgin-libnm.patch.
- ("autoconf" ,autoconf)
- ("automake" ,automake)
- ("libtool" ,libtool)))
+ ("intltool" ,intltool)
+ ("libtool" ,libtool) ;; For bootstrap
+ ("pkg-config" ,pkg-config)
+ ("python" ,python-2)))
(inputs
- `(("gtk+" ,gtk+-2)
- ("libgcrypt" ,libgcrypt)
- ("gnutls" ,gnutls)
+ `(("avahi" ,avahi)
("cyrus-sasl" ,cyrus-sasl)
("dbus" ,dbus)
("dbus-glib" ,dbus-glib)
- ("python2-dbus" ,python2-dbus)
+ ;; farstream
+ ("gnutls" ,gnutls)
+ ;; gstreamer
+ ("gtk+" ,gtk+-2)
+ ;; gtkspell
+ ;; libgadu
+ ("libgcrypt" ,libgcrypt)
+ ("libice" ,libice)
("libidn" ,libidn)
("libltdl" ,libltdl)
+ ("libsm" ,libsm)
+ ;; libxephyr
("libxml2" ,libxml2)
- ;; TODO: gstreamer: patches needed to support gstreamer-1.0 or later
- ;; TODO: farstream
- ;; TODO: meanwhile
- ;; TODO: gtkspell
- ;; TODO: libxephyr
- ;; TODO: libgadu
+ ("libxscrnsaver" ,libxscrnsaver)
("libxslt" ,libxslt)
- ("avahi" ,avahi)
+ ;; meanwhile
("ncurses" ,ncurses)
("network-manager" ,network-manager)
+ ("python2-dbus" ,python2-dbus)
("sqlite" ,sqlite)
- ("libice" ,libice)
- ("libsm" ,libsm)
- ("libxscrnsaver" ,libxscrnsaver)
("startup-notification" ,startup-notification)))
(arguments
`(#:configure-flags
- branch master updated (9d34b04 -> f2f7395), guix-commits, 2021/01/03
- 01/17: gnu: pidgin: Make some cosmetic changes., guix-commits, 2021/01/03
- 06/17: gnu: pidgin: Enable CAP., guix-commits, 2021/01/03
- 02/17: gnu: pidgin: Re-arrange inputs in alphabetical order.,
guix-commits <=
- 04/17: gnu: pidgin: Enable support for mono., guix-commits, 2021/01/03
- 05/17: gnu: pidgin: Enable meanwhile., guix-commits, 2021/01/03
- 09/17: gnu: pidgin: Enable support for Tk., guix-commits, 2021/01/03
- 03/17: gnu: pidgin: Add missing inputs., guix-commits, 2021/01/03
- 07/17: gnu: pidgin: Enable SILC protocol support., guix-commits, 2021/01/03
- 08/17: gnu: pidgin: Enable support for Tcl., guix-commits, 2021/01/03
- 10/17: gnu: pidgin: Upgrade to 2.14.1., guix-commits, 2021/01/03
- 14/17: gnu: libotr: Update license., guix-commits, 2021/01/03
- 13/17: gnu: libotr: Make some cosmetic changes., guix-commits, 2021/01/03
- 12/17: gnu: pidgin: Enable MultiMedia and A/V support., guix-commits, 2021/01/03