[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
96/465: gnu: Add libplasma.
From: |
guix-commits |
Subject: |
96/465: gnu: Add libplasma. |
Date: |
Tue, 16 Jul 2024 11:02:37 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 7430c72077feac803b89559d5d3d60a04bcbccc0
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sat Jul 6 10:55:54 2024 +0800
gnu: Add libplasma.
* gnu/packages/kde-frameworks.scm (libplasma): New variable.
Change-Id: Id4d1bb1975ebf8256f336e3c6722b2792de191ee
---
gnu/packages/kde-frameworks.scm | 63 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index f5f32f1ef0..9ead0076e4 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3396,6 +3396,69 @@ setUrl, setUserAgent and call.")
;; dual licensed
(license (list license:bsd-2 license:lgpl2.1+))))
+(define-public libplasma
+ (package
+ (name "libplasma")
+ (version "6.1.2")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://kde/stable/plasma/"
+ version "/" name "-"
+ version ".tar.xz"))
+ (sha256
+ (base32
+ "0ji1cd8nc744lqg6m8qnbn923x57ljy5fcaxbq0fzh7qwij42qc0"))))
+ (build-system qt-build-system)
+ (propagated-inputs
+ (list kpackage kwindowsystem))
+ (native-inputs
+ (list extra-cmake-modules kdoctools pkg-config
+ gettext-minimal
+ ;; for wayland-scanner
+ wayland))
+ (inputs (list
+ karchive
+ kconfigwidgets
+ kglobalaccel
+ kguiaddons
+ kiconthemes
+ kirigami
+ kio
+ ki18n
+ kcmutils
+ ksvg
+ kglobalaccel
+ knotifications
+ plasma-wayland-protocols
+ plasma-activities
+ qtdeclarative
+ qtsvg
+ qtwayland
+ wayland
+ libxkbcommon))
+ (arguments
+ (list #:qtbase qtbase
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "HOME" (getcwd))
+ (invoke "ctest" "-E"
+ (string-append "(plasma-dialogstatetest"
+ "|plasma-iconitemtest"
+ "|plasma-dialogqmltest"
+ "|plasma-themetest"
+ "|iconitemhidpitest"
+ "|bug485688test"
+ "|dialognativetest)"))))))))
+ (home-page "https://invent.kde.org/plasma/libplasma")
+ (synopsis "Libraries, components and tools of Plasma workspaces")
+ (description "The plasma framework provides QML components, libplasma and
+script engines.")
+ ;; dual licensed
+ (license (list license:gpl2+ license:lgpl2.1+))))
+
(define-public plasma-framework
(package
(name "plasma-framework")
- 33/465: gnu: plasma-wayland-protocols: Update to 1.13.0., (continued)
- 33/465: gnu: plasma-wayland-protocols: Update to 1.13.0., guix-commits, 2024/07/16
- 51/465: gnu: prison: Update to 6.3.0., guix-commits, 2024/07/16
- 56/465: gnu: kcontacts: Update to 6.3.0., guix-commits, 2024/07/16
- 03/465: gnu: libraw: Update to 0.21.2., guix-commits, 2024/07/16
- 49/465: gnu: networkmanager-qt: Update to 6.3.0., guix-commits, 2024/07/16
- 64/465: gnu: Add kcolorscheme., guix-commits, 2024/07/16
- 67/465: gnu: kcompletion: Update to 6.3.0., guix-commits, 2024/07/16
- 69/465: gnu: kconfigwidgets: Update to 6.3.0., guix-commits, 2024/07/16
- 71/465: gnu: ktextwidgets: Update to 6.3.0., guix-commits, 2024/07/16
- 90/465: gnu: kparts: Update to 6.3.0., guix-commits, 2024/07/16
- 96/465: gnu: Add libplasma.,
guix-commits <=
- 98/465: gnu: kdesu: Update to 6.3.0., guix-commits, 2024/07/16
- 103/465: gnu: baloo: Update to 6.3.0., guix-commits, 2024/07/16
- 125/465: gnu: kactivitymanagerd: Update to 6.1.2., guix-commits, 2024/07/16
- 129/465: gnu: Add libqaccessibilityclient-qt5., guix-commits, 2024/07/16
- 130/465: gnu: kscreenlocker: Update to 6.1.2., guix-commits, 2024/07/16
- 19/465: gnu: polkit-qt: Update to 0.200.0., guix-commits, 2024/07/16
- 14/465: gnu: packagekit-qt5: Update to 1.1.1., guix-commits, 2024/07/16
- 30/465: gnu: karchive: Update to 6.3.0., guix-commits, 2024/07/16
- 31/465: gnu: kcalendarcore: Update to 6.3.0., guix-commits, 2024/07/16
- 42/465: gnu: ksyntaxhighlighting: Update to 6.3.0., guix-commits, 2024/07/16