guix-commits
[Top][All Lists]
Advanced

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

283/465: gnu: dragon: Update to 24.05.2.


From: guix-commits
Subject: 283/465: gnu: dragon: Update to 24.05.2.
Date: Wed, 17 Jul 2024 23:01:46 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 5fce5bcf87cae099356a7c119d7cc846f7f8e369
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Sun Jul 7 16:57:21 2024 +0800

    gnu: dragon: Update to 24.05.2.
    
    * gnu/packages/kde-multimedia.scm (dragon): Update to 24.05.2.
    [inputs]: Remove qtbase-5.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: Ie28e9d040fd7d722e952555626f7670d0874b7ad
---
 gnu/packages/kde-multimedia.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index 9241474894..8d90cf58a9 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -99,14 +99,14 @@ This package is part of the KDE multimedia module.")
 (define-public dragon
   (package
     (name "dragon")
-    (version "23.04.3")
+    (version "24.05.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/dragon-" version ".tar.xz"))
        (sha256
-        (base32 "0mliddp0nyxz91wzy8md0p0i45mlhffip4zqjl4db55x4p6wh4y8"))))
+        (base32 "1waq80b5lxmk6q31yzs24mrz3nwm1y2rvz21bfhsgh2xw4fqmfsy"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))
@@ -128,8 +128,8 @@ This package is part of the KDE multimedia module.")
            breeze-icons ; default icon set
            phonon
            phonon-backend-vlc
-           qtbase-5
            solid))
+    (arguments (list #:qtbase qtbase))
     (home-page "https://apps.kde.org/dragonplayer/";)
     (synopsis "Simple video player")
     (description "Dragon Player is a multimedia player where the focus is on



reply via email to

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