guix-commits
[Top][All Lists]
Advanced

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

114/143: gnu: Add kongress.


From: guix-commits
Subject: 114/143: gnu: Add kongress.
Date: Mon, 21 Nov 2022 16:10:53 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 576d8c5babcd52222f7b5dfe7054e2188f23d4bd
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Tue Sep 20 15:39:39 2022 +0200

    gnu: Add kongress.
    
    * gnu/packages/kde-plasma.scm (kongress): New variable.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 30cd463451..6929232290 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -603,6 +603,44 @@ computer's hardware.")
     (home-page "https://invent.kde.org/plasma/kmenuedit";)
     (license license:gpl2+)))
 
+(define-public kongress
+  (package
+    (name "kongress")
+    (version "22.09")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://kde/stable/plasma-mobile/" version
+                                  "/kongress-" version ".tar.xz"))
+              (sha256
+               (base32
+                "0pjp2s774sgw2dklqib8alm1a9fkixy3s92i2v8v00znx08zf2jz"))))
+    (build-system qt-build-system)
+    (native-inputs (list extra-cmake-modules))
+    ;; NOTE: Reporting bugs is linked to web browser, better not link it and 
let
+    ;; it reslove through xdg-open in the run time
+    (inputs (list kirigami
+                  kdbusaddons
+                  ki18n
+                  kcalendarcore
+                  kconfigwidgets
+                  kwindowsystem
+                  kcoreaddons
+                  kcontacts
+                  kitemmodels
+                  knotifications
+                  kxmlgui
+                  kiconthemes
+                  qtbase-5
+                  qtdeclarative-5
+                  qtquickcontrols2-5
+                  qtgraphicaleffects
+                  qtsvg-5))
+    (home-page "https://apps.kde.org/kongress/";)
+    (synopsis "Companion application for conferences")
+    (description "This application provides list of upcoming conferences with
+the schedule and venue information.")
+    (license license:gpl3+)))
+
 (define-public kscreen
   (package
     (name "kscreen")



reply via email to

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