mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kronometer: Update to 2.3.0-0.8cfa062.
* gnu/packages/kde-utils.scm (kronometer): Update to 2.3.0-0.8cfa062. [source]: Switch to git-fetch. [inputs]: Remove kauth-5, kconfig-5, kconfigwidgets-5, kcoreaddons-5, kcrash-5, ki18n-5, kwidgetsaddons-5, kxmlgui-5, and qtbase-5; add kauth, kconfig, kconfigwidgets, kcoreaddons, kcrash, ki18n, kwidgetsaddons, and kxmlgui. [native-inputs]: Remove kdoctools-5; add kdoctools. [arguments]: Set #:qtbase to qtbase. Change-Id: Ic57e31c03010991cd0a6fc56709954d34fa0330a
This commit is contained in:
parent
e58677b336
commit
c37bd044a6
1 changed files with 33 additions and 29 deletions
|
@ -1001,37 +1001,41 @@ Its features include:
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public kronometer
|
(define-public kronometer
|
||||||
(package
|
(let ((commit "8cfa062655e89b4b0cad911af3acab6609b13ecd")
|
||||||
(name "kronometer")
|
(revision "0"))
|
||||||
(version "2.3.0")
|
(package
|
||||||
(source
|
(name "kronometer")
|
||||||
(origin
|
(version (git-version "2.3.0" revision commit))
|
||||||
(method url-fetch)
|
(source (origin
|
||||||
(uri (string-append "mirror://kde/stable/kronometer/" version
|
(method git-fetch)
|
||||||
"/src/kronometer-" version ".tar.xz"))
|
(uri (git-reference
|
||||||
(sha256
|
(url "https://invent.kde.org/utilities/kronometer.git/")
|
||||||
(base32 "0xn4z9y2yl57a5skwp4cjsn1456kiwnwvhrddc0qsihgdyif3fbm"))))
|
(commit commit)))
|
||||||
(build-system qt-build-system)
|
(file-name (git-file-name name version))
|
||||||
(native-inputs
|
(sha256
|
||||||
(list extra-cmake-modules kdoctools-5))
|
(base32
|
||||||
(inputs
|
"1vzdi9zyrx6s3l74yaxvd1y6729n51m23k0bxydwi36my3zml2kk"))))
|
||||||
(list kauth-5
|
(build-system qt-build-system)
|
||||||
kconfig-5
|
(native-inputs
|
||||||
kconfigwidgets-5
|
(list extra-cmake-modules kdoctools))
|
||||||
kcoreaddons-5
|
(inputs
|
||||||
kcrash-5
|
(list breeze-icons ;; default icon set
|
||||||
ki18n-5
|
kauth
|
||||||
kwidgetsaddons-5
|
kconfig
|
||||||
kxmlgui-5
|
kconfigwidgets
|
||||||
breeze-icons ;; default icon set
|
kcoreaddons
|
||||||
qtbase-5))
|
kcrash
|
||||||
(home-page "https://apps.kde.org/kronometer/")
|
ki18n
|
||||||
(synopsis "Simple stopwatch application")
|
kwidgetsaddons
|
||||||
(description "Kronometer is a stopwatch application. It features the
|
kxmlgui))
|
||||||
|
(arguments (list #:qtbase qtbase))
|
||||||
|
(home-page "https://apps.kde.org/kronometer/")
|
||||||
|
(synopsis "Simple stopwatch application")
|
||||||
|
(description "Kronometer is a stopwatch application. It features the
|
||||||
basic stopwatch actions (pause, resume, reset, laps), as well as the ability
|
basic stopwatch actions (pause, resume, reset, laps), as well as the ability
|
||||||
to save the times and resume them later.")
|
to save the times and resume them later.")
|
||||||
(license ;; GPL for programs, LGPL for libraries, FDL for documentation
|
(license ;; GPL for programs, LGPL for libraries, FDL for documentation
|
||||||
license:gpl2+)))
|
license:gpl2+))))
|
||||||
|
|
||||||
(define-public krusader
|
(define-public krusader
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue