diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2025-10-11 19:16:47 -0300 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2025-10-13 16:12:58 +0530 |
| commit | c5bc415c13fa0e5c0520bbcdf110e72cc2dd36ef (patch) | |
| tree | 0ccf03a6119e680b7d50ec1bafb10403f8147e8f | |
| parent | 6a1c62c6a89479d54d572dcf2dfa2327100f8585 (diff) | |
kpeoplevcard: Remove package.
It fails to build on master tip; further, upstreamn is archived since at least
2024-12-02.
* gnu/packages/kde-pim.scm (kpeoplevcard): Delete variable.
Change-Id: I2650ac856a193daca738686ce6d2d37e5fb19e7b
Signed-off-by: Sughosha <sughosha@disroot.org>
| -rw-r--r-- | gnu/packages/kde-pim.scm | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm index 2278c1f2181..60b69dc7a97 100644 --- a/gnu/packages/kde-pim.scm +++ b/gnu/packages/kde-pim.scm @@ -1978,41 +1978,6 @@ and exchanging calendar data, vCalendar and iCalendar.") (license ;; GPL for programs, LGPL for libraries, FDL for documentation (list license:gpl2+ license:lgpl2.0+ license:fdl1.2+)))) -(define-public kpeoplevcard - (let ((commit "d4acaa3038f6b030d0d6390e628c39e9f8d87903") - (revision "0")) - ;; use unreleased commit for KF6 supports. - (package - (name "kpeoplevcard") - (version (git-version "0.1" revision commit)) - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://invent.kde.org/pim/kpeoplevcard") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1wgpwxjb5zvhgzyq9zd8mp6r5cawjzlhk980drl05nr27a0q32vz")))) - (build-system qt-build-system) - (arguments - (list #:qtbase qtbase - #:configure-flags #~(list "-DQT_MAJOR_VERSION=6") - #:phases #~(modify-phases %standard-phases - (replace 'check-setup - (lambda _ - (setenv "HOME" "/tmp")))))) - (native-inputs - (list extra-cmake-modules)) - (inputs - (list kcontacts kpeople)) - (home-page "https://invent.kde.org/pim/kpeoplevcard") - (synopsis "Expose vCard contacts to KPeople") - (description - "This plugins adds support for vCard (also known as @acronym{VCF, -Virtual Contact File}) files to the KPeople contact management library.") - (license license:lgpl2.1+)))) - (define-public kpkpass (package (name "kpkpass") |
