mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Remove plasma-bigscreen.
* gnu/packages/kde-plasma.scm (plasma-bigscreen): Delete variable. Change-Id: Ida46b839accee839745d0289f6200068606d6481
This commit is contained in:
parent
0d7acce60d
commit
bf205cd9bd
1 changed files with 0 additions and 46 deletions
|
@ -1800,52 +1800,6 @@ (define-public plasma5support
|
||||||
KF5/Qt5 to KF6/Qt6")
|
KF5/Qt5 to KF6/Qt6")
|
||||||
(license (list license:lgpl2.0+))))
|
(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
|
(define-public mpvqt
|
||||||
(package
|
(package
|
||||||
(name "mpvqt")
|
(name "mpvqt")
|
||||||
|
|
Loading…
Reference in a new issue