guix-commits
[Top][All Lists]
Advanced

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

284/289: gnu: Remove krunner-5.


From: guix-commits
Subject: 284/289: gnu: Remove krunner-5.
Date: Mon, 27 Jan 2025 07:32:12 -0500 (EST)

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

commit 3f7e8693d052511c8d409ef2ebef6f6b3121e2af
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Wed Jan 15 10:44:55 2025 +0800

    gnu: Remove krunner-5.
    
    * gnu/packages/kde-frameworks.scm (krunner-5): Delete variable.
    
    Change-Id: I10b118771ea416a067c4589819283478c0b46934
---
 gnu/packages/kde-frameworks.scm | 61 -----------------------------------------
 1 file changed, 61 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 54500da1a3..4524215b8e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4400,67 +4400,6 @@ various actions and information that match the text 
appear as the text is being
 typed.")
     (license license:lgpl2.1+)))
 
-(define-public krunner-5
-  (package
-    (inherit krunner)
-    (name "krunner")
-    (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
-                "0h889a4bj7vqhvy9hkqxd9v437zly73phyav10gv5b2l8fgb4zxq"))))
-    (propagated-inputs
-     (list plasma-framework))
-    (native-inputs
-     (list extra-cmake-modules
-           ;; For tests.
-           dbus))
-    (inputs
-     (list kactivities
-           kauth-5
-           kbookmarks-5
-           kcodecs-5
-           kcompletion-5
-           kconfig-5
-           kconfigwidgets-5
-           kcoreaddons-5
-           kio-5
-           kitemviews-5
-           ki18n-5
-           kjobwidgets-5
-           kpackage-5
-           kservice-5
-           kwidgetsaddons-5
-           kwindowsystem-5
-           kxmlgui-5
-           qtdeclarative-5
-           solid-5
-           threadweaver-5))
-    (arguments
-     (list
-      #:phases
-      #~(modify-phases %standard-phases
-          (add-after 'unpack 'fix-paths-for-test
-            ;; This test tries to access paths like /home, /usr/bin and /bin/ls
-            ;; which don't exist in the build-container. Change to existing 
paths.
-            (lambda* (#:key inputs #:allow-other-keys)
-              (substitute* "autotests/runnercontexttest.cpp"
-                (("/home\"") "/tmp\"") ;; single path-part
-                (("//usr/bin\"") (string-append (getcwd) "\"")) ;; multiple 
path-parts
-                (("/bin/ls")
-                 (search-input-file inputs "/bin/ls")))))
-          (replace 'check
-            (lambda* (#:key tests? #:allow-other-keys)
-              (when tests?
-                (setenv "HOME" (getcwd))
-                (setenv "QT_QPA_PLATFORM" "offscreen")
-                (invoke "dbus-launch" "ctest")))))))))
-
 (define-public kservice
   (package
     (name "kservice")



reply via email to

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