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

commit b62325b7267d6c52472b2583e66ed1cd16bf1628
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 19:31:14 2024 +0800

    gnu: Remove print-manager.
    
    * gnu/packages/kde-utils.scm (print-manager): Delete variable.
    
    Change-Id: I7461992e773e0e32393f666434d9f60432172c02
---
 gnu/packages/kde-utils.scm | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm
index 8b1df85115..39843fbc15 100644
--- a/gnu/packages/kde-utils.scm
+++ b/gnu/packages/kde-utils.scm
@@ -1080,41 +1080,6 @@ redone.")
     (license ;; GPL for programs, LGPL for libraries, FDL for documentation
      (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+))))
 
-(define-public print-manager
-  (package
-    (name "print-manager")
-    (version "23.04.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "mirror://kde/stable/release-service/" version
-                           "/src/print-manager-" version ".tar.xz"))
-       (sha256
-        (base32 "1fnbkx2xk3pr3cwcji1xbswcf5b7h8r4kag8i3lv28cnjw3ahs52"))))
-    (build-system qt-build-system)
-    (native-inputs
-     (list extra-cmake-modules))
-    (inputs
-     (list cups
-           kcmutils
-           kconfig
-           kconfigwidgets
-           kcoreaddons
-           kdbusaddons
-           kiconthemes
-           ki18n
-           kio
-           knotifications
-           kwidgetsaddons
-           kwindowsystem
-           plasma-framework
-           qtdeclarative-5))
-    (home-page "https://invent.kde.org/utilities/print-manager";)
-    (synopsis "Manage print jobs and printers")
-    (description
-     "This package provides printing management for KDE.")
-    (license license:gpl2+)))
-
 (define-public rsibreak
   (package
     (name "rsibreak")

Reply via email to