~ruther/guix-local

8050fbdb74f04e9e495b5778d4f792aa4752d00c — Zheng Junjie 1 year, 6 months ago b4af6a2
gnu: kcolorscheme: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kcolorscheme): Update to 6.10.0.
[inputs]: Add libxkbcommon.
[arguments]: disable tests. Set #:qtbase to qtbase.

Change-Id: I87207b7d63f0b8008fe70faf9e7c9d04805a9332
1 files changed, 9 insertions(+), 4 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +9 -4
@@ 675,7 675,7 @@ which can be used to add custom colors to the popup menu.")
(define-public kcolorscheme
  (package
    (name "kcolorscheme")
    (version "6.5.0")
    (version "6.10.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 685,13 685,18 @@ which can be used to add custom colors to the popup menu.")

              (sha256
               (base32
                "0axlj37ayra5ds8pfajx6pwjidj6i9fcxwld2p68qh6w6zfmafrj"))))
                "1pwvyxd225jc10mr5z5ym5y2qsp95d9lgqjnbapi0h0x7xcysw7h"))))
    (build-system qt-build-system)
    (native-inputs (list extra-cmake-modules))
    (inputs (list kguiaddons ki18n
                  qtdeclarative))
                  qtdeclarative
                  libxkbcommon))
    (propagated-inputs (list kconfig))
    (arguments (list #:qtbase qtbase))
    (arguments (list
                ;; FIXME: The test fails in the compile environment and succeeds
                ;; in the real world;
                #:tests? #f
                #:qtbase qtbase))
    (synopsis "Classes to read and interact with KColorScheme")
    (description "This package provide a Classes to read and interact with
KColorScheme.")