mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: kiconthemes: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 6.23.0. [build-system]: Switch to qt-build-system. [inputs]: Reorder; remove qtbase; add qtwayland. [arguments]<#:qtbase>: Set to qtbase. <#:phases>: In 'check-setup' phase, do not set QT_QPA_PLATFORM variable. Change-Id: Ib475ffc8a9cd924d0d3ff21cd213f434d5f72558
This commit is contained in:
@@ -3537,7 +3537,7 @@ window does not need focus for them to be activated.")
|
||||
(define-public kiconthemes
|
||||
(package
|
||||
(name "kiconthemes")
|
||||
(version "6.22.0")
|
||||
(version "6.23.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
@@ -3546,28 +3546,29 @@ window does not need focus for them to be activated.")
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j1w1gl0c6jcv6lqnc2gwmxlq1dg71mfqd8pvj97vzvia606hhc1"))))
|
||||
(build-system cmake-build-system)
|
||||
"0zh1m4n52zfwxlx0lz040sldl54hdf9mhl8ypij31vszz2xgrvvn"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools shared-mime-info))
|
||||
(inputs
|
||||
(list libxkbcommon
|
||||
(list breeze-icons
|
||||
karchive
|
||||
kauth
|
||||
kcodecs
|
||||
kcolorscheme
|
||||
kcoreaddons
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
kcoreaddons
|
||||
ki18n
|
||||
kitemviews
|
||||
kwidgetsaddons
|
||||
qtbase
|
||||
libxkbcommon
|
||||
qtdeclarative
|
||||
qtsvg
|
||||
breeze-icons))
|
||||
qtwayland))
|
||||
(arguments
|
||||
(list #:phases
|
||||
(list #:qtbase qtbase
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'enable-testing
|
||||
(lambda _
|
||||
@@ -3575,10 +3576,8 @@ window does not need focus for them to be activated.")
|
||||
(("if \\(BUILD_TESTING\\)" all)
|
||||
(string-append all "\n enable_testing()")))))
|
||||
(add-before 'check 'check-setup
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(setenv "HOME" (getcwd))
|
||||
;; make Qt render "offscreen", required for tests
|
||||
(setenv "QT_QPA_PLATFORM" "offscreen"))))))
|
||||
(lambda _
|
||||
(setenv "HOME" (getcwd)))))))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Icon GUI utilities")
|
||||
(description "This library contains classes to improve the handling of icons
|
||||
|
||||
Reference in New Issue
Block a user