gnu: konversation: Update to 24.05.2.
* gnu/packages/kde-internet.scm (konversation): Update to 24.05.2. [inputs]: Remove kemoticons, qtbase-5, qca, and qtmultimedia-5; add kstatusnotifieritem, ktextwidgets, qca-qt6, qtmultimedia, and qt5compat. [native-inputs]: Add qttools. [arguments]: Set #:qtbase to qtbase. Change-Id: I185ed06d04a29aad77cb5c7f2a786a21f31c93e5
This commit is contained in:
parent
9ec96cbb60
commit
96d1944a83
1 changed files with 9 additions and 7 deletions
|
@ -226,17 +226,17 @@ This package is part of the KDE networking module.")
|
||||||
(define-public konversation
|
(define-public konversation
|
||||||
(package
|
(package
|
||||||
(name "konversation")
|
(name "konversation")
|
||||||
(version "23.04.3")
|
(version "24.05.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/konversation-" version ".tar.xz"))
|
"/src/konversation-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ip0jlz71fad5l0ppbc6w914hqk7h626s12ssbb9p1c2yvlr1j1v"))))
|
(base32 "1migcrl2d3i4iadijhpap0mm2cd7irp3g2962flll41mv5nhzwsl"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools qttools))
|
||||||
(inputs
|
(inputs
|
||||||
(list karchive
|
(list karchive
|
||||||
kbookmarks
|
kbookmarks
|
||||||
|
@ -245,7 +245,6 @@ This package is part of the KDE networking module.")
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
kemoticons
|
|
||||||
kglobalaccel
|
kglobalaccel
|
||||||
ki18n
|
ki18n
|
||||||
kiconthemes
|
kiconthemes
|
||||||
|
@ -256,16 +255,19 @@ This package is part of the KDE networking module.")
|
||||||
knotifications
|
knotifications
|
||||||
knotifyconfig
|
knotifyconfig
|
||||||
kparts
|
kparts
|
||||||
|
kstatusnotifieritem
|
||||||
|
ktextwidgets
|
||||||
kwallet
|
kwallet
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
breeze-icons ; default icon set
|
breeze-icons ; default icon set
|
||||||
phonon
|
phonon
|
||||||
qtbase-5
|
qca-qt6
|
||||||
qca
|
qtmultimedia
|
||||||
qtmultimedia-5
|
qt5compat
|
||||||
solid
|
solid
|
||||||
sonnet))
|
sonnet))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://apps.kde.org/konversation/")
|
(home-page "https://apps.kde.org/konversation/")
|
||||||
(synopsis "Graphical Internet Relay Chat (IRC) client for KDE")
|
(synopsis "Graphical Internet Relay Chat (IRC) client for KDE")
|
||||||
(description "Konversation is a graphical Internet Relay Chat client (IRC)
|
(description "Konversation is a graphical Internet Relay Chat client (IRC)
|
||||||
|
|
Reference in a new issue