[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
343/465: gnu: Add kservice-5.
From: |
guix-commits |
Subject: |
343/465: gnu: Add kservice-5. |
Date: |
Tue, 16 Jul 2024 11:03:44 -0400 (EDT) |
z572 pushed a commit to branch kde-team
in repository guix.
commit 2672bb204b71682eb89bc00c430302e47f3b67d9
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 8 13:46:24 2024 +0800
gnu: Add kservice-5.
* gnu/packages/kde-frameworks.scm (kservice-5): New variable.
Change-Id: I076f60ef2f9e68dc3fe30d78c737ad9f8859554c
---
gnu/packages/kde-frameworks.scm | 44 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index be3454697f..7f77370883 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3739,6 +3739,50 @@ types or handled by application specific code.")
;; triple licensed
(license (list license:gpl2+ license:gpl3+ license:lgpl2.1+))))
+(define-public kservice-5
+ (package
+ (inherit kservice)
+ (name "kservice")
+ (version "5.116.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "mirror://kde/stable/frameworks/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0sd8yj9a1ja97c515g9shjqyzdz0jd7rn3r06g5659nh2z1w5dsj"))))
+ (propagated-inputs
+ (list kconfig-5 kcoreaddons-5 kdoctools-5))
+ (native-inputs
+ (list bison extra-cmake-modules flex shared-mime-info))
+ (inputs
+ (list kcrash-5 kdbusaddons-5 kdoctools-5 ki18n-5 qtbase-5))
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'patch
+ ;; Adopted from NixOS' patches "qdiriterator-follow-symlinks"
and
+ ;; "no-canonicalize-path".
+ (lambda _
+ (substitute* "src/sycoca/kbuildsycoca.cpp"
+ ;; make QDirIterator follow symlinks
+ (("^\\s*(QDirIterator it\\(.*,
QDirIterator::Subdirectories)(\\);)" _ a b)
+ (string-append a " | QDirIterator::FollowSymlinks" b)))
+ (substitute* "src/sycoca/vfolder_menu.cpp"
+ ;; Normalize path, but don't resolve symlinks (taken from
+ ;; NixOS)
+ (("^\\s*QString resolved =
QDir\\(dir\\)\\.canonicalPath\\(\\);")
+ "QString resolved = QDir::cleanPath(dir);"))))
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "HOME" (getcwd))
+ (setenv "QT_QPA_PLATFORM" "offscreen")
+ ;; Disable failing tests.
+ (invoke "ctest" "-E"
"(kautostarttest|ksycocatest|kapplicationtradertest)")))))))))
+
(define-public kstatusnotifieritem
(package
(name "kstatusnotifieritem")
- 302/465: gnu: kdepim-runtime: Update to 24.05.2., (continued)
- 302/465: gnu: kdepim-runtime: Update to 24.05.2., guix-commits, 2024/07/16
- 301/465: gnu: Add mimetreeparser., guix-commits, 2024/07/16
- 306/465: gnu: ktnef: Update to 24.05.2., guix-commits, 2024/07/16
- 308/465: gnu: kmail: Update to 24.05.2., guix-commits, 2024/07/16
- 317/465: gnu: ark: Update to 24.05.2., guix-commits, 2024/07/16
- 312/465: gnu: korganizer: Update to 24.05.2., guix-commits, 2024/07/16
- 313/465: gnu: itinerary: Update to 23.04.3., guix-commits, 2024/07/16
- 300/465: gnu: kalendar: Update to 23.04.3., guix-commits, 2024/07/16
- 339/465: gnu: Add solid-5., guix-commits, 2024/07/16
- 314/465: gnu: knotes: Update to 24.05.2., guix-commits, 2024/07/16
- 343/465: gnu: Add kservice-5.,
guix-commits <=
- 348/465: gnu: Add kglobalaccel-5., guix-commits, 2024/07/16
- 325/465: gnu: Add kauth-5., guix-commits, 2024/07/16
- 331/465: gnu: Add kwidgetsaddons-5., guix-commits, 2024/07/16
- 353/465: gnu: kinit: Update to 5.116.0., guix-commits, 2024/07/16
- 356/465: gnu: libkomparediff2: Update to 24.05.2., guix-commits, 2024/07/16
- 357/465: gnu: Add kdeclarative-5., guix-commits, 2024/07/16
- 369/465: gnu: kompare: Update to 24.05.2., guix-commits, 2024/07/16
- 375/465: gnu: freeimage: Adjust for libraw 0.21., guix-commits, 2024/07/16
- 376/465: gnu: Add networkmanager-qt5., guix-commits, 2024/07/16
- 377/465: gnu: nm-tray: Fix build., guix-commits, 2024/07/16