guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 00e6be8ea215832b89f5b4e218c9ff8762f9242c
Author: Sughosha <[email protected]>
AuthorDate: Sat Oct 18 11:49:12 2025 +0530

    gnu: haruna: Update to 1.5.0.
    
    * gnu/packages/kde-multimedia.scm (haruna): Update to 1.5.0.
    [inputs]: Add kdsingleapplication.
    [native-inputs]: Add pkg-config.
    
    Change-Id: I329ac10cc1ef6b24044e3a8260ba09cdb6414969
---
 gnu/packages/kde-multimedia.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index 741cf51e6b..2e48ac6db3 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -369,13 +369,13 @@ This package is part of the KDE multimedia module.")
 (define-public haruna
   (package
     (name "haruna")
-    (version "1.4.0")
+    (version "1.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/haruna/" version
                                   "/haruna-" version ".tar.xz"))
               (sha256
-               (base32 
"0vnzv13m6dfpj3vql0h0rqpdqpnaj0rmfqjjzwvqdk4d2kippd1w"))))
+               (base32 
"0pgg90z8jykzndmgb32j0avlwrw0n0x3n9gmbs58c238ydi4xryk"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
@@ -390,7 +390,7 @@ This package is part of the KDE multimedia module.")
                                      (search-input-file inputs "bin/yt-dlp")
                                      "\""))))))))
     (native-inputs
-     (list extra-cmake-modules))
+     (list extra-cmake-modules pkg-config))
     (inputs
      (list breeze ;default theme
            breeze-icons ;default icon set
@@ -399,6 +399,7 @@ This package is part of the KDE multimedia module.")
            kconfig
            kcoreaddons
            kcrash
+           kdsingleapplication
            kfilemetadata
            ki18n
            kiconthemes

Reply via email to