1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: Add lightly.

* gnu/packages/kde-plasma.scm (lightly): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Petr Hodina
2022-09-24 17:16:11 +02:00
committed by Marius Bakke
parent 576d8c5bab
commit 9946e5800f

View File

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