guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]