GNU bug report logs -
#76367
[PATCH 0/2] Update gajim to 1.9.5.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Mon, 17 Feb 2025 17:47:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 76367 <at> debbugs.gnu.org (full text, mbox):
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/messaging.scm (gajim): Update to 1.9.5.
[arguments]<#:phases>: Update build-metadata, and
install-metadata phases.
Change-Id: I7c83fb8c53066c1c704f562a24e4334e6f14beab
---
gnu/packages/messaging.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f40d2036f8..c1c032b023 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1199,7 +1199,7 @@ (define-public python-nbxmpp
(define-public gajim
(package
(name "gajim")
- (version "1.9.3")
+ (version "1.9.5")
(source
(origin
(method url-fetch)
@@ -1207,7 +1207,7 @@ (define-public gajim
(version-major+minor version)
"/gajim-" version ".tar.gz"))
(sha256
- (base32 "10rz8pd43a9308kj6csixsmvdc6ccnqkw83adc5cggh1798b45ag"))
+ (base32 "0g2nhy6ypj4jbz216sgiy37spq34bwa0ydn2g73fp9qnxfq4vpvz"))
(patches
(search-patches "gajim-honour-GAJIM_PLUGIN_PATH.patch"))))
(build-system python-build-system)
@@ -1227,8 +1227,7 @@ (define-public gajim
'generate-gdk-pixbuf-loaders-cache-file))
(add-before 'build 'build-metadata
(lambda _
- (invoke "./pep517build/build_metadata.py"
- "-o" "dist/metadata")))
+ (invoke "./make.py" "build")))
;; TODO: Change to pyproject-build-system once it supports
;; in-tree build backends.
(replace 'build
@@ -1242,7 +1241,7 @@ (define-public gajim
(find-files "dist" "\\.whl$"))))
(add-after 'install 'install-metadata
(lambda _
- (invoke "./pep517build/install_metadata.py" "dist/metadata"
+ (invoke "./make.py" "install"
(string-append "--prefix=" #$output))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
--
2.48.1
This bug report was last modified 57 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.