mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: Remove plasma-phone-components.
* gnu/packages/kde-plasma.scm (plasma-phone-components): Delete variable. Change-Id: Ifcae9f5ff41f500088458d7336b3a72ad5f420f7
This commit is contained in:
parent
8c9cd863b6
commit
c1791b8fba
1 changed files with 0 additions and 49 deletions
|
@ -2445,55 +2445,6 @@ (define-public plasma-phonebook
|
|||
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-vault
|
||||
(package
|
||||
(name "plasma-vault")
|
||||
|
|
Loading…
Reference in a new issue