gnu: Add plasma-phonebook.
* gnu/packages/kde-plasma.scm (plasma-phonebook): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
f48fa54d7c
commit
d5954101fd
@ -1928,6 +1928,35 @@ PulseAudio.")
|
|||||||
"This package provides a Plasma applet for the Pass password manager.")
|
"This package provides a Plasma applet for the Pass password manager.")
|
||||||
(license license:lgpl2.1+)))
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
|
(define-public plasma-phonebook
|
||||||
|
(package
|
||||||
|
(name "plasma-phonebook")
|
||||||
|
(version "0.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://kde/stable/plasma-phonebook/"
|
||||||
|
version "/plasma-phonebook-" version
|
||||||
|
".tar.xz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"13nnzdzpganlp319sc9dm9w5hsjhw4f3w8rb80q3nd8q6nyrpky8"))))
|
||||||
|
(build-system cmake-build-system)
|
||||||
|
(native-inputs (list extra-cmake-modules pkg-config))
|
||||||
|
(inputs (list kpeople
|
||||||
|
kirigami
|
||||||
|
kpeoplevcard
|
||||||
|
kcoreaddons
|
||||||
|
kcontacts
|
||||||
|
qtbase-5
|
||||||
|
qtdeclarative-5
|
||||||
|
qtquickcontrols2-5
|
||||||
|
qtsvg-5))
|
||||||
|
(home-page "https://plasma-mobile.org/")
|
||||||
|
(synopsis "Phonebook for Plasma Mobile devices")
|
||||||
|
(description "This package provides contacts application which allows
|
||||||
|
adding, modifying and removing contacts.")
|
||||||
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
(define-public plasma-phone-components
|
(define-public plasma-phone-components
|
||||||
(package
|
(package
|
||||||
(name "plasma-phone-components")
|
(name "plasma-phone-components")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user