aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-15 18:52:43 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-18 10:45:36 +0800
commitbf205cd9bd79519fa7fe656892303f764f3ee3b3 (patch)
treeeb0107c1e7e9b3939734a52d1ef6d33865591452 /gnu
parent0d7acce60dde7f1906016e3ad8099bfd05c5b9db (diff)
downloadguix-bf205cd9bd79519fa7fe656892303f764f3ee3b3.tar.gz
guix-bf205cd9bd79519fa7fe656892303f764f3ee3b3.zip
gnu: Remove plasma-bigscreen.
* gnu/packages/kde-plasma.scm (plasma-bigscreen): Delete variable. Change-Id: Ida46b839accee839745d0289f6200068606d6481
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-plasma.scm46
1 files changed, 0 insertions, 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")