[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/45: gnu: Add breeze-plymouth DUMMY.
From: |
guix-commits |
Subject: |
41/45: gnu: Add breeze-plymouth DUMMY. |
Date: |
Sun, 31 Jan 2021 10:27:30 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit 1b5832023a21ff88030dc747f70c06562b837475
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Fri Jun 9 14:11:15 2017 +0200
gnu: Add breeze-plymouth DUMMY.
* gnu/packages/kde-plasma.scm (breeze-plymouth): New variable.
---
gnu/packages/kde-plasma.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index f146232..e0e2c84 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -200,6 +200,32 @@ the Plasma Desktop. Breeze is the default theme for the
KDE Plasma desktop.")
(description "'Breeze' theme for grub")
(license license:gpl3+)))
+;; (define-public breeze-plymouth
+;; (package
+;; (name "breeze-plymouth")
+;; (version "5.9.3")
+;; (source
+;; (origin
+;; (method url-fetch)
+;; (uri (string-append "mirror://kde/stable/plasma/" version
+;; "/breeze-plymouth-" version ".tar.xz"))
+;; (sha256
+;; (base32 "0vz0hgx3hl03h4rkfrcaydaddljam3jbg6gd7n600a068p74s2mm"))))
+;; ;;
/gnu/store/n4nmkwvjxd1mjcl91h537m9y0h5gfv9x-breeze-plymouth-5.9.3.tar.xz
+;; (build-system trivial-build-system)
+;; (arguments
+;; `(#:builder #f))
+;; ;; TODO: GuixSD branding, see README in archive. Maybe replace the
+;; ;; os.log.{png,svgz}
+;; (native-inputs
+;; `(("extra-cmake-modules" ,extra-cmake-modules)))
+;; ;; (inputs
+;; ;; `("plymouth" ,#f))
+;; (home-page "https://www.kde.org/plasma-desktop")
+;; (synopsis "'Breeze' theme for Plymouth")
+;; (description "'Breeze' theme for Plymouth")
+;; (license license:gpl2+)))
+
(define-public breeze-gtk
(package
(name "breeze-gtk")
- 25/45: gnu: Add milou., (continued)
- 25/45: gnu: Add milou., guix-commits, 2021/01/31
- 31/45: gnu: Add plasma-tests. REWORD, guix-commits, 2021/01/31
- 35/45: gnu: Add systemsettings., guix-commits, 2021/01/31
- 37/45: gnu: Add khotkeys., guix-commits, 2021/01/31
- 42/45: gnu: Add utempter -- TODO later, guix-commits, 2021/01/31
- 40/45: gnu: Add breeze-grub DUMMY. MUST come after plasma-desktop, guix-commits, 2021/01/31
- 43/45: TODO gnu: Add discover., guix-commits, 2021/01/31
- 07/45: gnu: Add plasma-workspace., guix-commits, 2021/01/31
- 15/45: TEMP Add some helpers for running plasma in the VM., guix-commits, 2021/01/31
- 11/45: TEMP Add some Readme-files for packaging Plasma for Guix., guix-commits, 2021/01/31
- 41/45: gnu: Add breeze-plymouth DUMMY.,
guix-commits <=
- 06/45: gnu: Add kwin. use a patch REWORD, guix-commits, 2021/01/31
- 34/45: gnu: Add sddm-kcm., guix-commits, 2021/01/31
- 45/45: TEMP Add "playgound" for runninc plasma on another virtual terminal., guix-commits, 2021/01/31
- 32/45: gnu: Add plasma-workspace-wallpapers., guix-commits, 2021/01/31