From d7e2a965bf09f0281e72781a1ff24f4f1b550e28 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Fri, 3 Oct 2025 16:47:48 +0530 Subject: [PATCH] gnu: kongress: Move to kde-utils.scm. * gnu/packages/kde-plasma.scm (kongress): Remove variable. * gnu/packages/kde-utils.scm (kongress): New variable. Change-Id: I9838bbcc1b33b872585c02c246ab8f662b87f3a4 --- gnu/packages/kde-plasma.scm | 41 ------------------------------------- gnu/packages/kde-utils.scm | 41 +++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index cf2ae12604f8c6c178454fccb1cf7cdeaeec1c89..d5626cb3c2483856c555c146e10691d8116ffff7 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -998,47 +998,6 @@ computer's hardware.") to automatically switch between light and dark themes.") (license license:lgpl3))) -(define-public kongress - (package - (name "kongress") - (version "24.12.1") - (source (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" version - "/src/kongress-" version ".tar.xz")) - (sha256 - (base32 - "06xhlr39wglnis9nbxgvkp5sz74g5hms0cahlvm8pmphvd5aygnv")))) - (build-system qt-build-system) - (native-inputs (list extra-cmake-modules python-minimal)) - ;; 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 - kirigami-addons - kcrash - kdbusaddons - ki18n - kcalendarcore - kconfigwidgets - kwindowsystem - kcoreaddons - kcontacts - kitemmodels - knotifications - kosmindoormap - kxmlgui - kiconthemes - qtdeclarative - qtsvg)) - (arguments - (list #:qtbase qtbase - #:tests? #f)) - (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 kpipewire (package (name "kpipewire") diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index b247613a1f97847e11211f8729586d2357abf931..b963d5908e35afeda60b8186e146c4372532e3dc 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm @@ -782,6 +782,47 @@ with support for QR scanning.") (license ;GPL for programs, LGPL for libraries (list license:gpl2+ license:lgpl2.0))))) +(define-public kongress + (package + (name "kongress") + (version "24.12.1") + (source (origin + (method url-fetch) + (uri (string-append "mirror://kde/stable/release-service/" version + "/src/kongress-" version ".tar.xz")) + (sha256 + (base32 + "06xhlr39wglnis9nbxgvkp5sz74g5hms0cahlvm8pmphvd5aygnv")))) + (build-system qt-build-system) + (native-inputs (list extra-cmake-modules python-minimal)) + ;; 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 + kirigami-addons + kcrash + kdbusaddons + ki18n + kcalendarcore + kconfigwidgets + kwindowsystem + kcoreaddons + kcontacts + kitemmodels + knotifications + kosmindoormap + kxmlgui + kiconthemes + qtdeclarative + qtsvg)) + (arguments + (list #:qtbase qtbase + #:tests? #f)) + (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 kontrast (package (name "kontrast")