[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/13: gnu: gajim: Make some cosmetic changes.
From: |
guix-commits |
Subject: |
07/13: gnu: gajim: Make some cosmetic changes. |
Date: |
Mon, 19 Oct 2020 18:25:22 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit 51e7e72bca9622560cde27db785b2d3e3fe058ae
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Oct 15 16:16:12 2020 -0400
gnu: gajim: Make some cosmetic changes.
* gnu/packages/messaging.scm (gajim): Make some cosmetic changes.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
gnu/packages/messaging.scm | 54 +++++++++++++++++++++++++---------------------
1 file changed, 29 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 1342cf7..adfeee6 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -734,14 +734,15 @@ of xmpppy.")
(package
(name "gajim")
(version "1.1.3")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://gajim.org/downloads/"
- (version-major+minor version)
- "/gajim-" version ".tar.bz2"))
- (sha256
- (base32
- "0bzxwcpdd4ydh6d6mzpr0gxwhcb0x9ympk55fpvm1hcw9d28a716"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://gajim.org/downloads/"
+ (version-major+minor version)
+ "/gajim-" version ".tar.bz2"))
+ (sha256
+ (base32 "0bzxwcpdd4ydh6d6mzpr0gxwhcb0x9ympk55fpvm1hcw9d28a716"))))
(build-system python-build-system)
(arguments
`(#:phases
@@ -800,22 +801,25 @@ else [])"))
"/share/glib-2.0/schemas"))))
#t)))))
(native-search-paths
- (list (search-path-specification
- (variable "GAJIM_PLUGIN_PATH")
- (separator #f) ;single entry
- (files '("share/gajim/plugins")))
- ;; Gajim needs to use the propagated inputs of its plugins.
- (search-path-specification
- (variable "PYTHONPATH")
- (files (list (string-append
- "lib/python"
-
- ;; FIXME: Cannot use this expression as it would
- ;; introduce a circular dependency at the top level.
- ;; (version-major+minor (package-version python))
- "3.8"
-
- "/site-packages"))))))
+ (list
+ (search-path-specification
+ (variable "GAJIM_PLUGIN_PATH")
+ (separator #f) ;single entry
+ (files
+ (list
+ "share/gajim/plugins")))
+ ;; Gajim needs to use the propagated inputs of its plugins.
+ (search-path-specification
+ (variable "PYTHONPATH")
+ (files
+ (list
+ (string-append
+ "lib/python"
+ ;; FIXME: Cannot use this expression as it would
+ ;; introduce a circular dependency at the top level.
+ ;; (version-major+minor (package-version python))
+ "3.8"
+ "/site-packages"))))))
(native-inputs
`(("intltool" ,intltool)
("python-docutils" ,python-docutils)
@@ -838,13 +842,13 @@ else [])"))
("python-pygobject" ,python-pygobject)
("python-pyopenssl" ,python-pyopenssl)
("python-qrcode" ,python-qrcode)))
- (home-page "https://gajim.org/")
(synopsis "Jabber (XMPP) client")
(description "Gajim is a feature-rich and easy to use Jabber/XMPP client.
Among its features are: a tabbed chat window and single window modes; support
for group chat (with Multi-User Chat protocol), invitation, chat to group chat
transformation; audio and video conferences; file transfer; TLS, GPG and
end-to-end encryption support; XML console.")
+ (home-page "https://gajim.org/")
(license license:gpl3)))
(define-public gajim-omemo
- branch master updated (223c447 -> 2cbda6d), guix-commits, 2020/10/19
- 02/13: gnu: Add gupnp-igd., guix-commits, 2020/10/19
- 03/13: gnu: Add farstream., guix-commits, 2020/10/19
- 01/13: gnu: libnice: Propagate gnutls., guix-commits, 2020/10/19
- 07/13: gnu: gajim: Make some cosmetic changes.,
guix-commits <=
- 08/13: gnu: gajim: Update to 1.2.2., guix-commits, 2020/10/19
- 10/13: gnu: gajim-omemo: Make some cosmetic changes., guix-commits, 2020/10/19
- 13/13: gnu: Add gajim-openpgp., guix-commits, 2020/10/19
- 04/13: gnu: python-nbxmpp: Make some cosmetic changes., guix-commits, 2020/10/19
- 05/13: gnu: python-nbxmpp: Update to 1.0.2., guix-commits, 2020/10/19
- 06/13: gnu: python-nbxmpp: Update synopsis and description., guix-commits, 2020/10/19
- 09/13: gnu: gajim: Update synopsis and description., guix-commits, 2020/10/19
- 12/13: gnu: gajim-omemo: Update description., guix-commits, 2020/10/19
- 11/13: gnu: gajim-omemo: Update to 2.7.9., guix-commits, 2020/10/19