unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38935] gnu: Add gnome-weather.
@ 2020-01-05  1:59 Raghav Gururajan
  2020-01-13 17:27 ` bug#38935: " Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: Raghav Gururajan @ 2020-01-05  1:59 UTC (permalink / raw)
  To: 38935

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]

Hello Guix!

Please find the attached patch to add gnome-weather.

Thank you!

Regards,
RG.

[-- Attachment #2: gnome-weather.patch --]
[-- Type: application/octet-stream, Size: 2076 bytes --]

From b4d371f2c3af12b603a1efe738ee48f8f272d890 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Sat, 4 Jan 2020 20:56:46 -0500
Subject: [PATCH] gnu: Add gnome-weather.

* gnu/packages/gnome.scm (gnome-weather): New variable.
---
 gnu/packages/gnome.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0024a3e77b..4413690e59 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -247,6 +247,39 @@ Desktop.  It is designed to be as simple as possible and has some unique
 features to enable users to create their discs easily and quickly.")
     (license license:gpl2+)))  
 
+(define-public gnome-weather
+  (package
+   (name "gnome-weather")
+   (version "3.34.0")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/" name "/"
+                                (version-major+minor version) "/"
+                                name "-" version ".tar.xz"))
+            (sha256
+             (base32
+              "1g63xzs17i36if923b36k9fwbk0nqa5vz6zh1k6q2axrzhhpx1i4"))))
+   (build-system meson-build-system)
+   (native-inputs
+    `(("glib:bin" ,glib "bin")
+      ("pkg-config" ,pkg-config)))
+   (inputs
+    `(("adwaita-icon-theme" ,adwaita-icon-theme)
+      ("appstream-glib" ,appstream-glib)
+      ("gettext" ,gettext-minimal)
+      ("geoclue" ,geoclue)
+      ("gdk-pixbuf" ,gdk-pixbuf)
+      ("gjs" ,gjs)
+      ("gnome-desktop" ,gnome-desktop)
+      ("gobject-introspection" ,gobject-introspection)
+      ("gtk+:bin" ,gtk+ "bin")
+      ("libgweather" ,libgweather)))
+   (synopsis "Weather monitoring for GNOME desktop")
+   (description "GNOME Weather is a small application that allows you to monitor the
+current weather conditions for your city, or anywhere in the world.")
+   (home-page "https://wiki.gnome.org/Apps/Weather")
+   (license license:gpl2)))
+
 (define-public gnome-online-miners
   (package
     (name "gnome-online-miners")
-- 
2.24.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#38935: gnu: Add gnome-weather.
  2020-01-05  1:59 [bug#38935] gnu: Add gnome-weather Raghav Gururajan
@ 2020-01-13 17:27 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2020-01-13 17:27 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 38935-done

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

Pushed to guix master as commit 8672e5e9812fe0e84cb96f8e82a79165ef80351c
after removing the adwaita-icon-theme reference from input, moving
the references to gettext, gobject-introspection and gtk+:bin to
native-inputs, fixing license to gpl2+.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-13 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-05  1:59 [bug#38935] gnu: Add gnome-weather Raghav Gururajan
2020-01-13 17:27 ` bug#38935: " Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).