[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/21: gnu: telepathy-idle: Update to 0.2.2.
From: |
guix-commits |
Subject: |
02/21: gnu: telepathy-idle: Update to 0.2.2. |
Date: |
Wed, 11 Nov 2020 11:48:59 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit b45ae3bd28b2134fdecac3eef53a54f78795bc93
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 11 12:56:38 2020 +0100
gnu: telepathy-idle: Update to 0.2.2.
* gnu/packages/freedesktop.scm (telepathy-idle): Update to 0.2.2.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf, automake, and libootl.
---
gnu/packages/freedesktop.scm | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 6caff14..94ec2cd 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1393,17 +1393,22 @@ different sorts of messages in different formats.")
(define-public telepathy-idle
(package
(name "telepathy-idle")
- (version "0.2.0")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://telepathy.freedesktop.org/releases/"
- name "/" name "-" version ".tar.bz2"))
- (sha256
- (base32
- "1argdzbif1vdmwp5vqbgkadq9ancjmgdm2ncp0qfckni715ss4rh"))))
+ (version "0.2.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/TelepathyIM/telepathy-idle")
+ (commit (string-append "telepathy-idle-" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1pfw4g2cicw3ykxhsy743r0fc1yqbdrqxh2c5ha6am19dajcr95l"))))
(build-system gnu-build-system)
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)))
(inputs
`(("xsltproc" ,libxslt)
("python" ,python-2)
- branch master updated (191a4ce -> c746acf), guix-commits, 2020/11/11
- 01/21: gnu: mailman: Update to 3.3.2., guix-commits, 2020/11/11
- 02/21: gnu: telepathy-idle: Update to 0.2.2.,
guix-commits <=
- 04/21: gnu: tome4: Update to 1.7.2., guix-commits, 2020/11/11
- 03/21: gnu: acpica: Update to 20200925., guix-commits, 2020/11/11
- 06/21: gnu: setzer: Update to 0.3.6., guix-commits, 2020/11/11
- 07/21: gnu: mpd: Update to 0.22.3., guix-commits, 2020/11/11
- 09/21: gnu: perl-class-c3: Update to 0.35., guix-commits, 2020/11/11
- 13/21: gnu: perl-text-format: Update to 0.62., guix-commits, 2020/11/11
- 10/21: gnu: perl-clone-pp: Update to 1.08., guix-commits, 2020/11/11
- 12/21: gnu: perl-moox-handlesvia: Update to 0.001009., guix-commits, 2020/11/11
- 14/21: gnu: perl-libintl-perl: Update to 1.32., guix-commits, 2020/11/11
- 17/21: gnu: chatty: Update to 0.1.17., guix-commits, 2020/11/11