[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")
- 82/458: gnu: kdav: Update to 6.3.0., (continued)
- 82/458: gnu: kdav: Update to 6.3.0., guix-commits, 2024/07/15
- 79/458: gnu: kpackage: Update to 6.3.0., guix-commits, 2024/07/15
- 85/458: gnu: qqc2-desktop-style: Update to 6.3.0., guix-commits, 2024/07/15
- 316/458: gnu: ark: Update to 24.05.2., guix-commits, 2024/07/15
- 320/458: gnu: okular: Update to 24.05.2., guix-commits, 2024/07/15
- 329/458: gnu: Add kguiaddons-5., guix-commits, 2024/07/15
- 415/458: gnu: k3b: Use new style., guix-commits, 2024/07/15
- 431/458: gnu: ktouch: Update to 24.05.2., guix-commits, 2024/07/15
- 442/458: gnu: kshisen: Update to 24.05.2., guix-commits, 2024/07/15
- 444/458: gnu: kde-games: Update to 24.05.2., guix-commits, 2024/07/15
- 456/458: gnu: Remove plasma-bigscreen.,
guix-commits <=
- 452/458: gnu: telegram-desktop: Fix build., guix-commits, 2024/07/15
- 450/458: gnu: keurocalc: Update to 1.3.0-2.c6e8385., guix-commits, 2024/07/15
- 37/458: gnu: kidletime: Update to 6.3.0., guix-commits, 2024/07/15
- 60/458: gnu: kpty: Update to 6.3.0., guix-commits, 2024/07/15
- 61/458: gnu: kunitconversion: Update to 6.3.0., guix-commits, 2024/07/15
- 66/458: gnu: kcompletion: Update to 6.3.0., guix-commits, 2024/07/15
- 67/458: gnu: kservice: Update to 6.3.0., guix-commits, 2024/07/15
- 96/458: gnu: Add plasma-activities-stats., guix-commits, 2024/07/15
- 87/458: gnu: Add ksvg., guix-commits, 2024/07/15
- 136/458: gnu: kirigami-addons: Update to 1.3.0., guix-commits, 2024/07/15