[PATCH] gnu: orage: Update to 4.16.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220411135230.2861-1-mike@rohleder.de
* 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.
---
gnu/packages/xfce.scm | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)

Toggle diff (42 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 44b6c34b29..e89b1257bb 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1212,7 +1212,7 @@ (define-public xfce4-taskmanager
(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 @@ (define-public orage
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
--
2.35.1
Ludovic Courtès wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 54853-done@debbugs.gnu.org)
87y202t7tr.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (5 lines)
> * 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.

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 54853@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 54853
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help