guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

115/143: gnu: Add lightly.


From: guix-commits
Subject: 115/143: gnu: Add lightly.
Date: Mon, 21 Nov 2022 16:10:53 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 9946e5800f4de17e1186cdc405f0ce4acf74afaf
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Sat Sep 24 17:16:11 2022 +0200

    gnu: Add lightly.
    
    * gnu/packages/kde-plasma.scm (lightly): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 6929232290..b0d2d36ed9 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1292,6 +1292,36 @@ conjunction with the KDE Plasma Desktop.")
      "This package provides a daemon that listens to system notifications.")
     (license license:gpl2+)))
 
+(define-public lightly
+  (package
+    (name "lightly")
+    (version "0.4.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/Luwx/Lightly";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0qkjzgjplgwczhk6959iah4ilvazpprv7yb809jy75kkp1jw8mwk"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules))
+    (inputs (list kdecoration
+                  kcoreaddons
+                  kguiaddons
+                  kconfigwidgets
+                  kwindowsystem
+                  ki18n
+                  kiconthemes
+                  qtx11extras))
+    (home-page "https://github.com/Luwx/Lightly";)
+    (synopsis "Modern style for Qt applications")
+    (description
+     "Lightly is a fork of the Breeze theme that aims to be visually modern
+and minimalistic.")
+    (license license:gpl2+)))
+
 (define-public milou
   (package
     (name "milou")



reply via email to

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