aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-21 12:35:29 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-01 23:44:49 +0800
commitae8cb43b60fff101211d3eaa06c4c96e36afa9dc (patch)
treed8eac8231b47d717c2de2d7613acfea37c557f68 /gnu
parentcc20374cadabe5fd386d0b37341a78b9a971e311 (diff)
downloadguix-ae8cb43b60fff101211d3eaa06c4c96e36afa9dc.tar.gz
guix-ae8cb43b60fff101211d3eaa06c4c96e36afa9dc.zip
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: Icf9eab8edc1d5e927cade382ea07e5b6f5fc4d58
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-plasma.scm18
1 files changed, 8 insertions, 10 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index abe7290be5..1261467291 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -829,16 +829,16 @@ computer's hardware.")
(define-public kongress
(package
(name "kongress")
- (version "23.01.0")
+ (version "24.05.2")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://kde/stable/plasma-mobile/" version
- "/kongress-" version ".tar.xz"))
+ (uri (string-append "mirror://kde/stable/release-service/" version
+ "/src/kongress-" version ".tar.xz"))
(sha256
(base32
- "0yma1b44sjnvhsw31r5bndrpj2sjgwgchpzc8bf9380l6an9k4r5"))))
+ "1bg7fsa4va59cg84r9vjiycl7g4b130m6m6sis9pc6w44jkcbjg2"))))
(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
;; it reslove through xdg-open in the run time
(inputs (list kirigami
@@ -853,11 +853,9 @@ computer's hardware.")
knotifications
kxmlgui
kiconthemes
- qtbase-5
- qtdeclarative-5
- qtquickcontrols2-5
- qtgraphicaleffects
- qtsvg-5))
+ qtdeclarative
+ qtsvg))
+ (arguments (list #:qtbase qtbase))
(home-page "https://apps.kde.org/kongress/")
(synopsis "Companion application for conferences")
(description "This application provides list of upcoming conferences with
-17 16:37:52 +0100'>2024-03-17gnu: musescore: Update to 4.2.1....Nicolas Goaziou 2024-03-17gnu: lilypond: Update to 2.24.3....Nicolas Goaziou 2024-03-17gnu: hydrogen: Update to 1.2.3....Nicolas Goaziou 2024-03-16gnu: frescobaldi: Make it display icons with qtsvg-5....Marco Rimoldi 2024-03-16gnu: portmidi: Add variant portmidi-2 updated to release 2.0.4....Marco Rimoldi 2024-03-16gnu: python-pyportmidi: Update to 0.0.7-0.d9e5ee0....Marco Rimoldi 2024-02-20gnu: alsa-scarlett-gui: Use ungexp....Ricardo Wurmus 2024-02-20gnu: alsa-scarlett-gui: Wrap with GSETTINGS_SCHEMA_DIR....Robby Zambito 2024-02-11gnu: abjad-ext-rmakers: Simplify package....Sharlatan Hellseher 2024-02-11gnu: abjad-ext-rmakers: Fix build....Sharlatan Hellseher 2024-02-11gnu: abjad-ext-nauert: Simplify package....Sharlatan Hellseher 2024-02-11gnu: abjad-ext-nauert: Fix build....Sharlatan Hellseher 2024-02-05gnu: picard: Update to 2.11....Hilton Chain 2024-01-16gnu: abjad-ext-ipython: Fix build....Sharlatan Hellseher 2023-12-18Merge branch 'master' into wip-webkitLiliana Marie Prikler 2023-12-15gnu: Add alsa-scarlett-gui....Ricardo Wurmus 2023-12-15gnu: tascam-gtk: Update to 0.4-0.69fb86f....Ricardo Wurmus 2023-12-08gnu: Make webkitgtk-next the new webkitgtk....Liliana Marie Prikler