mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kompare: Update to 24.12.1.
* gnu/packages/kde.scm (kompare): Update to 24.12.1. [arguments]: Set #:qtbase to qtbase. [inputs]: Remove kcodecs-5, kconfig-5, kcoreaddons-5, kiconthemes-5, kjobwidgets-5, kparts-5, ktexteditor-5, and kwidgetsaddons-5; add kcodecs, kconfig, kcoreaddons, ki18n, kiconthemes, kjobwidgets, kparts, ktexteditor, and kwidgetsaddons. [native-inputs]: Remove kdoctools-5; add kdoctools. Change-Id: Ibea72164814514d028de4e8df359ef74fa5ced14
This commit is contained in:
parent
26302f4b53
commit
26499cc688
1 changed files with 13 additions and 11 deletions
|
@ -1290,27 +1290,29 @@ submoduletest|cachetest|switchtest)")))))))
|
||||||
(define-public kompare
|
(define-public kompare
|
||||||
(package
|
(package
|
||||||
(name "kompare")
|
(name "kompare")
|
||||||
(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/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kompare-" version ".tar.xz"))
|
"/src/kompare-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13kvxa3l5hp9fi6ijy8vyzzm4ackrf09k6rm0nicb5z1s3iyyvxh"))))
|
"1ajr7qaf4dcccl5pc09ywfa4mgrfpa3qq1w7x4lfmv82gvp7ld64"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools-5))
|
(list extra-cmake-modules kdoctools))
|
||||||
(inputs
|
(inputs
|
||||||
(list libkomparediff2
|
(list libkomparediff2
|
||||||
kcodecs-5
|
kcodecs
|
||||||
kconfig-5
|
kconfig
|
||||||
kcoreaddons-5
|
kcoreaddons
|
||||||
kiconthemes-5
|
ki18n
|
||||||
kjobwidgets-5
|
kiconthemes
|
||||||
kparts-5
|
kjobwidgets
|
||||||
ktexteditor-5
|
kparts
|
||||||
kwidgetsaddons-5))
|
ktexteditor
|
||||||
|
kwidgetsaddons))
|
||||||
(home-page "https://apps.kde.org/kompare/")
|
(home-page "https://apps.kde.org/kompare/")
|
||||||
(synopsis "Graphical file differences tool")
|
(synopsis "Graphical file differences tool")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue