1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 05:30:32 +02:00

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
This commit is contained in:
Sughosha
2025-10-03 16:47:48 +05:30
parent e10118a5d2
commit d7e2a965bf
2 changed files with 41 additions and 41 deletions

View File

@@ -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")

View File

@@ -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")