gnu: workrave: Update to version 1.10.34.

* gnu/packages/gnome.scm (workrave): Update version and hash strings.
[inputs]: Remove python-cheetah.
[native-inputs]: Add boost, python-3 and python-jinja2; remove the "bin"
output of glib.
This commit is contained in:
Maxim Cournoyer 2019-09-09 11:05:57 +09:00
parent 7dc4b2a728
commit aa51d92cdb
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 8 additions and 6 deletions

View File

@ -39,6 +39,7 @@
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org> ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2019 Jelle Licht <jlicht@fsfe.org> ;;; Copyright © 2019 Jelle Licht <jlicht@fsfe.org>
;;; Copyright © 2019 Jonathan Frederickson <jonathan@terracrypt.net> ;;; Copyright © 2019 Jonathan Frederickson <jonathan@terracrypt.net>
;;; Copyright © 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -65,6 +66,7 @@
#:use-module (gnu packages base) #:use-module (gnu packages base)
#:use-module (gnu packages bash) #:use-module (gnu packages bash)
#:use-module (gnu packages bison) #:use-module (gnu packages bison)
#:use-module (gnu packages boost)
#:use-module (gnu packages build-tools) #:use-module (gnu packages build-tools)
#:use-module (gnu packages calendar) #:use-module (gnu packages calendar)
#:use-module (gnu packages cdrom) #:use-module (gnu packages cdrom)
@ -7992,7 +7994,7 @@ configurable file renaming. ")
(define-public workrave (define-public workrave
(package (package
(name "workrave") (name "workrave")
(version "1.10.23") (version "1.10.34")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8003,7 +8005,7 @@ configurable file renaming. ")
version))))) version)))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1qhlwfhwk5agv4904d6bsf83k9k89q7bms6agg967vsca4905vcw")))) (base32 "0czwhr7nw523753ajcjjfwrf91mq8pmzr19gp0srqsvb1dsn1zcf"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(propagated-inputs `(("glib" ,glib) (propagated-inputs `(("glib" ,glib)
("gtk+" ,gtk+) ("gtk+" ,gtk+)
@ -8014,9 +8016,8 @@ configurable file renaming. ")
("libxtst" ,libxtst) ("libxtst" ,libxtst)
("dconf" ,dconf) ("dconf" ,dconf)
("libice" ,libice))) ("libice" ,libice)))
(inputs `(("libsm" ,libsm) (inputs `(("libsm" ,libsm)))
("python-cheetah" ,python2-cheetah))) (native-inputs `(("boost" ,boost)
(native-inputs `(("glib" ,glib "bin")
("pkg-config" ,pkg-config) ("pkg-config" ,pkg-config)
("gettext" ,gnu-gettext) ("gettext" ,gnu-gettext)
("autoconf" ,autoconf) ("autoconf" ,autoconf)
@ -8026,7 +8027,8 @@ configurable file renaming. ")
("intltool" ,intltool) ("intltool" ,intltool)
("libxscrnsaver" ,libxscrnsaver) ("libxscrnsaver" ,libxscrnsaver)
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("python2" ,python-2))) ("python3" ,python-3)
("python-jinja2" ,python-jinja2)))
(synopsis "Tool to help prevent repetitive strain injury (RSI)") (synopsis "Tool to help prevent repetitive strain injury (RSI)")
(description (description
"Workrave is a program that assists in the recovery and prevention of "Workrave is a program that assists in the recovery and prevention of