GNU bug report logs -
#66856
[PATCH 0/7] Add some themes and extensions for KDE Plasma.
Previous Next
Full log
Message #43 received at 66856 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/kde-xyz.scm (plasma-applet-better-inline-clock): New variable.
Change-Id: If73674849dc8941f7dfcbc35a1243af12dbb7419
---
gnu/packages/kde-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/kde-xyz.scm b/gnu/packages/kde-xyz.scm
index 9a55c7114e..613733a7b0 100644
--- a/gnu/packages/kde-xyz.scm
+++ b/gnu/packages/kde-xyz.scm
@@ -85,3 +85,32 @@ (define-public plasma-applet-advanced-radio-player
"Advanced Radio Player is a radio player extension for Plasma, with
editable list of stations.")
(license license:lgpl2.0+))))
+
+(define-public plasma-applet-better-inline-clock
+ (let ((commit "bbad71b48073879f16b484788d01831ad53316b5") ;version 3.1
+ (revision "0"))
+ (package
+ (name "plasma-applet-better-inline-clock")
+ (version "3.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url
+ "https://github.com/MarianArlt/kde-plasmoid-betterinlineclock")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "079k170dvga736hv4pi1n4mbqdwk1wl6n7x4blf22mn53zlcrl84"))))
+ (build-system copy-build-system)
+ (arguments
+ `(#:install-plan
+ `(("org.kde.plasma.betterinlineclock"
+ "/share/plasma/plasmoids/org.kde.plasma.betterinlineclock"))))
+ (home-page
+ "https://github.com/MarianArlt/kde-plasmoid-betterinlineclock")
+ (synopsis "Single line clock applet for Plasma")
+ (description
+ "This package provides single line clock applet for Plasma.")
+ (license license:gpl2+))))
--
2.41.0
This bug report was last modified 1 year and 227 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.