guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/36: gnu: Add kontactinterface.


From: guix-commits
Subject: 16/36: gnu: Add kontactinterface.
Date: Mon, 3 Feb 2020 08:46:01 -0500 (EST)

htgoebel pushed a commit to branch staging
in repository guix.

commit 789cf5c397edc24b6a1468615852708abe5bd117
Author: Hartmut Goebel <address@hidden>
AuthorDate: Thu Dec 5 23:38:25 2019 +0100

    gnu: Add kontactinterface.
    
    * gnu/packages/kde-pim.scm (kontactinterface): New variable.
---
 gnu/packages/kde-pim.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 2ced957..3d11ec7 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -521,6 +521,33 @@ easier to do so.")
     (description "A library for MIME handling.")
     (license license:lgpl2.0+)))
 
+(define-public kontactinterface
+  (package
+    (name "kontactinterface")
+    (version "19.08.3")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/applications/" version
+                           "/src/kontactinterface-" version ".tar.xz"))
+       (sha256
+        (base32 "1p0iw9i8cxh3jn7094wvxhlpc2sw52q8csfdgch1lf3dwhkpp0k7"))))
+    (build-system qt-build-system)
+    (native-inputs
+     `(("extra-cmake-modules" ,extra-cmake-modules)))
+    (inputs
+     `(("kcoreaddons" ,kcoreaddons)
+       ("ki18n" ,ki18n)
+       ("kiconthemes" ,kiconthemes)
+       ("kparts" ,kparts)
+       ("kwindowsystem" ,kwindowsystem)
+       ("kxmlgui" ,kxmlgui)
+       ("qtbase" ,qtbase)))
+    (home-page "https://api.kde.org/stable/kdepimlibs-apidocs/";)
+    (synopsis "Kontact interface library")
+    (description "Kontact Interface library.")
+    (license license:lgpl2.0+)))
+
 (define-public kpimtextedit
   (package
     (name "kpimtextedit")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]