unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 38905@debbugs.gnu.org
Subject: [bug#38905] gnu: Add gnome-initial-setup.
Date: Fri, 03 Jan 2020 15:51:58 -0500	[thread overview]
Message-ID: <a31b185c581b45da91a8c6cc0943bcb039cf63e1.camel@disroot.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 92 bytes --]

Hello Guix!

Please find the attached patch to add gnome-initial-setup.

Regards,
RG.

[-- Attachment #1.2: gnome-initial-setup.patch --]
[-- Type: text/x-patch, Size: 2724 bytes --]

From e295834ca7610994c56774a41c48c58f46053627 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Fri, 3 Jan 2020 15:49:08 -0500
Subject: [PATCH] gnu: Add gnome-initial-setup.

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 102f679b53..54e643a7ab 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,55 @@ 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-initial-setup
+  (package
+   (name "gnome-initial-setup")
+   (version "3.32.1")
+   (source (origin
+            (method url-fetch)
+            (uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
+                                (version-major+minor version)
+                                "/gnome-initial-setup-" version ".tar.xz"))
+            (sha256
+             (base32
+              "1gwhp7dalyc8zsb2pa66cmpdrj2d6drbq5p331sq6zp8ds10k9ry"))))
+   (build-system meson-build-system)
+   (arguments
+    '(#:configure-flags '("-Dcheese=disabled" "-Dsystemd=false"))) ;;Optional
+   (inputs
+    `(("accountsservice" ,accountsservice)
+      ("adwaita-icon-theme" ,adwaita-icon-theme)
+      ("cheese" ,cheese)
+      ("gdm" ,gdm)
+      ("geoclue" ,geoclue)
+      ("gettext" ,gettext-minimal)
+      ("glib:bin" ,glib "bin")
+      ("gnome-desktop" ,gnome-desktop)
+      ("gnome-getting-started-docs" ,gnome-getting-started-docs)
+      ("gnome-online-accounts" ,gnome-online-accounts)
+      ("gnome-online-accounts:lib" ,gnome-online-accounts "lib")
+      ("gstreamer" ,gstreamer)
+      ("gtk+:bin" ,gtk+ "bin")
+      ("ibus" ,ibus)
+      ("krb5" ,mit-krb5)
+      ("libgweather" ,libgweather)
+      ;;("libnma" ,libnma)
+      ("libsecret" ,libsecret)
+      ("network-manager" ,network-manager)
+      ("network-manager-applet" ,network-manager-applet) ;;libnma
+      ("packagekit" ,packagekit)
+      ("pkg-config" ,pkg-config)
+      ("polkit" ,polkit)
+      ("pwquality" ,libpwquality)
+      ("rest" ,rest)
+      ("upower" ,upower)
+      ("webkitgtk" ,webkitgtk)))
+   (synopsis "Initial setup wizard for GNOME desktop")
+   (description "GNOME Initial Setup aims to provide a simple, easy,
+and safe way to prepare a new system.")
+   (home-page "https://gitlab.gnome.org/GNOME/gnome-initial-setup")
+   (license license:gpl2)))
+
 (define-public gnome-color-manager
   (package
    (name "gnome-color-manager")
-- 
2.24.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2020-01-03 20:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 20:51 Raghav Gururajan [this message]
2020-01-07 23:31 ` [bug#38905] gnu: Add gnome-initial-setup Julien Lepiller
2020-01-09 14:00   ` [bug#38905] gnu: Add gnome-initial-setup. (v2) Raghav Gururajan
2020-01-12 21:39     ` bug#38905: " Danny Milosavljevic
2020-01-12 21:43     ` [bug#38905] " Raghav Gururajan
2020-01-13  7:36       ` Danny Milosavljevic
2020-01-14  0:03       ` Raghav Gururajan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a31b185c581b45da91a8c6cc0943bcb039cf63e1.camel@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=38905@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).