[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/62: gnu: libgweather: Update to 3.28.2.
From: |
guix-commits |
Subject: |
21/62: gnu: libgweather: Update to 3.28.2. |
Date: |
Fri, 8 Feb 2019 16:26:38 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit 734a30f2e1f35b18a693265a5f2d1402538f8144
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 11:24:15 2018 +0200
gnu: libgweather: Update to 3.28.2.
* gnu/packages/gnome.scm (libgweather): Update to 3.28.2.
[build-system]: Use meson-build-system.
[arguments]: Disable tests; adjust configure flags; remove custom build
phases.
[inputs]: Move libsoup and geocode-glib from here...
[propagated-inputs]: ...to here.
---
gnu/packages/gnome.scm | 36 ++++++++++--------------------------
1 file changed, 10 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 360b746..c646814 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3021,7 +3021,7 @@ service via the system message bus.")
(define-public libgweather
(package
(name "libgweather")
- (version "3.26.1")
+ (version "3.28.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3029,30 +3029,14 @@ service via the system message bus.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1f64ix7acj0j0qvxwxaazii2bhsjgh5ang1kw14fkg25ndq899zw"))))
- (build-system gnu-build-system)
+ "0xfy5ghwvnz2g9074dy6512m4z2pv66pmja14vhi9imgacbfh708"))))
+ (build-system meson-build-system)
(arguments
- `(#:configure-flags
- `(,(string-append "--with-zoneinfo-dir="
+ `(#:tests? #f ; one of two tests requires network access
+ #:configure-flags
+ `(,(string-append "-Dzoneinfo_dir="
(assoc-ref %build-inputs "tzdata")
- "/share/zoneinfo"))
- #:phases
- (modify-phases %standard-phases
- (add-before 'check 'pre-check
- (lambda* (#:key inputs #:allow-other-keys)
- (substitute* "data/check-timezones.sh"
- (("/usr/share/zoneinfo/zone.tab")
- (string-append (assoc-ref inputs "tzdata")
- "/share/zoneinfo/zone.tab")))
- #t))
- (replace 'install
- (lambda _
- (zero?
- (system* "make"
- ;; Install vala bindings into $out.
- (string-append "vapidir=" %output
- "/share/vala/vapi")
- "install")))))))
+ "/share/zoneinfo"))))
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums
("gobject-introspection" ,gobject-introspection)
@@ -3065,10 +3049,10 @@ service via the system message bus.")
`(("gtk+" ,gtk+)
("gdk-pixbuf" ,gdk-pixbuf)
("libxml2" ,libxml2)
- ("libsoup" ,libsoup)))
- (inputs
- `(("tzdata" ,tzdata)
+ ("libsoup" ,libsoup)
("geocode-glib" ,geocode-glib)))
+ (inputs
+ `(("tzdata" ,tzdata)))
(home-page "https://wiki.gnome.org/action/show/Projects/LibGWeather")
(synopsis "Location, time zone, and weather library for GNOME")
(description
- 12/62: gnu: libproxy: Remove network-manager., (continued)
- 12/62: gnu: libproxy: Remove network-manager., guix-commits, 2019/02/08
- 18/62: gnu: gnumeric: Update to 1.12.41., guix-commits, 2019/02/08
- 15/62: gnu: gsettings-desktop-schemas: Update to 3.28.0., guix-commits, 2019/02/08
- 33/62: gnu: orca: Update to 3.28.1., guix-commits, 2019/02/08
- 24/62: gnu: eog: Update to 3.28.2., guix-commits, 2019/02/08
- 48/62: gnu: gnome-screenshot: Update to 3.26.0., guix-commits, 2019/02/08
- 45/62: gnu: gnome-calendar: Update to 3.28.2., guix-commits, 2019/02/08
- 52/62: gnu: gnome-control-center: Update to 3.28.2., guix-commits, 2019/02/08
- 50/62: gnu: gnome-bluetooth: Update to 3.28.0., guix-commits, 2019/02/08
- 19/62: gnu: five-or-more: Update to 3.28.0., guix-commits, 2019/02/08
- 21/62: gnu: libgweather: Update to 3.28.2.,
guix-commits <=
- 42/62: gnu: gnome-calculator: Update to 3.28.2., guix-commits, 2019/02/08
- 38/62: gnu: mutter: Update to 3.28.2., guix-commits, 2019/02/08
- 53/62: gnu: gdm: Update to 3.28.2., guix-commits, 2019/02/08
- 61/62: gnu: gnome-settings-daemon: Ensure RUNPATH contains library subdir., guix-commits, 2019/02/08
- 34/62: gnu: cheese: Propagate more inputs., guix-commits, 2019/02/08
- 28/62: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/02/08
- 31/62: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/02/08
- 58/62: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/02/08
- 49/62: gnu: tracker: Update to 2.0.4., guix-commits, 2019/02/08
- 62/62: gnu: gnome-shell: Update to 3.28.2., guix-commits, 2019/02/08