guix-commits
[Top][All Lists]
Advanced

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

195/332: gnu: plasma-welcome: Update to 5.27.6.


From: guix-commits
Subject: 195/332: gnu: plasma-welcome: Update to 5.27.6.
Date: Wed, 2 Aug 2023 10:37:00 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 46b1d21ae26edcf4a46aff865c50c6024d83c292
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu Jul 20 15:18:16 2023 +0800

    gnu: plasma-welcome: Update to 5.27.6.
    
    * gnu/packages/kde-plasma.scm (plasma-welcome): Update to 5.27.6.
    [source]: Use url-fetch.
    [inputs]: Add knewstuff kaccounts-integration signond kuserfeedback
    libaccounts-qt, remove system-settings.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/kde-plasma.scm | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 259720993b..279eaff075 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2273,19 +2273,18 @@ sensors, process information and other system 
resources.")
     (license (list license:gpl2 license:gpl3))))
 
 (define-public plasma-welcome
-(let ((commit "dac7569078782a96f122782c15d34e51737d2b89") ; no tags
-      (revision "1"))
   (package
     (name "plasma-welcome")
-    (version (git-version "0.1-pre" revision commit))
-    (home-page "https://invent.kde.org/plasma/plasma-welcome";)
+    (version  "5.27.6")
     (source (origin
-              (method git-fetch)
-              (uri (git-reference (url home-page) (commit commit)))
-              (file-name (git-file-name name version))
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/"
+                                  version "/plasma-welcome"
+                                  "-"
+                                  version ".tar.xz"))
               (sha256
                (base32
-                "1x7ra699r5a9kpa3isdnx6af4j6778kw2pmprnx4s8f1rwk2idhh"))))
+                "0lvvxllhshawj7pjx3d9l53clcnr73x519khgf27fpblil1x0hm8"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config))
@@ -2298,18 +2297,23 @@ sensors, process information and other system 
resources.")
            kirigami
            knotifications
            kservice
+           knewstuff
+           kaccounts-integration
+           signond
+           kuserfeedback
+           libaccounts-qt
            kwindowsystem
            networkmanager-qt
            plasma-framework
            qtdeclarative-5
            qtgraphicaleffects
            qtsvg-5
-           qtquickcontrols2-5
-           system-settings))
+           qtquickcontrols2-5))
     (synopsis "Plasma welcome screen")
     (description
      "This package provides a wizard for Plasma to configure settings.")
-    (license (list license:gpl2 license:gpl3)))))
+    (home-page "https://invent.kde.org/plasma/plasma-welcome";)
+    (license (list license:gpl2 license:gpl3))))
 
 (define-public plasma-workspace
   (package



reply via email to

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