~ruther/guix-local

972f1d860522948d13c4d63e351f2f4d90680ba4 — NeYurii 7 months ago 788e88e
gnu: qt6ct: Update to 0.11.

* gnu/packages/qt.scm (qt6ct): Update to 0.11.
[source], [home-page]: Switch to https://www.opencode.net/trialuser/qt6ct.

Closes: guix/guix#4103
Change-Id: I51e0a80d2f0d797bbf2d287cee7c1270ee675d7b
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/qt.scm
M gnu/packages/qt.scm => gnu/packages/qt.scm +4 -4
@@ 281,15 281,15 @@ window managers, that don't provide Qt integration by themselves.")
(define-public qt6ct
  (package
    (name "qt6ct")
    (version "0.9")
    (version "0.11")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/trialuser02/qt6ct")
             (url "https://www.opencode.net/trialuser/qt6ct")
             (commit version)))
       (sha256
        (base32 "0dknk4qqzqc5wa763nclb1k6jkmvjh8kzz8kfp4iggy9jy0vnzgb"))))
        (base32 "17hfx90wnc40a1sq0qcdp2hml5mkjhlj5rwm95pc40p03nicpn67"))))
    (build-system qt-build-system)
    (arguments
     (list


@@ 312,7 312,7 @@ window managers, that don't provide Qt integration by themselves.")
    (description "Qt6CT is a program that allows users to configure Qt6
settings (such as icons, themes, and fonts) in desktop environments or
window managers, that don't provide Qt integration by themselves.")
    (home-page "https://github.com/trialuser02/qt6ct")
    (home-page "https://www.opencode.net/trialuser/qt6ct")
    (license license:bsd-2)))

(define-public kddockwidgets