* [bug#38853] gnu: gnome: Add missing inputs.
@ 2020-01-01 20:22 Raghav Gururajan
[not found] ` <handler.38853.B.157791019631784.ack@debbugs.gnu.org>
2020-01-02 11:28 ` Raghav Gururajan
0 siblings, 2 replies; 5+ messages in thread
From: Raghav Gururajan @ 2020-01-01 20:22 UTC (permalink / raw)
To: 38853
[-- Attachment #1: Type: text/plain, Size: 105 bytes --]
Hello Guix!
Please find the attached patch to add missing inputs for gnome meta-
package.
Regards,
RG.
[-- Attachment #2: 0001-gnu-gnome-Add-missing-inputs.patch --]
[-- Type: text/x-patch, Size: 1684 bytes --]
From f0a44fdab19dede143b14257ee3a10636ecad36f Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Wed, 1 Jan 2020 15:18:22 -0500
Subject: [PATCH] gnu: gnome: Add missing inputs.
* gnu/packages/gnome.scm (gnome): Add missing inputs.
---
gnu/packages/gnome.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5658226b61..c8699fb428 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7278,8 +7278,9 @@ associations for GNOME.")
(propagated-inputs
;; TODO: Add or remove packages according to:
;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
+ `(
;; GNOME-Core-OS-Services
- `(("accountsservice" ,accountsservice)
+ ("accountsservice" ,accountsservice)
("network-manager" ,network-manager)
("packagekit" ,packagekit)
("upower" ,upower)
@@ -7291,12 +7292,15 @@ associations for GNOME.")
("gnome-bluetooth" ,gnome-bluetooth)
("gnome-control-center" ,gnome-control-center)
("gnome-desktop" ,gnome-desktop)
+ ("gnome-getting-started-docs" ,gnome-getting-started-docs)
("gnome-keyring" ,gnome-keyring)
+ ("gnome-menus" ,gnome-menus)
("gnome-session" ,gnome-session)
("gnome-settings-daemon" ,gnome-settings-daemon)
("gnome-shell-extensions" ,gnome-shell-extensions)
("gnome-shell" ,gnome-shell)
("gnome-themes-extra" ,gnome-themes-extra)
+ ("gnome-user-docs" ,gnome-user-docs)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gvfs" ,gvfs)
("mutter" ,mutter)
--
2.24.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#38853] gnu: gnome: Add missing inputs. V2
[not found] ` <handler.38853.B.157791019631784.ack@debbugs.gnu.org>
@ 2020-01-02 11:01 ` Raghav Gururajan
0 siblings, 0 replies; 5+ messages in thread
From: Raghav Gururajan @ 2020-01-02 11:01 UTC (permalink / raw)
To: 38853
[-- Attachment #1: Type: text/plain, Size: 105 bytes --]
Hello Guix!
Please find the attached patch to add missing inputs for gnome meta-
package.
Regards,
RG.
[-- Attachment #2: gnome.patch --]
[-- Type: text/x-patch, Size: 1368 bytes --]
From 3735ff3833999e93d920108f45eadbc2396fb38f Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Thu, 2 Jan 2020 05:55:55 -0500
Subject: [PATCH] gnu: gnome: Add missing inputs.
* gnu/packages/gnome.scm (gnome): Add missing inputs.
---
gnu/packages/gnome.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e0712bf99a..ae6b25f9bb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7202,8 +7202,9 @@ associations for GNOME.")
(propagated-inputs
;; TODO: Add or remove packages according to:
;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
+ `(
;; GNOME-Core-OS-Services
- `(("accountsservice" ,accountsservice)
+ ("accountsservice" ,accountsservice)
("network-manager" ,network-manager)
("packagekit" ,packagekit)
("upower" ,upower)
@@ -7247,7 +7248,10 @@ associations for GNOME.")
("nautilus" ,nautilus)
("simple-scan" ,simple-scan)
("totem" ,totem)
- ("yelp" ,yelp)))
+ ("yelp" ,yelp)
+ ;; Others
+ ("hicolor-icon-theme" ,hicolor-icon-theme)
+ ("gnome-online-accounts" ,gnome-online-accounts)))
(synopsis "The GNU desktop environment")
(home-page "https://www.gnome.org/")
(description
--
2.24.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#38853] gnu: gnome: Add missing inputs. V2
2020-01-01 20:22 [bug#38853] gnu: gnome: Add missing inputs Raghav Gururajan
[not found] ` <handler.38853.B.157791019631784.ack@debbugs.gnu.org>
@ 2020-01-02 11:28 ` Raghav Gururajan
2020-01-02 11:37 ` [bug#38853] gnu: gnome: Add missing inputs. V3 Raghav Gururajan
1 sibling, 1 reply; 5+ messages in thread
From: Raghav Gururajan @ 2020-01-02 11:28 UTC (permalink / raw)
To: 38853
[-- Attachment #1: Type: text/plain, Size: 104 bytes --]
Hello Guix!
Please find the revised patch to add missing inputs for gnome meta-
package.
Regards,
RG.
[-- Attachment #2: gnome.patch --]
[-- Type: text/x-patch, Size: 2113 bytes --]
From 0482e83b4fe7c2ae4f57b6c7f974e082ba5af680 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Thu, 2 Jan 2020 06:23:30 -0500
Subject: [PATCH] gnu: gnome: Add missing inputs.
* gnu/packages/gnome.scm (gnome): Add missing inputs.
---
gnu/packages/gnome.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e0712bf99a..6a784d1213 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7202,8 +7202,9 @@ associations for GNOME.")
(propagated-inputs
;; TODO: Add or remove packages according to:
;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
+ `(
;; GNOME-Core-OS-Services
- `(("accountsservice" ,accountsservice)
+ ("accountsservice" ,accountsservice)
("network-manager" ,network-manager)
("packagekit" ,packagekit)
("upower" ,upower)
@@ -7215,12 +7216,15 @@ associations for GNOME.")
("gnome-bluetooth" ,gnome-bluetooth)
("gnome-control-center" ,gnome-control-center)
("gnome-desktop" ,gnome-desktop)
+ ("gnome-getting-started-docs" ,gnome-getting-started-docs)
("gnome-keyring" ,gnome-keyring)
+ ("gnome-menus" ,gnome-menus)
("gnome-session" ,gnome-session)
("gnome-settings-daemon" ,gnome-settings-daemon)
("gnome-shell-extensions" ,gnome-shell-extensions)
("gnome-shell" ,gnome-shell)
("gnome-themes-extra" ,gnome-themes-extra)
+ ("gnome-user-docs" ,gnome-user-docs)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gvfs" ,gvfs)
("mutter" ,mutter)
@@ -7247,7 +7251,10 @@ associations for GNOME.")
("nautilus" ,nautilus)
("simple-scan" ,simple-scan)
("totem" ,totem)
- ("yelp" ,yelp)))
+ ("yelp" ,yelp)
+ ;; Others
+ ("hicolor-icon-theme" ,hicolor-icon-theme)
+ ("gnome-online-accounts" ,gnome-online-accounts)))
(synopsis "The GNU desktop environment")
(home-page "https://www.gnome.org/")
(description
--
2.24.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#38853] gnu: gnome: Add missing inputs. V3
2020-01-02 11:28 ` Raghav Gururajan
@ 2020-01-02 11:37 ` Raghav Gururajan
2020-01-02 13:01 ` bug#38853: " Efraim Flashner
0 siblings, 1 reply; 5+ messages in thread
From: Raghav Gururajan @ 2020-01-02 11:37 UTC (permalink / raw)
To: 38853
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
Hello Guix!
Please find the revised patch attached with this email, to add missing
inputs for gnome meta-package. Please ignore V2.
Regards,
RG.
[-- Attachment #2: gnome.patch --]
[-- Type: text/x-patch, Size: 2113 bytes --]
From 0482e83b4fe7c2ae4f57b6c7f974e082ba5af680 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Thu, 2 Jan 2020 06:23:30 -0500
Subject: [PATCH] gnu: gnome: Add missing inputs.
* gnu/packages/gnome.scm (gnome): Add missing inputs.
---
gnu/packages/gnome.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e0712bf99a..6a784d1213 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7202,8 +7202,9 @@ associations for GNOME.")
(propagated-inputs
;; TODO: Add or remove packages according to:
;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
+ `(
;; GNOME-Core-OS-Services
- `(("accountsservice" ,accountsservice)
+ ("accountsservice" ,accountsservice)
("network-manager" ,network-manager)
("packagekit" ,packagekit)
("upower" ,upower)
@@ -7215,12 +7216,15 @@ associations for GNOME.")
("gnome-bluetooth" ,gnome-bluetooth)
("gnome-control-center" ,gnome-control-center)
("gnome-desktop" ,gnome-desktop)
+ ("gnome-getting-started-docs" ,gnome-getting-started-docs)
("gnome-keyring" ,gnome-keyring)
+ ("gnome-menus" ,gnome-menus)
("gnome-session" ,gnome-session)
("gnome-settings-daemon" ,gnome-settings-daemon)
("gnome-shell-extensions" ,gnome-shell-extensions)
("gnome-shell" ,gnome-shell)
("gnome-themes-extra" ,gnome-themes-extra)
+ ("gnome-user-docs" ,gnome-user-docs)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gvfs" ,gvfs)
("mutter" ,mutter)
@@ -7247,7 +7251,10 @@ associations for GNOME.")
("nautilus" ,nautilus)
("simple-scan" ,simple-scan)
("totem" ,totem)
- ("yelp" ,yelp)))
+ ("yelp" ,yelp)
+ ;; Others
+ ("hicolor-icon-theme" ,hicolor-icon-theme)
+ ("gnome-online-accounts" ,gnome-online-accounts)))
(synopsis "The GNU desktop environment")
(home-page "https://www.gnome.org/")
(description
--
2.24.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#38853: gnu: gnome: Add missing inputs. V3
2020-01-02 11:37 ` [bug#38853] gnu: gnome: Add missing inputs. V3 Raghav Gururajan
@ 2020-01-02 13:01 ` Efraim Flashner
0 siblings, 0 replies; 5+ messages in thread
From: Efraim Flashner @ 2020-01-02 13:01 UTC (permalink / raw)
To: Raghav Gururajan; +Cc: 38853-done
[-- Attachment #1: Type: text/plain, Size: 265 bytes --]
I fixed the commit message and pushed the patch.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-01-02 13:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-01 20:22 [bug#38853] gnu: gnome: Add missing inputs Raghav Gururajan
[not found] ` <handler.38853.B.157791019631784.ack@debbugs.gnu.org>
2020-01-02 11:01 ` [bug#38853] gnu: gnome: Add missing inputs. V2 Raghav Gururajan
2020-01-02 11:28 ` Raghav Gururajan
2020-01-02 11:37 ` [bug#38853] gnu: gnome: Add missing inputs. V3 Raghav Gururajan
2020-01-02 13:01 ` bug#38853: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.