gnu: kongress: Update to 24.05.2.
* gnu/packages/kde-plasma.scm (kongress): Update to 24.05.2. [source]: Adjust uri. [inputs]: Remove qtbase-5, qtdeclarative-5, qtquickcontrols2-5, qtgraphicaleffects, and qtsvg-5; add qtdeclarative and qtsvg. [native-inputs]: Add python-minimal. [arguments]: Set #:qtbase to qtbase. Change-Id: Icf9eab8edc1d5e927cade382ea07e5b6f5fc4d58master
parent
cc20374cad
commit
ae8cb43b60
|
@ -829,16 +829,16 @@ computer's hardware.")
|
||||||
(define-public kongress
|
(define-public kongress
|
||||||
(package
|
(package
|
||||||
(name "kongress")
|
(name "kongress")
|
||||||
(version "23.01.0")
|
(version "24.05.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/plasma-mobile/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/kongress-" version ".tar.xz"))
|
"/src/kongress-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yma1b44sjnvhsw31r5bndrpj2sjgwgchpzc8bf9380l6an9k4r5"))))
|
"1bg7fsa4va59cg84r9vjiycl7g4b130m6m6sis9pc6w44jkcbjg2"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules python-minimal))
|
||||||
;; NOTE: Reporting bugs is linked to web browser, better not link it and let
|
;; NOTE: Reporting bugs is linked to web browser, better not link it and let
|
||||||
;; it reslove through xdg-open in the run time
|
;; it reslove through xdg-open in the run time
|
||||||
(inputs (list kirigami
|
(inputs (list kirigami
|
||||||
|
@ -853,11 +853,9 @@ computer's hardware.")
|
||||||
knotifications
|
knotifications
|
||||||
kxmlgui
|
kxmlgui
|
||||||
kiconthemes
|
kiconthemes
|
||||||
qtbase-5
|
qtdeclarative
|
||||||
qtdeclarative-5
|
qtsvg))
|
||||||
qtquickcontrols2-5
|
(arguments (list #:qtbase qtbase))
|
||||||
qtgraphicaleffects
|
|
||||||
qtsvg-5))
|
|
||||||
(home-page "https://apps.kde.org/kongress/")
|
(home-page "https://apps.kde.org/kongress/")
|
||||||
(synopsis "Companion application for conferences")
|
(synopsis "Companion application for conferences")
|
||||||
(description "This application provides list of upcoming conferences with
|
(description "This application provides list of upcoming conferences with
|
||||||
|
|
Reference in New Issue