gnu: telepathy-idle: Update to 0.2.2-0.b516eab.

* gnu/packages/freedesktop.scm (telepathy-idle): Update to 0.2.2-0.b516eab.
[inputs]: Replace python-2 with python-wrapper, python2-dbus with python-dbus.
This commit is contained in:
Maxim Cournoyer 2023-04-13 15:41:55 -04:00
parent 14cb89b983
commit 0cc9950863
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -1933,32 +1933,32 @@ different sorts of messages in different formats.")
(license license:lgpl2.1+))) (license license:lgpl2.1+)))
(define-public telepathy-idle (define-public telepathy-idle
(package ;; Use the latest commit, as the latest release does not support Python 3.
(name "telepathy-idle") (let ((commit "b516eab0f2b92e078e0f5cab4224214d215b2ea5")
(version "0.2.2") (revision "0"))
(source (package
(origin (name "telepathy-idle")
(method git-fetch) (version (git-version "0.2.2" revision commit))
(uri (git-reference (source
(url "https://github.com/TelepathyIM/telepathy-idle") (origin
(commit (string-append "telepathy-idle-" version)))) (method git-fetch)
(file-name (git-file-name name version)) (uri (git-reference
(sha256 (url "https://github.com/TelepathyIM/telepathy-idle")
(base32 "1pfw4g2cicw3ykxhsy743r0fc1yqbdrqxh2c5ha6am19dajcr95l")))) (commit commit)))
(build-system gnu-build-system) (file-name (git-file-name name version))
(native-inputs (sha256
(list autoconf automake libtool pkg-config)) (base32 "02wb61h2k3hhis5y2xi5rhc6pmikd13x722hk620sqb9b3m5pn3s"))))
(inputs (build-system gnu-build-system)
(list libxslt python-2 python2-dbus)) (native-inputs (list autoconf automake libtool pkg-config))
(propagated-inputs (inputs (list libxslt python-wrapper python-dbus))
(list telepathy-glib)) (propagated-inputs (list telepathy-glib))
(home-page "https://telepathy.freedesktop.org/") (home-page "https://telepathy.freedesktop.org/")
(synopsis "Telepathy IRC connection manager") (synopsis "Telepathy IRC connection manager")
(description (description
"Idle is an IRC connection manager for the Telepathy framework. This "Idle is an IRC connection manager for the Telepathy framework. This
package enables usage of IRC channels and private messages in Telepathy instant package enables usage of IRC channels and private messages in Telepathy instant
messaging clients such as Empathy, GNOME Shell or KDE Telepathy.") messaging clients such as Empathy, GNOME Shell or KDE Telepathy.")
(license (list license:lgpl2.1 license:lgpl2.1+)))) (license (list license:lgpl2.1 license:lgpl2.1+)))))
(define-public telepathy-mission-control (define-public telepathy-mission-control
(package (package