[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
331/402: gnu: Add gnome-minimal.
From: |
guix-commits |
Subject: |
331/402: gnu: Add gnome-minimal. |
Date: |
Tue, 18 Aug 2020 16:48:17 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit ff08636c80ce6521ffab6585036cf0ba9b357fe5
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Fri Aug 14 05:24:30 2020 -0400
gnu: Add gnome-minimal.
* gnu/packages/gnome.scm (gnome-minimal): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 46 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c601c9f..c1d6087 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10634,6 +10634,52 @@ designed to put you in control and bring freedom to
everybody.")
(home-page "https://www.gnome.org/")
(license license:gpl2+)))
+(define-public gnome-minimal
+ (package
+ (name "gnome-minimal")
+ (version (package-version gnome-shell))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments '(#:builder (begin (mkdir %output) #t)))
+ ;; Keep the list updated with,
+ ;; <https://calc.disroot.org/2nu6mpf88ynq.html>.
+ (propagated-inputs
+ `( ;; GNOME-Core-OS-Services
+ ("accountsservice" ,accountsservice)
+ ("network-manager" ,network-manager)
+ ("upower" ,upower)
+ ;; GNOME-Core-Shell
+ ("adwaita-icon-theme" ,adwaita-icon-theme)
+ ("gdm" ,gdm)
+ ("glib-networking" ,glib-networking)
+ ("gnome-backgrounds" ,gnome-backgrounds)
+ ("gnome-bluetooth" ,gnome-bluetooth)
+ ("gnome-color-manager" ,gnome-color-manager)
+ ("gnome-control-center" ,gnome-control-center)
+ ("gnome-desktop" ,gnome-desktop)
+ ("gnome-getting-started-docs" ,gnome-getting-started-docs)
+ ("gnome-initial-setup" ,gnome-initial-setup)
+ ("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)
+ ("gnome-user-share" ,gnome-user-share)
+ ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
+ ("gvfs" ,gvfs)
+ ("mutter" ,mutter)
+ ("orca" ,orca)
+ ("rygel" ,rygel)
+ ("sushi" ,sushi)))
+ (synopsis "GNU Desktop Environment")
+ (description "GNOME is an easy and elegant desktop environment. It is
+designed to put you in control and bring freedom to everybody.")
+ (home-page "https://www.gnome.org/")
+ (license license:gpl2+)))
+
(define-public byzanz
;; The last stable release of Byzanz was in 2011, but there have been many
;; useful commits made to the Byzanz repository since then that it would be
- 313/402: gnu: libmusicbrainz: Propagate inputs., (continued)
- 313/402: gnu: libmusicbrainz: Propagate inputs., guix-commits, 2020/08/18
- 316/402: gnu: wayland: Update package definition., guix-commits, 2020/08/18
- 324/402: gnu: gnome-shell: Update package definition., guix-commits, 2020/08/18
- 320/402: gnu: Add mozjs-68., guix-commits, 2020/08/18
- 312/402: gnu: simple-scan: Update package definition., guix-commits, 2020/08/18
- 319/402: gnu: Add egl-wayland., guix-commits, 2020/08/18
- 317/402: gnu: wayland-protocols: Update package definition., guix-commits, 2020/08/18
- 325/402: build-system/glib-or-gtk: Include GI_TYPELIB_PATH in wrapper., guix-commits, 2020/08/18
- 327/402: build-system/python: Also wrap executables that are in "libexec"., guix-commits, 2020/08/18
- 330/402: gnu: gnome: Revise package definition., guix-commits, 2020/08/18
- 331/402: gnu: Add gnome-minimal.,
guix-commits <=
- 334/402: build-system/cmake: Only include phases that are enabled., guix-commits, 2020/08/18
- 335/402: gnu: gdm: Fix elogind., guix-commits, 2020/08/18
- 336/402: gnu: flatpak: Fix build., guix-commits, 2020/08/18
- 337/402: gnu: at-spi2-core: Include python phases., guix-commits, 2020/08/18
- 338/402: gnu: dconf: Include python phases., guix-commits, 2020/08/18
- 339/402: gnu: fcitx: Include glib-or-gtk and python phases., guix-commits, 2020/08/18
- 340/402: gnu: gcr: Include python phases., guix-commits, 2020/08/18
- 342/402: gnu: gobject-introspection: Include python phases., guix-commits, 2020/08/18
- 343/402: gnu: graphene: Include python phases., guix-commits, 2020/08/18
- 344/402: gnu: gst-libav: Include python phases., guix-commits, 2020/08/18