[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
69/178: gnu: Add kparts-6.
From: |
guix-commits |
Subject: |
69/178: gnu: Add kparts-6. |
Date: |
Mon, 17 Jun 2024 12:13:24 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 4d676638967f571536d03224ff4feb7db56d540b
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu May 2 16:24:43 2024 +0800
gnu: Add kparts-6.
* gnu/packages/kde-frameworks.scm (kparts-6): New variable.
(kparts): Inherit above.
Change-Id: Ib78a7575d0d8c92bfee5a48e196a679b72027584
---
gnu/packages/kde-frameworks.scm | 62 ++++++++++++++++++++++++++++++-----------
1 file changed, 46 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index e715aa5dbb..ed0b76adb4 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4363,8 +4363,53 @@ notifications which can be embedded in your
application.")
qtbase-5
solid))))
+(define-public kparts-6
+ (package
+ (name "kparts")
+ (version "6.1.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "078hjla0f3lhng70mg5mffyp1iamm6hd7lxsih1sfzzyskijgjnz"))))
+ (build-system qt-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'disable-partloader-test
+ (lambda _
+ (substitute* "autotests/CMakeLists.txt"
+ ;; XXX: PartLoaderTest wants to create a .desktop file
+ ;; in the common locations and test that MIME types work.
+ ;; The setup required for this is extensive, skip for now.
+ (("partloadertest\\.cpp") "")))))))
+ (propagated-inputs
+ (list kio-6 kservice-6 kxmlgui-6))
+ (native-inputs
+ (list extra-cmake-modules shared-mime-info))
+ (inputs
+ (list
+ kcompletion-6
+ kconfig-6
+ kcoreaddons-6
+ kitemviews
+ ki18n-6
+ kjobwidgets-6
+ kwidgetsaddons-6
+ qtbase))
+ (home-page "https://community.kde.org/Frameworks")
+ (synopsis "Plugin framework for user interface components")
+ (description "This library implements the framework for KDE parts, which
are
+widgets with a user-interface defined in terms of actions.")
+ (license license:lgpl2.1+)))
+
(define-public kparts
(package
+ (inherit kparts-6)
(name "kparts")
(version "5.114.0")
(source (origin
@@ -4376,16 +4421,6 @@ notifications which can be embedded in your
application.")
(sha256
(base32
"1rrf765p554r7l8j23gx5zxdq6wimh0v91qdkwz7ilm2qr16vd5v"))))
- (build-system qt-build-system)
- (arguments
- '(#:phases (modify-phases %standard-phases
- (add-after 'unpack 'disable-partloader-test
- (lambda _
- (substitute* "autotests/CMakeLists.txt"
- ;; XXX: PartLoaderTest wants to create a .desktop file
- ;; in the common locations and test that MIME types
work.
- ;; The setup required for this is extensive, skip for
now.
- (("partloadertest\\.cpp") "")))))))
(propagated-inputs
(list kio ktextwidgets kxmlgui))
(native-inputs
@@ -4406,12 +4441,7 @@ notifications which can be embedded in your
application.")
kwidgetsaddons
qtbase-5
solid
- sonnet))
- (home-page "https://community.kde.org/Frameworks")
- (synopsis "Plugin framework for user interface components")
- (description "This library implements the framework for KDE parts, which
are
-widgets with a user-interface defined in terms of actions.")
- (license license:lgpl2.1+)))
+ sonnet))))
(define-public kpeople-6
(package
- 47/178: gnu: Add kservice-6., (continued)
- 47/178: gnu: Add kservice-6., guix-commits, 2024/06/17
- 50/178: gnu: Add kwallet-6., guix-commits, 2024/06/17
- 55/178: gnu: Add modemmanager-qt-6., guix-commits, 2024/06/17
- 52/178: gnu: Add kxmlgui-6., guix-commits, 2024/06/17
- 59/178: gnu: Add ksvg., guix-commits, 2024/06/17
- 61/178: gnu: Add kdesu-6., guix-commits, 2024/06/17
- 60/178: gnu: Add kbookmarks-6., guix-commits, 2024/06/17
- 65/178: gnu: Add kio-6., guix-commits, 2024/06/17
- 67/178: gnu: Add knotifyconfig-6., guix-commits, 2024/06/17
- 70/178: gnu: Add kdeclarative-6., guix-commits, 2024/06/17
- 69/178: gnu: Add kparts-6.,
guix-commits <=
- 71/178: gnu: Add kcmutils-6., guix-commits, 2024/06/17
- 73/178: gnu: Add plasma-activities., guix-commits, 2024/06/17
- 74/178: gnu: Add plasma-activities-stats., guix-commits, 2024/06/17
- 75/178: gnu: Add libplasma., guix-commits, 2024/06/17
- 76/178: gnu: Add krunner-6., guix-commits, 2024/06/17
- 77/178: gnu: Add ktexteditor-6., guix-commits, 2024/06/17
- 84/178: gnu: Add kdav-6., guix-commits, 2024/06/17
- 87/178: gnu: oxygen-sounds: Update to 6.0.4., guix-commits, 2024/06/17
- 88/178: gnu: kwrited: Update to 6.0.4., guix-commits, 2024/06/17
- 90/178: gnu: kcolorchooser: Update to 24.02.2., guix-commits, 2024/06/17