gnu: kontactinterface: Update to 24.05.2.
* gnu/packages/kde-pim.scm (kontactinterface): Update to 24.05.2. [inputs]: Remove qtbase-5 and qtx11extras; add libxkbcommon. [arguments]: Set #:qtbase-5 to qtbase. Change-Id: I516c697dcde38f480480b11795205c9abff03dfcmaster
parent
5ab462e0d7
commit
9976412417
|
@ -49,6 +49,7 @@
|
||||||
#:use-module (gnu packages search)
|
#:use-module (gnu packages search)
|
||||||
#:use-module (gnu packages sqlite)
|
#:use-module (gnu packages sqlite)
|
||||||
#:use-module (gnu packages tls)
|
#:use-module (gnu packages tls)
|
||||||
|
#:use-module (gnu packages xdisorg)
|
||||||
#:use-module (gnu packages xml))
|
#:use-module (gnu packages xml))
|
||||||
|
|
||||||
(define-public akonadi
|
(define-public akonadi
|
||||||
|
@ -1639,14 +1640,14 @@ Features:
|
||||||
(define-public kontactinterface
|
(define-public kontactinterface
|
||||||
(package
|
(package
|
||||||
(name "kontactinterface")
|
(name "kontactinterface")
|
||||||
(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/kontactinterface-" version ".tar.xz"))
|
"/src/kontactinterface-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16fg24hz9vx912cffc94x5zx4jv3k72mbxgp5ck50lydypx6rfns"))))
|
(base32 "05g9mw29pi5z536pmxhavdispq5whgkx56iqqsdz8dy9rgjlm1bc"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
@ -1657,8 +1658,8 @@ Features:
|
||||||
kparts
|
kparts
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
kxmlgui
|
kxmlgui
|
||||||
qtbase-5
|
libxkbcommon))
|
||||||
qtx11extras))
|
(arguments (list #:qtbase qtbase))
|
||||||
(home-page "https://api.kde.org/kdepim/kontactinterface/html/index.html")
|
(home-page "https://api.kde.org/kdepim/kontactinterface/html/index.html")
|
||||||
(synopsis "Kontact interface library")
|
(synopsis "Kontact interface library")
|
||||||
(description "This library provides the glue necessary for
|
(description "This library provides the glue necessary for
|
||||||
|
|
Reference in New Issue