mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: itinerary: Update to 24.12.1.
* gnu/packages/kde-pim.scm (itinerary): Update to 24.12.1. [inputs]: Add qtkeychain-qt6. [arguments]: Adjust stop-require-qmlmodule phase. Change-Id: Ifb529ba636f141176d8369ccab39a0a8ed21ca76
This commit is contained in:
parent
7aaef5e9cb
commit
4fdff8d3d6
1 changed files with 5 additions and 4 deletions
|
@ -384,14 +384,14 @@ Akonadi PIM data server. It uses Xapian for indexing and querying.")
|
||||||
(define-public itinerary
|
(define-public itinerary
|
||||||
(package
|
(package
|
||||||
(name "itinerary")
|
(name "itinerary")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/" name "-" version ".tar.xz"))
|
version "/src/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p05v9r1ipi465nmka8n2gs7npc6wdgfxzj7523plnja9kfa8bmb"))))
|
"0d2nckmi4j36k9nhp62zdjyb2fckzq3205fy221nxn8cnpi121ni"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -403,8 +403,8 @@ Akonadi PIM data server. It uses Xapian for indexing and querying.")
|
||||||
;; HACK: ecm_find_qmlmodule cann't find qmlmodule on other
|
;; HACK: ecm_find_qmlmodule cann't find qmlmodule on other
|
||||||
;; prefix, so we remove it require.
|
;; prefix, so we remove it require.
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
(("24.02 REQUIRED")
|
(("\\$\\{GEAR_MIN_VERSION\\} REQUIRED")
|
||||||
"24.02")))))
|
"${GEAR_MIN_VERSION}")))))
|
||||||
#:tests? #f)) ;Fails 20/27
|
#:tests? #f)) ;Fails 20/27
|
||||||
(native-inputs (list extra-cmake-modules python-minimal))
|
(native-inputs (list extra-cmake-modules python-minimal))
|
||||||
(inputs (list karchive
|
(inputs (list karchive
|
||||||
|
@ -430,6 +430,7 @@ Akonadi PIM data server. It uses Xapian for indexing and querying.")
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
prison
|
prison
|
||||||
qtdeclarative
|
qtdeclarative
|
||||||
|
qtkeychain-qt6
|
||||||
qtpositioning
|
qtpositioning
|
||||||
qtlocation
|
qtlocation
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue