guix-commits
[Top][All Lists]
Advanced

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

129/347: gnu: Add plasma5support.


From: guix-commits
Subject: 129/347: gnu: Add plasma5support.
Date: Fri, 28 Jun 2024 09:58:43 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 146e2ec3ee5c8aa3b1a586153db779730dd12743
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri May 3 22:55:31 2024 +0800

    gnu: Add plasma5support.
    
    * gnu/packages/kde-plasma.scm (plasma5support): New variable.
    
    Change-Id: I51a0c5cdab96f54a8b4aab86550ffb2763daa798
---
 gnu/packages/kde-plasma.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 74055848b9..72899b0e51 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1645,6 +1645,31 @@ on top of Baloo.")
      "KDE Plasma is an advanced graphical desktop system.")
     (license license:gpl2+)))
 
+(define-public plasma5support
+  (package
+    (name "plasma5support")
+    (version "6.0.4")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma/" version
+                                  "/" name "-" version ".tar.xz"))
+              (sha256
+               (base32
+                "18bm5683vbjl72mz03yiyg1y57dwc2g9vm4b2yb4c6wkqsp1ydai"))))
+    (build-system qt-build-system)
+    (arguments (list #:qtbase qtbase))
+    (native-inputs (list extra-cmake-modules))
+    (propagated-inputs (list kservice-6 kcoreaddons-6))
+    (inputs (list
+             kconfig-6
+             ki18n-6
+             qtdeclarative))
+    (home-page "https://invent.kde.org/plasma/plasma5support";)
+    (synopsis "Support components for porting from KF5/Qt5 to KF6/Qt6")
+    (description "This package provids support components for porting from
+KF5/Qt5 to KF6/Qt6")
+    (license (list license:lgpl2.0+))))
+
 (define-public plasma-bigscreen
   (package
     (name "plasma-bigscreen")



reply via email to

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