guix-commits
[Top][All Lists]
Advanced

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

456/458: gnu: Remove plasma-bigscreen.


From: guix-commits
Subject: 456/458: gnu: Remove plasma-bigscreen.
Date: Mon, 15 Jul 2024 08:01:42 -0400 (EDT)

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

commit 92debdd9fddf23305fc0661cc23990b604875dda
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Jul 15 18:52:43 2024 +0800

    gnu: Remove plasma-bigscreen.
    
    * gnu/packages/kde-plasma.scm (plasma-bigscreen): Delete variable.
    
    Change-Id: Ida46b839accee839745d0289f6200068606d6481
---
 gnu/packages/kde-plasma.scm | 46 ---------------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 082fe557f8..1c5e18fed8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1800,52 +1800,6 @@ on top of Baloo.")
 KF5/Qt5 to KF6/Qt6")
     (license (list license:lgpl2.0+))))
 
-(define-public plasma-bigscreen
-  (package
-    (name "plasma-bigscreen")
-    (version "5.27.7")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://kde/stable/plasma/" version
-                                  "/" name "-" version ".tar.xz"))
-              (sha256
-               (base32
-                "0b2w0d5w1s2jm7al1nqdc1qh9fmrj8fw93wjbb2bsa9fabz2i81b"))))
-    (build-system cmake-build-system)
-    (arguments
-     (list #:phases #~(modify-phases %standard-phases
-                        (add-after 'unpack 'fix-startplasma
-                          (lambda* (#:key inputs #:allow-other-keys)
-                            (substitute* "bin/plasma-bigscreen-wayland.in"
-                              (("^startplasma-wayland")
-                               (search-input-file inputs
-                                                  "/bin/startplasma-wayland")))
-                              (substitute* "bin/plasma-bigscreen-x11"
-                                (("startplasma-x11")
-                                 (search-input-file inputs
-                                                    
"/bin/startplasma-x11"))))))))
-    (native-inputs (list extra-cmake-modules))
-    (inputs (list kactivities
-                  kactivities-stats
-                  plasma-framework
-                  ki18n
-                  kirigami
-                  kdeclarative
-                  kcmutils
-                  knotifications
-                  kio
-                  kwayland
-                  kwindowsystem
-                  plasma-workspace
-                  qtbase-5
-                  qtmultimedia-5))
-    (home-page "https://invent.kde.org/plasma/plasma-bigscreen";)
-    (synopsis "Plasma shell for TVs")
-    (description
-     "This package provides a big launcher designed for large screens.  It
-is controllable via voice or TV remote.")
-    (license license:gpl2+)))
-
 (define-public mpvqt
   (package
     (name "mpvqt")



reply via email to

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