[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
248/402: gnu: gnome-calendar: Update package definition.
From: |
guix-commits |
Subject: |
248/402: gnu: gnome-calendar: Update package definition. |
Date: |
Tue, 18 Aug 2020 16:47:51 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 89d639b3d136aca03871b94ed92436e9f353e738
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Tue Aug 4 10:59:51 2020 -0400
gnu: gnome-calendar: Update package definition.
* gnu/packages/gnome.scm (gnome-calendar) [version]: Update to 3.36.2.
[propagated-inputs]: Move evolution-data-server to ...
[inputs]: ... here. Add geocode-glib, glib, gtk+, libhandy, libical and
libsoup.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 54 +++++++++++++++++++++++++++-----------------------
1 file changed, 29 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0ceeb3e..74c9879 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10656,47 +10656,51 @@ desktop. It supports world clock, stop watch,
alarms, and count down timer.")
(define-public gnome-calendar
(package
(name "gnome-calendar")
- (version "3.34.2")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "1bnmd191044zn2kr6f5vg7sm5q59qf7z652awll1f7s6ahijr8rw"))))
+ (version "3.36.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32 "07sc1kn65dzxsxpv0vl5dj1a5awljjsfl9jldrg0hnjmq12m7c6h"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t
- ;; gnome-calendar has to be installed before the tests can be run
- ;; https://bugzilla.gnome.org/show_bug.cgi?id=788224
- #:tests? #f
+ `(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'skip-gtk-update-icon-cache
- ;; Don't create 'icon-theme.cache'.
(lambda _
(substitute* "build-aux/meson/meson_post_install.py"
- (("gtk-update-icon-cache") "true"))
+ (("gtk-update-icon-cache")
+ "true"))
#t)))))
(native-inputs
`(("gettext" ,gettext-minimal)
- ("glib-bin" ,glib "bin") ; For glib-compile-schemas
+ ("glib-bin" ,glib "bin")
("pkg-config" ,pkg-config)))
(inputs
- `(("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
+ `(("evolution-data-server" ,evolution-data-server)
+ ("geocode-glib" ,geocode-glib)
+ ("glib" ,glib)
+ ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ ("gtk+" ,gtk+)
("libdazzle" ,libdazzle)
+ ("libgeoclue" ,geoclue)
+ ("libhandy" ,libhandy)
+ ("libical" ,libical)
+ ("libsoup", libsoup)
("libedataserverui" ,evolution-data-server)
- ("libgweather" ,libgweather)
- ("geoclue" ,geoclue)))
- (propagated-inputs
- `(("evolution-data-server" ,evolution-data-server)))
+ ("libgweather" ,libgweather)))
+ (synopsis "Calendar application for GNOME")
+ (description "GNOME Calendar is a simple and beautiful calendar application
+designed to perfectly fit the GNOME desktop. By reusing the components which
+the GNOME desktop is build on, Calendar nicely integrates with the GNOME
+ecosystem.")
(home-page "https://wiki.gnome.org/Apps/Calendar")
- (synopsis "GNOME's calendar application")
- (description
- "GNOME Calendar is a simple calendar application designed to fit the GNOME
-desktop. It supports multiple calendars, month, week and year view.")
(license license:gpl3+)))
(define-public gnome-todo
- 187/402: gnu: gssdp: Update package definition., (continued)
- 187/402: gnu: gssdp: Update package definition., guix-commits, 2020/08/18
- 195/402: gnu: Add gnome-js-common., guix-commits, 2020/08/18
- 201/402: gnu: libgsf: Update package definition., guix-commits, 2020/08/18
- 206/402: gnu: libgxps: Update package definition., guix-commits, 2020/08/18
- 212/402: gnu: libzapojit: Update package definition., guix-commits, 2020/08/18
- 226/402: gnu: Add libgrss., guix-commits, 2020/08/18
- 224/402: Revert "gnu: java-jakarta-oro: Update hash.", guix-commits, 2020/08/18
- 238/402: gnu: eog: Update package definition., guix-commits, 2020/08/18
- 244/402: gnu: gnome-backgrounds: Update package definition., guix-commits, 2020/08/18
- 247/402: gnu: gnome-calculator: Update package definition., guix-commits, 2020/08/18
- 248/402: gnu: gnome-calendar: Update package definition.,
guix-commits <=
- 250/402: gnu: gnome-clocks: Update package definition., guix-commits, 2020/08/18
- 256/402: gnu: rust-cssparser@0.27.2: Fix reference to rust-proc-macro2., guix-commits, 2020/08/18
- 266/402: gnu: rust-pin-project-internal@0.4.22: Fix reference to rust-quote., guix-commits, 2020/08/18
- 268/402: gnu: rust-cssparser-macros: Move definition., guix-commits, 2020/08/18
- 203/402: gnu: libgudev: Update package definition., guix-commits, 2020/08/18
- 204/402: gnu: glade: Update package definition., guix-commits, 2020/08/18
- 208/402: gnu: libmediaart: Update package definition., guix-commits, 2020/08/18
- 211/402: gnu: rest: Update package definition., guix-commits, 2020/08/18
- 215/402: gnu: mm-common: Update package definition., guix-commits, 2020/08/18
- 217/402: gnu: Add ldns., guix-commits, 2020/08/18