mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: hotspot: Update to 1.5.1.
* gnu/packages/linux.scm (hotspot): Update to 1.5.1. [arguments]: Set #:qtbase to qtbase. <#:configure-flags>: Pass -DQT6_BUILD=ON. [inputs]: Add ki18n, qtdeclarative and qtsvg. Remove qcustomplot, qtbase-5, qtdeclarative-5, qtquickcontrols2-5, qtsvg-5, qtx11extras. Change-Id: I8daf6b74b662f54b3555035ec7c9395472e8d9a6
This commit is contained in:
parent
4ff3384d9e
commit
c732b0e018
1 changed files with 8 additions and 9 deletions
|
@ -7171,7 +7171,7 @@ (define-public haveged
|
||||||
(define-public hotspot
|
(define-public hotspot
|
||||||
(package
|
(package
|
||||||
(name "hotspot")
|
(name "hotspot")
|
||||||
(version "1.5.0")
|
(version "1.5.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -7183,7 +7183,7 @@ (define-public hotspot
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17m96h0iahfjhbsa9flmsmbczvliy34vqvayzyh8bhldd8yh768l"))))
|
"04k2rvf2lgi8hp7dzqzn65fcd2lsiylwr04d44q75j0wvgbjjv1v"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -7191,7 +7191,9 @@ (define-public hotspot
|
||||||
;; installed to a custom prefix and the build fails with "file cannot
|
;; installed to a custom prefix and the build fails with "file cannot
|
||||||
;; create directory: /polkit-1/actions. Maybe need administrative"
|
;; create directory: /polkit-1/actions. Maybe need administrative"
|
||||||
;; (see: https://bugs.kde.org/show_bug.cgi?id=363678).
|
;; (see: https://bugs.kde.org/show_bug.cgi?id=363678).
|
||||||
#:configure-flags #~(list "-DINSTALL_KAUTH_HELPER=OFF")
|
#:configure-flags #~(list "-DINSTALL_KAUTH_HELPER=OFF"
|
||||||
|
"-DQT6_BUILD=ON")
|
||||||
|
#:qtbase qtbase
|
||||||
#:phases
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-perfparser
|
(add-after 'unpack 'patch-perfparser
|
||||||
|
@ -7262,6 +7264,7 @@ (define-public hotspot
|
||||||
kcoreaddons
|
kcoreaddons
|
||||||
kddockwidgets
|
kddockwidgets
|
||||||
kgraphviewer
|
kgraphviewer
|
||||||
|
ki18n
|
||||||
kio
|
kio
|
||||||
kiconthemes
|
kiconthemes
|
||||||
kitemmodels
|
kitemmodels
|
||||||
|
@ -7272,12 +7275,8 @@ (define-public hotspot
|
||||||
kwindowsystem
|
kwindowsystem
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
perf
|
perf
|
||||||
qcustomplot
|
qtdeclarative
|
||||||
qtbase-5
|
qtsvg
|
||||||
qtdeclarative-5
|
|
||||||
qtquickcontrols2-5
|
|
||||||
qtsvg-5
|
|
||||||
qtx11extras
|
|
||||||
solid
|
solid
|
||||||
threadweaver
|
threadweaver
|
||||||
`(,zstd "lib"))
|
`(,zstd "lib"))
|
||||||
|
|
Loading…
Reference in a new issue