mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-23 01:25:57 +02:00
gnu: Remove plasma-phone-components.
* gnu/packages/kde-plasma.scm (plasma-phone-components): Delete variable. Change-Id: Ifcae9f5ff41f500088458d7336b3a72ad5f420f7
This commit is contained in:
committed by
Zheng Junjie
parent
d51c21d97b
commit
b5ddb9ba7e
@@ -2520,55 +2520,6 @@ PulseAudio.")
|
||||
adding, modifying and removing contacts.")
|
||||
(license license:lgpl2.0+)))
|
||||
|
||||
(define-public plasma-phone-components
|
||||
(package
|
||||
(name "plasma-phone-components")
|
||||
(version "5.23.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version
|
||||
"/plasma-phone-components-" version
|
||||
".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ml5pyi90nlmx5550sf3x9263f8mypj4jmdskzabzhnz44ck8vy9"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list extra-cmake-modules pkg-config qttools))
|
||||
(inputs (list qtbase-5
|
||||
qtdeclarative
|
||||
kactivities
|
||||
kauth
|
||||
kbookmarks
|
||||
kwin
|
||||
kcodecs
|
||||
kcompletion
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
kcoreaddons
|
||||
kdbusaddons
|
||||
kdeclarative
|
||||
ki18n
|
||||
kio
|
||||
kitemviews
|
||||
kjobwidgets
|
||||
knotifications
|
||||
kpackage
|
||||
kpeople
|
||||
kservice
|
||||
kwayland
|
||||
kwidgetsaddons
|
||||
kwindowsystem
|
||||
kxmlgui
|
||||
libphonenumber
|
||||
modemmanager-qt
|
||||
plasma-framework
|
||||
solid))
|
||||
(home-page "https://plasma-mobile.org/")
|
||||
(synopsis "Modules providing phone functionality for Plasma")
|
||||
(description "This package provides user-friendly, privacy-enabling
|
||||
and customizable platform for mobile devices.")
|
||||
(license (list license:gpl3+ license:lgpl2.1+))))
|
||||
|
||||
(define-public plasma-redshift-control
|
||||
(let ((commit "d9f38a5f0bcf030be16db1776166581c16e802cb")
|
||||
(revision "1"))
|
||||
|
||||
Reference in New Issue
Block a user