mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
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
1 changed files with 29 additions and 0 deletions
|
@ -1928,6 +1928,35 @@ (define-public plasma-pass
|
|||
"This package provides a Plasma applet for the Pass password manager.")
|
||||
(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
|
||||
(package
|
||||
(name "plasma-phone-components")
|
||||
|
|
Loading…
Reference in a new issue