[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/14: gnu: orage: Update to 4.16.0.
From: |
guix-commits |
Subject: |
07/14: gnu: orage: Update to 4.16.0. |
Date: |
Mon, 18 Apr 2022 17:27:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 355982a3f52cf4f7c20dd54e1e34983905791b5c
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Apr 11 15:52:30 2022 +0200
gnu: orage: Update to 4.16.0.
* gnu/packages/xfce.scm (orage): Update to 4.16.0.
[arguments]: Remove unneeded phase fix-build-with-libical3.
[native-inputs]: Add glib:bin for dbus-binding-tool.
[inputs]: Add dbus-glib for dbus support, libxfce4ui.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/xfce.scm | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 04a1650a29..ba05099e87 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1212,7 +1212,7 @@ memory usage graphically, and it can display processes as
a tree.")
(define-public orage
(package
(name "orage")
- (version "4.12.1")
+ (version "4.16.0")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/"
@@ -1220,20 +1220,15 @@ memory usage graphically, and it can display processes
as a tree.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "0qlhvnl2m33vfxqlbkic2nmfpwyd4mq230jzhs48cg78392amy9w"))))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-build-with-libical3
- (lambda* _
- (substitute* "src/ical-code.c" ;; .is_utc not available in
libical3
- ((".*\\.is_utc.*$") ""))
- #t)))))
+ "000py6r63rlv7pjwvwd7ycrb383lny8ha7ha3qpwh1r0d8xil496"))))
(build-system gnu-build-system)
(native-inputs
- (list intltool pkg-config))
+ (list
+ `(,glib "bin") ; for dbus-binding-tool
+ intltool
+ pkg-config))
(inputs
- (list gtk+-2 libical libnotify popt xfce4-panel))
+ (list dbus-glib gtk+-2 libical libnotify libxfce4ui popt xfce4-panel))
(home-page "https://www.xfce.org/projects/")
(synopsis "Simple calendar application with reminders")
(description
- branch master updated (237d90a780 -> 6b677f4299), guix-commits, 2022/04/18
- 03/14: gnu: python-jmespath: Update to 1.0.0., guix-commits, 2022/04/18
- 05/14: gnu: Remove python-botocore-for-awscli., guix-commits, 2022/04/18
- 08/14: gnu: mousepad: Update to 0.5.9., guix-commits, 2022/04/18
- 07/14: gnu: orage: Update to 4.16.0.,
guix-commits <=
- 04/14: gnu: awscli: Update to 1.22.90., guix-commits, 2022/04/18
- 02/14: gnu: nss-certs: Support cross-compilation., guix-commits, 2022/04/18
- 06/14: gnu: Remove python-pyyaml-for-awscli., guix-commits, 2022/04/18
- 10/14: gnu: Add python-quart., guix-commits, 2022/04/18
- 13/14: gnu: emacs-chess: Fix path to pieces., guix-commits, 2022/04/18
- 01/14: gnu: ntp: Support cross-compilation., guix-commits, 2022/04/18
- 14/14: services: ipfs: Adjust for Shepherd 0.9., guix-commits, 2022/04/18
- 09/14: gnu: janet: Update to 1.21.1., guix-commits, 2022/04/18
- 11/14: gnu: Add python-ajsonrpc., guix-commits, 2022/04/18
- 12/14: gnu: Add python-sre-yield., guix-commits, 2022/04/18