mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: kdegraphics-mobipocket: Update to 24.05.2.
* gnu/packages/kde.scm (kdegraphics-mobipocket): Update to 24.05.2. [inputs]: Remove qtbase-5; add qtbase and qt5compat. [arguments]<#:configure-flags>: Add -DQT_MAJOR_VERSION=6. Change-Id: Id2e1eea168655f55c1931dc782d9e82971fe53af
This commit is contained in:
parent
4fc809124f
commit
7b30b1e741
1 changed files with 5 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
;;; Copyright © 2020 Marius Bakke <marius@gnu.org>
|
||||
;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
|
||||
;;; Copyright © 2020 Prafulla Giri <pratheblackdiamond@gmail.com>
|
||||
;;; Copyright © 2020, 2021, 2022, 2023 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2020, 2021, 2022, 2023, 2024 Zheng Junjie <873216071@qq.com>
|
||||
;;; Copyright © 2021 Alexandros Theodotou <alex@zrythm.org>
|
||||
;;; Copyright © 2021 la snesne <lasnesne@lagunposprasihopre.org>
|
||||
;;; Copyright © 2021, 2022, 2023, 2024 Vinicius Monego <monego@posteo.net>
|
||||
|
@ -1674,19 +1674,20 @@ (define-public poxml
|
|||
(define-public kdegraphics-mobipocket
|
||||
(package
|
||||
(name "kdegraphics-mobipocket")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "13hn6dh5d4vsblvg6wyyvbmcyl0yyqr8srilik86wilp58qbsrdv"))))
|
||||
(base32 "1hcglnbw2ck864glgd4aag54826aycmncmizfqlpncfzwdayq204"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:configure-flags #~(list "-DQT_MAJOR_VERSION=6")))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
(inputs
|
||||
(list kio qtbase-5))
|
||||
(list kio qtbase qt5compat))
|
||||
(home-page "https://apps.kde.org/en/kdegraphics_mobipocket")
|
||||
(synopsis "KDE thumbnailer for Mobipocket files")
|
||||
(description "This package provides a KDE plugin that shows thumbnails of
|
||||
|
|
Loading…
Reference in a new issue