mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: kitinerary: Update to 25.12.0.
* gnu/packages/kde-pim.scm (kitinerary): Update to 25.12.0. [inputs]: Reorder; add abseil-cpp, boost-1.83, libphonenumber, protobuf, osmctools, rsync and wget. Change-Id: I9d6747ba11ae944aae7dc5bfdc78711e573a9616
This commit is contained in:
parent
3167adf28f
commit
158d230fc4
1 changed files with 22 additions and 9 deletions
|
|
@ -64,11 +64,13 @@
|
|||
#:use-module (gnu packages protobuf)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages qt)
|
||||
#:use-module (gnu packages rsync)
|
||||
#:use-module (gnu packages rust)
|
||||
#:use-module (gnu packages search)
|
||||
#:use-module (gnu packages sqlite)
|
||||
#:use-module (gnu packages gcc)
|
||||
#:use-module (gnu packages tls)
|
||||
#:use-module (gnu packages wget)
|
||||
#:use-module (gnu packages xdisorg)
|
||||
#:use-module (gnu packages xml))
|
||||
|
||||
|
|
@ -1464,14 +1466,14 @@ easier to do so.")
|
|||
(define-public kitinerary
|
||||
(package
|
||||
(name "kitinerary")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/kitinerary-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"083jyh8qjqgajj0jvx0n7vayd2085mzwp3682yy5y4x5nvyhcx5k"))))
|
||||
"032z9lw0sgppj6xaxbj81i9j3bcgnjgqzvzs3mp5whv3a94nl2bm"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
@ -1499,22 +1501,33 @@ easier to do so.")
|
|||
(search-input-directory inputs "share/zoneinfo"))
|
||||
(invoke "dbus-launch" "ctest" "-E" test-exclude)))))))
|
||||
(native-inputs (list dbus extra-cmake-modules tzdata-for-tests))
|
||||
(inputs (list kpkpass
|
||||
(inputs (list karchive
|
||||
kcalendarcore
|
||||
karchive
|
||||
ki18n
|
||||
kcoreaddons
|
||||
kcontacts
|
||||
kcoreaddons
|
||||
ki18n
|
||||
kmime
|
||||
knotifications
|
||||
shared-mime-info
|
||||
kpkpass
|
||||
libphonenumber
|
||||
libxml2
|
||||
openssl
|
||||
osmctools
|
||||
poppler
|
||||
qtdeclarative
|
||||
qtkeychain-qt6
|
||||
libxml2
|
||||
shared-mime-info
|
||||
zlib
|
||||
zxing-cpp))
|
||||
zxing-cpp
|
||||
|
||||
;; Required by libphonenumber
|
||||
abseil-cpp
|
||||
boost-1.83
|
||||
protobuf
|
||||
|
||||
;; Required by osmctools
|
||||
rsync
|
||||
wget))
|
||||
(home-page "https://apps.kde.org/itinerary/")
|
||||
(synopsis
|
||||
"Data Model and Extraction System for Travel Reservation information")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue