[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/458: gnu: Add libplasma.
From: |
guix-commits |
Subject: |
95/458: gnu: Add libplasma. |
Date: |
Mon, 15 Jul 2024 07:59:59 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 228892409da295cc62f970ace62e483c1d48ca05
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")
- 339/458: gnu: Add knotifications-5., (continued)
- 339/458: gnu: Add knotifications-5., guix-commits, 2024/07/15
- 350/458: gnu: Add kbookmarks-5., guix-commits, 2024/07/15
- 353/458: gnu: Remove kxmlrpcclient., guix-commits, 2024/07/15
- 356/458: gnu: Add kdeclarative-5., guix-commits, 2024/07/15
- 366/458: gnu: Add ksyntaxhighlighting-5., guix-commits, 2024/07/15
- 369/458: gnu: Add knotifyconfig-5., guix-commits, 2024/07/15
- 372/458: gnu: kdevelop: Update to 24.05.2., guix-commits, 2024/07/15
- 89/458: gnu: kparts: Update to 6.3.0., guix-commits, 2024/07/15
- 99/458: gnu: kpeople: Update to 6.3.0., guix-commits, 2024/07/15
- 98/458: gnu: knotifyconfig: Update to 6.3.0., guix-commits, 2024/07/15
- 95/458: gnu: Add libplasma.,
guix-commits <=
- 120/458: gnu: plasma-firewall: Update to 6.1.2., guix-commits, 2024/07/15
- 108/458: gnu: breeze: Update to 6.1.2., guix-commits, 2024/07/15
- 125/458: gnu: drkonqi: Update to 6.1.2., guix-commits, 2024/07/15
- 203/458: gnu: knetwalk: Update to 24.05.2., guix-commits, 2024/07/15
- 196/458: gnu: kubrick: Update to 24.05.2., guix-commits, 2024/07/15
- 204/458: gnu: konquest: Update to 24.05.2., guix-commits, 2024/07/15
- 247/458: gnu: kitinerary: Update to 24.05.2., guix-commits, 2024/07/15
- 230/458: gnu: ksnakeduel: Update to 24.05.2., guix-commits, 2024/07/15
- 232/458: gnu: knavalbattle: Update to 24.05.2., guix-commits, 2024/07/15
- 249/458: gnu: ksmtp: Update to 24.05.2., guix-commits, 2024/07/15